[kanchilug] 1D1C - tload

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx, ilugd@xxxxxxxxxxxxxxxxxxxx
  • Date: Thu, 6 Apr 2023 06:00:00 +0530

tload - graphic representation of system load average

syntax
$ tload [options] [terminal]

To display the representation of the average system load as a graph on the
terminal
$ tload

To set delay between graph update in seconds
$ tload -d 2

To change the scale of the graph
$ tload -s 10

To print a graph of the current system load average to a specified tty
$ tload -d 2 -s 10 /dev/tty3

To run tload over the ssh based session
$ ssh -t user1@192.168.122.100 tload -d 2



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - tload - Dhanasekar