Which Ips Running Tasks

Which Ips Running Tasks - Computer Issues, Video Gaming - Posted: 21st Jul, 2008 - 2:33pm

Text RPG Play Text RPG ?
 

Posts: 1 - Views: 784
21st Jul, 2008 - 2:33pm / Post ID: #

Which Ips Running Tasks

Which Ips Running Tasks

From command line on server you see that there are 'x' tasks via 'top' command. You want to know who is running all those tasks and from which IP, so run this code:

CODE
netstat -plan |grep :80 | awk '{print $5}' |cut -d: -f1 |sort |uniq -c |sort -n | tail -3



Sponsored Links:
Post Date: Sat Jul 19 13:32:38 GMT 2025 / Post ID: #

Avatar

Which Ips Running Tasks

Add Comment
I want to know more which ips running tasks this needs looking into without delay so maybe correct find out.


 
> TOPIC: Which Ips Running Tasks
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2025
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,