Monitoring IBM Maximo Performance

August 05 2014
 

Get newfound monitoring into IBM Maximo and start realizing core benefits of APM, alerting, root cause analysis and best of all: performance metrics!


If you’re like most of our customers running IBM Maximo, you’ve probably run into a performance issue or two recently — maybe it was something obvious, maybe it took a long time to debug, maybe you bought some more consulting services to fix it or maybe you are the consultant who’s trying to fix it. Regardless of the circumstance, I’ve found that most IBM Maximo implementations, regardless of industry and implementation, have a few things in common:

  • They’re Big Implementations span thousands of users, managing large portfolios of assets
  • They’re Mission Critical Business can’t function without them. Service calls can’t be scheduled, work can’t be done and it’s hard to know what’s going on.
  • They’re Complex Typically deployed across farms of servers, integrating with backend ERP, database, inventory, scheduling and a variety of homegrown applications. Usually deployed and managed by a team of folks, patches and updates can go through a long validation cycle before ever seeing production
  • They’re Opaque From an operations perspective, you may understand the general data flow through your system, but it’s difficult to know when something is down or slow and what the root cause is. It’s easy to get into a finger pointing scenario because no one’s sure what’s really going on.

Sounds like a perfect candidate for Application Performance Monitoring.

The nice thing about Maximo is that it’s written on an IBM WebSphere Java application framework, which makes it a good candidate for instrumentation and performance monitoring. A small modification to the WebSphere JVM arguments to include the AppDynamics Application Agent and you’re off to the races.

Screen Shot 2014-08-04 at 6.10.07 PM

Screen Shot 2014-08-04 at 6.10.24 PM

Once you have the agent installed for your IBM Maximo WebSphere server, you should immediately start seeing performance data and flow map for any requests you’ve made to IBM Maximo.

Screen Shot 2014-08-04 at 6.10.35 PM

Business Transaction Configuration

IBM Maximo operates on a relatively straightforward URI scheme, which makes Business Transaction detection easy. Since traffic is initiating from the IBM Maximo tier, all BT detection happens there. Most of the action happens within a few main URLs:

/maximo/ui/

/maximo/ui/login

/maximo/report

/maximo/ui/XXXX

From there, the request is broken down further based on the URL parameter “value”. Ok, easy enough — modifying default BT naming to include 3 segments and creating a custom match rule to split the transactions based on value leaves us exactly what we’re looking for.

Screen Shot 2014-08-04 at 6.10.45 PM

Screen Shot 2014-08-04 at 6.10.54 PM

Backend Applications

Backend applications for Maximo come in a variety of different flavors. From a performance monitoring perspective, they can be categorized into:

  1. Off The Shelf such as BO, SAP, etc
  2. Custom Built
  3. 3rd Party (web-based)

In addition, these apps can be built in either native or managed languages. AppDynamics can view performance for each of these, but the approach varies depending on the architecture of the application and how much instrumentation you want for that application.

For most IBM Maximo implementations, the deployment typically includes a mixture of both fully instrumented applications and applications instrumented as exit points.

Typically your custom built application backends would be the primary candidates for full instrumentation. I won’t go into full detail here on how to set these up, but with basic configuration, you should be able to see full data flow throughout your IBM Maximo deployment.

So… Now What?

With this newfound visibility into IBM Maximo, now you can start realizing core benefits of APM, alerting, root cause analysis and best of all: performance metrics!  If you’d like to try this out for yourself, you can get an environment here.

Eric Smith
Eric Smith is a Sales Engineer with AppDynamics in Seattle and works with customers to implement performance monitoring solutions in their environments. Eric has over 14 years of experience in the industry, previously working for companies such as Microsoft and Coverity.

Thank you! Your submission has been received!

Oops! Something went wrong while submitting the form