문제

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

도움이 되었습니까?

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top