[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Graph Limits
On Sat, Feb 05, 2005 at 04:32:19AM -0700, Charles Jones wrote:
> I'm using the bb client on remote machines, including the cpu
> test...Hobbit just graphs the load average but doesn't include the ps
> output like yours does. I'm going to guess it's because the bb clients I
> am using are 1.9e :-)
You can get that too, if you have "top" installed on the systems.
In your client's etc/bbsys.local, add this:
TOP="/usr/bin/top"
TOPARGS="-b -n 1"
export TOP TOPARGS
This is for "top" on Linux, I think the Solaris parameters need a bit
of tweaking.
Henrik