Monitoring Tool

Andrew Bacchi bacchi at rpi.edu
Mon Feb 19 12:33:58 UTC 2007



Nilesh wrote:
> Hello All,
> 
> I want to monitor all activities on my Linux system
> could any one tell me which tool is best 
> Want to monitor 
> 1) whos trying to connect me to any port ( from IP or
> Domain Name)
There is probably some tool already written for this.  I would monitor 
the /var/log/messages log file to see who is triggering your 'iptables' 
rules.  A simple perl script can tell you all you need to know.

> 2) users connected 
Use 'who', or 'w'

> 3) services running 
Use 'ps -Af' as root, or 'top'

> 
> Regards
> Nilesh 
> 
>  
> 
> 
> 
>  
> ____________________________________________________________________________________
> Cheap talk?
> Check out Yahoo! Messenger's low PC-to-Phone call rates.
> http://voice.yahoo.com
> 

-- 
veritatas simplex oratio est
		-Seneca

Andrew Bacchi
Systems Programmer
Rensselaer Polytechnic Institute
phone: 518.276.6415  fax: 518.276.2809

http://www.rpi.edu/~bacchi/




More information about the redhat-list mailing list