lapsedagnostic: (Default)
lapsedagnostic ([personal profile] lapsedagnostic) wrote2008-05-20 01:03 pm

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?

[identity profile] alex-wench.livejournal.com 2008-05-20 06:05 pm (UTC)(link)
my only answers would be said with a blank expression on my face, blinking my eyes and twirling my hair, clueless to what you are talking about.. but.. i love you!

[identity profile] primus.livejournal.com 2008-05-20 06:35 pm (UTC)(link)
I have a bunch of colleagues who just went through websphere training; let me see if they have any bright ideas

[identity profile] grandmasterkim.livejournal.com 2008-05-20 06:55 pm (UTC)(link)
Sorry I hate Java. Micro$oft makes me feel warm and fuzzy inside.

[identity profile] lalartu.livejournal.com 2008-05-21 02:11 am (UTC)(link)
Both SNMP and JMX are reasonable. I am more familiar with SNMP but I haven't done anything with WebSphere/WebLogic.

JMX is really just providing a bridge to SNMP so if you can go straight to JMX that may be better.