IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  SystemService level thread monitoring

    Posted Tue July 15, 2003 05:53 PM

    Does anybody know how to monitor wM system and service thread counts in wM at the OS level - i.e w/o using a wM service? I can write a shell script to do so; however, I’m not sure if/where I can get these parameters.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: SystemService level thread monitoring

    Posted Tue July 15, 2003 07:12 PM

    One time I had a problem with Windows threads and the client called Microsoft support for help. The support person recommended a free software from www.sysinternals.com. I was able to monitor what files were accessed, see the PID in the threads, and gather tons of good debugging info.
    Note, I don’t work for Microsoft, Sysinternals, or webMethods.

    For Unix threads, you might want to use GDB.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: SystemService level thread monitoring

    Posted Wed July 16, 2003 03:26 AM

    Well, if you just want to view a current stack trace in the JVM running webMethods follow this link: [url=“http://developer.java.sun.com/developer/technicalArticles/Programming/Stacktrace/”]http://developer.java.sun.com/developer/technicalArticles/Programming/Stacktrace/[/url]

    To gain a view of the processes that are handling the Java thread would really begin with accessing a process list …

    Nick


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration