]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292019
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Jan 2016 20:25:41 +0000 (20:25 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Jan 2016 20:25:41 +0000 (20:25 +0000)
commitf8085cb87bdff08d5f5f8ad57d7a41e406cdeb31
tree6f596d2a53f86a126ca30a60fcdcfe017b3c8b8d
parentf1030ef1f36263620f1c40e88029b886bf942bbd
MFC r292019

When iostat(8) receives SIGINT while running with "-w" or "-c", it will now
print statistics one more time before exiting. Also, it now implements the
wait using setitimer instead of sleep, so the waits will be more consistent
when the system is heavily loaded.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293696 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/iostat/iostat.c