first commit

This commit is contained in:
2025-03-24 21:33:34 +00:00
commit 4a183d6f90
34 changed files with 885 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# rrd_update(os.path.join(SUBFOLDER, 'load.rrd'), 'N:{0}:{1}:{2}'.f
IFS=' ' read -r -a 'HH' <<< "$(cat /proc/loadavg)"
rrdtool update load.rrd N:${HH[0]}:${HH[1]}:${HH[2]}