Skip to content

Kxka/System-Monitoring-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System-Monitoring-Tool

Linux System Monitoring Tool

Image 1 Image 2

Features

  • showFDtables: Shows system's pid, numeric file descriptors, file_name and inode number. Includes a summary table and filter option.
  • myMonitoringTool: Shows system cpu and memory usage. Also finds max core frequency.

How to run

./myMonitoringTool [samples = N] [tdelay = T] [--memory] [--cpu] [--cores]

  • Note: Samples and tdelay arguments can be used as positional arguments in first 2 positions

./showFDtables [--per-process] [--systemWide] [--Vnodes] [--composite] [--summary] [--threshold=]

  • Note: To show only a specific PID, add PID to the argument ./showFDtables --composite 442

About

Linux System Monitoring Tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published