https://github.com/kleinpanic/systemmon
https://github.com/kleinpanic/systemmon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kleinpanic/systemmon
- Owner: kleinpanic
- Created: 2024-09-29T06:41:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-01T01:05:48.000Z (over 1 year ago)
- Last Synced: 2025-02-09T20:36:40.059Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Monitoring Tool
This is a simple system monitoring tool written in C for Linux systems. It monitors and displays key system metrics such as CPU usage, memory usage, disk usage, and network activity.
## Features
- Display current CPU usage
- Display current memory usage
- Display current disk usage
- Display network activity (upload and download rates)
## Usage
### Compilation
To compile the tool, use the following commands:
make clean
make
make install
### Runing the tool
./sysmon [-i interval] [-n interface]
-i interval: Set the update interval in seconds (default is 1 second)
-n interface: Specify the network interface to monitor (default is wlp0s20f3)