Linux System Monitoring Tool
- 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.
./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

