Skip to content

Simple system monitor utility for Linux written in C

License

Notifications You must be signed in to change notification settings

SananR/sysmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

sysmonitor

Simple system monitor utility for Linux written in C

Usage:

./sysmonitor [-s | -u | -g | -samples= | -tdelay=]

Flags:

  • -graphics or -g: Displays a graphical representation of data
  • -system or -s: Shows only system usage information
  • -users or -u: Shows only connected users
  • -samples=: Specify the number of samples to be taken
  • -tdelay=: The number of seconds between each sample

Example usage:

  • ./sysmonitor -g ... Monitor with graphical representation
  • ./sysmonitor -samples=100 -tdelay=5 ... Take 100 samples with a delay of 5 seconds
  • ./sysmonitor 100 5 ... Take 100 samples with a delay of 5 seconds

About

Simple system monitor utility for Linux written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages