Hi Robert

Sorry for the delay in replying to your questions.

D> I've written the guts of an application monitor MIB, something 
D> very similar to what is described in RFC 2564
D> 
R> Does it use the MIB in RFC 2564, or something else?
R>

The format of the information presented in SNMP is completely
proprietary, although a rendering module imposes this format so that it
could be modified without impacting other functionality. The following
properties are exposed for application processes: threads,
file-descriptors, socket-descriptors, CPU usage and memory usage.
 
R> It's hard to say. You say it is a program. Is it C code? Is it
portable?
R> How many systems has it been tested on?
R>

The program is implemented in Python, consisting of several classes and
PyUnit test cases.

The component fetches the process information from the OS. This part of
the code is therefore not portable and I implemented it only for Linux.
Stubs are provided for implementing OS-specific process-inspection
functionality.
The original requirement for this component was to provide
application-monitoring functionality above what was provided by the
HOST-RESOURCE MIB. It seems to me that RFC 2564 is the best fit for
this, although I think the component is useful even without a
standardized MIB.

R> We generally like to implement MIBs directly in the agent.
R> 

I'm not sure that I fully understand why?

R> We have recently been talking about a 'contrib' section for the web
site,
R> and it could certainly go there. But it would need closer scrutiny 
R> before it could go directly into the package.

Perhaps we could discuss how to do this off-list, since I personally
don't own the software - it was written on behalf of a client who would
like it to be open-sourced.

Best Regards

Dave Anderson
Ammeon Ltd - www.ammeon.com



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to