Graphic representation of system load average on a remote Linux system

by LinuxTitli on May 7, 2006 · 1 comment

Most of us know the file /proc/loadavg use to get load average information under Linux. Then using top or other command we can see the system load average. There are few GUI tools also exists to display graph of system load average.

However recently I saw tload command, which is a graphic representation of system load average for the tty.

tload prints a graph of the current system load average to the specified tty (or the tty of the tload process if none is specified).

This is useful if you are monitoring a system for problem and best part is it works on remote system over ssh.

$ tload

Output:

Linux tload command output

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 1 comment… read it below or add one }

1 Ed Larkin June 11, 2008

xload is little better IMHO while you dont get the load average its a neater way to keep remote systems organized

ssh -t -l username servername /usr/X11R6/bin/xload -display ip:0.0 -update 2

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 3 + 13 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: