Tech Questions
May. 20th, 2008 01:03 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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
Date: 2008-05-20 06:05 pm (UTC)no subject
Date: 2008-05-20 06:24 pm (UTC)Love you too, cutey!
no subject
Date: 2008-05-20 06:47 pm (UTC)you ain't so bad yer self
no subject
Date: 2008-05-20 06:35 pm (UTC)no subject
Date: 2008-05-22 11:57 pm (UTC)no subject
Date: 2008-05-20 06:55 pm (UTC)no subject
Date: 2008-05-20 07:03 pm (UTC)In Eclipse, the code display window, obviously enough, utilized a copy of the source that was stored in memory. The error and warning list window, though, worked off the source that was saved to the disk. Can you see the small issue with this? Especially since Eclipse never forced a Save All? Ever?
Bah.
no subject
Date: 2008-05-21 02:11 am (UTC)JMX is really just providing a bridge to SNMP so if you can go straight to JMX that may be better.