[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: format for CPU data?



On 2006-10-19, Charles Goyard <cgoyard (at) cvf.fr> wrote:
> Hi,
>
> Mike wrote:
>> I'm writing agents for other systems than linux and I want the data
>> to be graphed just like the linux data is graphed. Can someone please
>> post the expected format for CPU data so the data will be graphed?
>
> The real good way is to implement the native format of your OS on the
> server-side of hobbit. If it's a Unix-POSIX-like system, it's roughly a
> matter of cut and paste of the existing code. I did it for Sco's Unix
> (bleh!), and it made me understand hobbit internals much.
>
> Regards,
>

The boxes I'm trying to get reporting are windows and I'm using vbscript.
I'm happy to post the final client when it all works. Since I'm writing
the client side there is not native format. I prefer the unix format as
I'm a unix-head of many years.

Mike