swamigaurav90
New member
- Joined
- Jun 10, 2015
- Messages
- 10
Hi Freinds,
Recently I am facing some problems on my direct admin server,
where my httpd process are utilizing to much cpu and memory,resulting in server load about 320.0
I can check connections per IP by Command
netstat -ntu | grep ':80' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -n
OUTPUT:-123 125.99.69.170
here ip 125.99.69.170 is having 123 connections to my server
But how can I know that IP is connecting to which page or which website.
Any Suggestions.
Recently I am facing some problems on my direct admin server,
where my httpd process are utilizing to much cpu and memory,resulting in server load about 320.0
I can check connections per IP by Command
netstat -ntu | grep ':80' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -n
OUTPUT:-123 125.99.69.170
here ip 125.99.69.170 is having 123 connections to my server
But how can I know that IP is connecting to which page or which website.
Any Suggestions.