Skip to content

The script records the CPU, RAM, and Swap usage of the device at specified intervals and stores the maximum and minimum data accessed during its runtime. Additionally, it generates logs when predetermined thresholds are exceeded.

License

Notifications You must be signed in to change notification settings

dogukaneren/monitoreng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

monitoreng

The script records the CPU, RAM, and Swap usage of the device at specified intervals and stores the maximum and minimum data accessed during its runtime. Additionally, it generates logs when predetermined thresholds are exceeded.

Usage

chmod +x monitoreng.sh
./monitoreng.sh

Program produces output on /opt/monitoreng

ls /opt/monitoreng 
max-min-values.txt  values.txt
cat /opt/monitoreng/max-min-values
Max-CPU-Value: 7%
Min-CPU-Value: 0%
Max-RAM-Value: 12%
Min-RAM-Value: 10%
Max-Swap-Value: 0%
Min-Swap-Value: 0%
cat /opt/monitoreng/values
Date: 2023-11-10_01-04-50
CPU Usage: 7%
RAM Usage: 12%
Swap Usage: 0%
---
Date: 2023-11-10_01-04-54
CPU Usage: 3%
RAM Usage: 12%
Swap Usage: 0%
---
Date: 2023-11-10_01-04-57
CPU Usage: 2%
RAM Usage: 12%
Swap Usage: 0%
---
Date: 2023-11-10_01-05-00
CPU Usage: 1%
RAM Usage: 12%
Swap Usage: 0%
---
Date: 2023-11-10_01-05-03
CPU Usage: 3%
RAM Usage: 12%
Swap Usage: 0%
---

About

The script records the CPU, RAM, and Swap usage of the device at specified intervals and stores the maximum and minimum data accessed during its runtime. Additionally, it generates logs when predetermined thresholds are exceeded.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages