mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-02-28 13:59:12 -05:00
2 lines
64 B
Bash
2 lines
64 B
Bash
#!/bin/sh
|
|
echo $(ps aux | awk {'sum+=$3;print sum'} | tail -n 1) |