[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Additional Tests - iostat, top, losf
- To: <hobbit (at) hswn.dk>
- Subject: Additional Tests - iostat, top, losf
- From: "James Wade" <jkwade (at) futurefrontiers.com>
- Date: Fri, 8 Dec 2006 11:24:18 -0600
- Thread-index: Acca7bDVYhbq53fKQrq2m2ugyUYBSg==
I am looking to implement some other tests, and
I was wondering if anyone had done these or if
Hobbit can do them:
1) IOSTAT: I need to start tracking iostat of disk,nfs i/o.
Will hobbit do this or has anyone written
anything to do this.
As an example, iostat -xtn 5 5
(Solaris)
2) TOP: Also, has anyone done anything with the
multicpu top command? I'd like to use top to track
multiple CPU information, and what processes
are taking up the most memory and cpu.
3) LSOF: Has anyone done anything with LSOF,
If I have a high iowait time as shown by iostat,
I'd like to use lsof to show me which processes
are writing to those busy disk or nfs i/o's.
Thanks..James