< Home - < Back

libstatgrab


Information about the package, libstatgrab, which is shipped with common Linux distributions. The libstatgrab package is designed for, Make system statistics.


Package Name:

libstatgrab

Summary:

Make system statistics

Description:

Libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more. The current list of platforms is Solaris 2.x, Linux, and FreeBSD 4.x/5.x. The aim is to extend this to include as many operating systems as possible. The package also includes a couple of useful tools. The first, saidar, provides a curses-based interface to viewing the current state of the system. The second, statgrab, gives a sysctl-style interface to the statistics gathered by libstatgrab. This extends the use of libstatgrab to people writing scripts or anything else that can't easily make C function calls. Included with statgrab is a script to generate an MRTG configuration file to use statgrab.

Architecture:

x86_64

Version:

0.17

Release:

1.el6

Size:

73 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libstatgrab


Control the libstatgrab package with the following handy commands outlined below.


Command

Description of Command

yum install libstatgrab

This command will install libstatgrab on the server.

yum remove libstatgrab

This command will un-install libstatgrab on the server. When you run this command, you will be asked if you are sure that you want to remove libstatgrab, so you have to manually confirm that you want to do this.

yum -y remove libstatgrab

This command will un-install libstatgrab on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libstatgrab when using the -y flag.

yum update libstatgrab

This command will update libstatgrab to the latest version. When you run this command, you will be asked if you are sure that you want to remove libstatgrab, so you have to manually confirm that you want to do this.

yum -y update libstatgrab

This command will update libstatgrab to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libstatgrab when using the -y flag.

yum info libstatgrab

This command will show you core information about the libstatgrab package.

yum deplist libstatgrab

This command will show you the dependencies for libstatgrab. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libstatgrab

This command will check if there is an update waiting on libstatgrab. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.