Supprimer 'dconf/monitor.sh'

This commit is contained in:
wilou 2023-03-17 07:29:35 +00:00
parent 1ed8bbcc68
commit b4b3cf5aff

View File

@ -1,9 +0,0 @@
#!/bin/bash
# This script monitors CPU and memory usage
# Get the current usage of CPU and memory
cpuUsage=$(top -bn1 | awk '/Cpu/ { print $2}')
memUsage=$(free -m | awk '/Mem/{print $3}')
# Print the usage
echo "CPU : $cpuUsage% - RAM : $memUsage MB"