Sunday, 29 June 2014

Linux Server Load Monitoring Tools


Load Balancing means you have very large number of user hitting your website and you have only one server for  website. In that case we have to make a cluster of server and put the same website on both the server so that the user request will be served on alternate server.

#top - Display currently running processes or  Linux tasks.It refreshes after each 5s.

#w      -It will displays users currently logged in and their process along-with shows load averages. also shows the login name, tty name, remote host, login time, idle time, JCPU and PCPU (command and processes).

#uptime    -The uptime command reveals how long the system has been running without a reboot.

#who     -To show who are logged in.

No comments:

Post a Comment