I want to know the command used in this screenshot to monitor the active traffic to a web server. This looks like netstat but i am unable to print all the info with it. This screenshot is from the movie 'The Social Network'.enter image description here

link|improve this question

48% accept rate
feedback

2 Answers

up vote 1 down vote accepted

It must be apachetop

http://www.howtogeek.com/howto/ubuntu/monitor-your-website-in-real-time-with-apachetop/

link|improve this answer
It is similar but the exact command is not apachetop – Jaseem Nov 15 '11 at 23:57
feedback

Apache tomcat allows monitoring of http sessions and connections using apache tomcat manager user @ http://:/manager.html (might be manager.htm, not too sure about this). Also netstat -lptu allows monitoring of connections (ports opened) by any process (supply pid), use web-server's pid to get this.

Hope this helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.