Graphic representation of system load average on a remote Linux system

by on May 7, 2006 · 1 comment· Last updated May 7, 2006

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


You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 1 comment… read it below or add one }

1 Ed Larkin June 11, 2008 at 1:54 pm

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 14 + 14 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: