it could be a separate module. It definitely should use MBean. In
terms of getting the CPU load stats, I was thinking of calling the
standard sysinfo loads[].

Is there some other way of getting the system load stats? or CPU
stats? that doesn't require calling native code?

peter


On Fri, 31 Dec 2004 13:13:54 -0800, Costin Manolache
<[EMAIL PROTECTED]> wrote:
> Peter Lin wrote:
> > I'm thinking of adding system load stats to the status servlet. What
> > do other's think about it? It would use JNI to call a native lib and
> > it would only work on unix, but it would be good to have. I would also
> > update JMeter in the process to display the system load average.
> >
> >
> > peter lin
> 
> Wouldn't be better to have a way to display an arbitrary mbean
> attribute, plus an mbean tracking system load ( and maybe memory/disk
> statistics ) ?
> 
> Dealing with jni is allways tricky ( including build issues, etc ) - it
> is better to have it in separate modules.
> 
> Costin
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to