This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
metrics.sh
Watch
1
Star
0
Fork
0
You've already forked metrics.sh
mirror of
https://github.com/pstadler/metrics.sh.git
synced
2025-02-28 22:09:11 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
metrics.sh
/
metrics
/
cpu.sh
5 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
first commit
2015-02-19 20:15:38 +01:00
#!/bin/sh
basic script flow implemented
2015-02-21 18:18:27 +01:00
collect
(
)
{
echo
$(
ps aux
|
awk
{
'sum+=$3;print sum'
}
|
tail -n 1
)
}
Reference in New Issue
Copy Permalink