Use Apachetop To Monitor Web Server Traffic In Real Time

$ apachetop $(ls -Rt /var/log/apache2/*-access.log | sed 's/^/-f '/ | head -15)

1 Response

Is apachetop better than using `tail -f $(ls -Rt /var/log/apache2/*-access.log)`

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.