2
I'm looking for the equivilent of cat /proc/loadavg
under Linux or sysctl -n vm.loadavg
under FreeBSD, but for Solaris. Solaris doesn't have either /proc/loadavg
or sysctl
.
I don't want the output of w
or uptime
, I want just the load averages. For example, I want:
0.53 0.39 0.80
Not:
13:30:44 up 51 days, 8:43, 2 users, load average: 0.46, 0.39, 0.79
What terminal command will provide me with the 1, 5 and 10 minute load averages, and only the load averages, under Solaris?
Ug, cronjob to run every minute, no thanks, there must be a better way! – Josh – 2013-09-27T20:12:39.157