lapsedagnostic (
lapsedagnostic) wrote2008-05-20 01:03 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Tech Questions
I've been tasked with finding a way to grab certain metric information out of WebSphere and WebLogic. It appears that there are two methods to do this: a) drop a java process on the server to hit up the exposed api's, or b) use SNMP to access JMX to get the info remotely.
Sadly, I'm a windows c++ developer, and this is seriously outside my knowledge box. I lean towards (b), as it seems the system that a number of commercial applications utilize, but I'm not sure how to go about it. Visual C++ has a SMNP library, and I'd think that once I'm connected to that, I can find my way to JMX, and then to the J2EE metrics, but I'm having a wretched time finding any info on that path.
Anyone? Shawn? Shayde? Beuller? Beuller?
Sadly, I'm a windows c++ developer, and this is seriously outside my knowledge box. I lean towards (b), as it seems the system that a number of commercial applications utilize, but I'm not sure how to go about it. Visual C++ has a SMNP library, and I'd think that once I'm connected to that, I can find my way to JMX, and then to the J2EE metrics, but I'm having a wretched time finding any info on that path.
Anyone? Shawn? Shayde? Beuller? Beuller?
no subject
(no subject)
(no subject)
no subject
(no subject)
no subject
(no subject)
no subject
JMX is really just providing a bridge to SNMP so if you can go straight to JMX that may be better.