Open In App

saidar Utility – Monitor the Linux Box

Saidar is a curses-based (Curses-based software is software whose user interface is implemented through the curses library) tool for viewing system statistics and monitors the Linux system. It is a command-line based tool as it is run on a terminal.

To install saidar on Debian based Linux system run the following command on the terminal:



sudo apt-get install saidar

To run saidar run the following command:



saidar

Then saidar will start as shown in fig:

Saidar shows the following information about the system:

Hostname: In this Hostname, saidar shows the system hostname.

Uptime: In this Uptime, saidar shows the uptime of the system.

Load:

CPU load: In this CPU section saidar show the information about CPU in the following manner:

Processes: In this section following information about the processes on the system is shown:

No. User: In this section saidar show, the no. of users logged in the system.

Memory(Ram) Usage:

Swap Memory:

Disk: In this section saidar show the disks on the system with their read and write speed.

Network Interface: In this section saidar show information about the network interfaces on a system with its speed.

Mount points: It shows all mount points in the system.

Command-Line Utility to saidar

-h argument: To display help and another argument for saidar.

saidar -h

 -d argument: This argument used to set the update of saidar in seconds.

saidar -d 

-c argument: This argument is used to display colored output.

saidar -c 

-v argument: This argument is used to display a version of saidar.

  saidar -v

To stop saidar press key CTRL+c and to remove saidar from the system run the following command:

sudo apt-get remove saidar
Article Tags :