Page 1 of 1

find the IP using excessive resources

Posted: 19 Oct 2013, 01:21
by jimlongo
I'm getting excessive resource usage for sftp and ssh connections (which is fine as I'm pretty confident they are legitimate users), but the client would like confirmation that it is their IP that is connecting.

Is there a way to find that.

I can view the logs but they only show the process and resource, not the IP.

Re: find the IP using excessive resources

Posted: 19 Oct 2013, 03:00
by sawbuck
You can use netstat from the command line.

Re: find the IP using excessive resources

Posted: 19 Oct 2013, 11:38
by jimlongo
Thanks, that's great.