Conky is a free, light-weight system monitor for X, that displays any information on your desktop
URL: http://conky.sourceforge.net/
Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Showing posts with label System Monitoring. Show all posts
Showing posts with label System Monitoring. Show all posts
Monitoring net hogs using nethogs
Nethogs is a simple program that shows the send and receive rates per second organised by process.
To install, simply type on the command line
# yum install nethogs (For Fedora)
# aptitude install nethog (For Linux Mint)
The default device to monitor is eth0. If you wish to use other device, simply type the argument after nethog
# nethogs eth1To cycle through the available options for displaying the data transfer such as kilobytes, megabytes and bytes, just press m
Using atop to view load at system and process level
Atop is a interactive monitor to view load at system and process level. With the use of atopsar, administrators can generate system reports for intervals period.
$ atopsar -c 60 5
(A report is generated on CPU Utilisation every 60 seconds for 5 min)
One of the most interesting feature is the ability to provide disk, network activity among other things.
The atop project website is comprehensive in explaining the usage and advantages
$ atopsar -c 60 5
(A report is generated on CPU Utilisation every 60 seconds for 5 min)
One of the most interesting feature is the ability to provide disk, network activity among other things.
The atop project website is comprehensive in explaining the usage and advantages
Installing Zenoss on CentOS 5
Zenoss is a Open Source Monitoring Tool which is gaining more converts around.
Download can be foundat http://www.zenoss.com/download/links
A good tutorial can be found from How-To-Linux Zenoss
Step 1: To get the RPM from sourceforge
Step 2: Install the packages below you have not done so
Step 4: Enable the following ports in your firewall
8080 TCP - Web Interface
162 UDP - SNMP Trap
514 UDP - Syslog
Step 5: Make sure the mySQL Services start on reboot
Step 6: Setup a minimum configuration file for net-snmp and start the service
Step 7: Proceed to the Web Interface http://www.your_server_ip.com:8080/
Step 8: Go to Add Device
IP Address or hostname of the unit you wish to monitor
Class of Machine you are monitoring (/Server/Linux)
SNMP Community (zenoss for this example)
Download can be foundat http://www.zenoss.com/download/links
A good tutorial can be found from How-To-Linux Zenoss
Step 1: To get the RPM from sourceforge
# wget http://jaist.dl.sourceforge.net/sourceforge/zenoss/zenoss-2.3.3.el5.i386.rpm
Step 2: Install the packages below you have not done so
# yum install mysql, mysql-server, net-snmp, net-snmp-utils
- Make sure the mysql root user password is blank and the database is running on the same machine. If not edit /opt/zenoss/bin/zenoss_init_pre file
# rpm -Uvh zenoss-2.3.3.el5.i386.rpm
Step 4: Enable the following ports in your firewall
8080 TCP - Web Interface
162 UDP - SNMP Trap
514 UDP - Syslog
Step 5: Make sure the mySQL Services start on reboot
# service mysqld start
# chkconfig --level 35 mysqld on
Step 6: Setup a minimum configuration file for net-snmp and start the service
# echo -community zenoss /etc/snmp/snmpd
# snmpd start
# chkconfig --level 35 zenoss on
Step 7: Proceed to the Web Interface http://www.your_server_ip.com:8080/
Step 8: Go to Add Device
IP Address or hostname of the unit you wish to monitor
Class of Machine you are monitoring (/Server/Linux)
SNMP Community (zenoss for this example)
Using Yum to install Nagios 3 for CentOS 5.4
I was trying to install Nagios 3.x for CentOS 5.4 but only nagios 2.x is surface. You must make sure you install the right repositories for CentOS to get nagios 3.x. To install Nagios 3.x, you will need to install RPMForge first. If you install EPEL only, you might only get nagios 2.x
Installing and configuring Ganglia on CentOS 5.4
For a more detailed writeup on Installing and configuring Ganglia on CentOS 5.4, see this latest entry from my blog Installing and configuring Ganglia on CentOS 5.4
Subscribe to:
Posts (Atom)

