summaryrefslogtreecommitdiff
path: root/tests/loadavg
blob: ad995060f41ed6db0dff10775bc9d31140844699 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "x$1" = "x" ]; then
	POS=1
else
	POS=$1
fi

cut -d' ' -f$POS /proc/loadavg