Capturing /proc/stat file for CPU utilization
This commit is contained in:
parent
20aab5c707
commit
d7b1d08328
|
@ -15,6 +15,7 @@ function capture_network_state {
|
||||||
cat /proc/net/dev
|
cat /proc/net/dev
|
||||||
free -m
|
free -m
|
||||||
cat /proc/fs/lustre/llite/esfs-*/max_cached_mb
|
cat /proc/fs/lustre/llite/esfs-*/max_cached_mb
|
||||||
|
cat /proc/stat
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "$( capture_network_state )" &> "${NETOUTFILE}start.txt"
|
echo "$( capture_network_state )" &> "${NETOUTFILE}start.txt"
|
||||||
|
|
Loading…
Reference in New Issue