You are not logged in.

#1 2011-04-23 03:27:10

qq405165798
Member
Registered: 2010-11-03
Posts: 17

[SOLVED]How can I monite net connection of specified application.

I want monite a apllication <--> ip:port instead of locatehost <-->ip:host

Last edited by qq405165798 (2011-04-24 02:43:19)

Offline

#2 2011-04-23 23:51:21

Wey
Member
Registered: 2011-04-22
Posts: 217

Re: [SOLVED]How can I monite net connection of specified application.

hello qq,
i'm greping netstat -tcp (e. g. netstat -tcp | grep firefox) for this matter.
append the --numeric switch if you are looking explicitly for ip:port instead of hostname:port and don't want to dig.

Offline

#3 2011-04-24 02:42:33

qq405165798
Member
Registered: 2010-11-03
Posts: 17

Re: [SOLVED]How can I monite net connection of specified application.

Wey wrote:

hello qq,
i'm greping netstat -tcp (e. g. netstat -tcp | grep firefox) for this matter.
append the --numeric switch if you are looking explicitly for ip:port instead of hostname:port and don't want to dig.

Thank you . You are great!

Offline

Board footer

Powered by FluxBB