mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
added cpuusage and memusage scripts
This commit is contained in:
1
sdcard/rootfs/usr/bin/memusage
Executable file
1
sdcard/rootfs/usr/bin/memusage
Executable file
@ -0,0 +1 @@
|
||||
free -m | grep Mem | awk {'printf( "%.1f %", $3 / $2 * 100 )'}
|
Reference in New Issue
Block a user