Add new scripts for system monitoring and remove deprecated scripts

This commit is contained in:
2025-03-14 09:13:55 +00:00
parent 3eab62885f
commit 560bc58184
20 changed files with 7 additions and 1740 deletions

3
scripts/ram Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
free --mebi | sed -n '2{p;q}' | awk '{printf (" %2.2fGB/%2.2fGB\n", ( $3 / 1024), ($2 / 1024))}'