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.  Reset Service Usage

    Posted Tue May 29, 2012 07:23 PM

    Hi All,

    Is there any way to reset the service usage shown in IS Admin ??
    Actually, we have an application which processes huge amount of data in our test runs, and it would be convenient if we can reset the service usage before starting our testing each time, so as to make sure we do not miss out on any data. I searched on internet before posting here, but did not find anything helpful.

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Reset Service Usage

    Posted Wed May 30, 2012 12:31 PM

    Interesting question… I did some search on the tables of IS Core Audit, IS Internal and Xref but couldn’t find this information being stored in any tables, or atleast I am not able to figure out the table… Not sure how is it really captured in IS Admin page… wm.server.cache:resetCache is used to clear the cache of IS service but not the service usage history…

    -Senthil


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Reset Service Usage

    Posted Wed May 30, 2012 03:30 PM

    Take a look at the com.wm.app.b2b.server.stats classes, especially the EventManger class. There might be some pointers in there. I suspect this information might be not in the database but on a broker queue.

    Cheers,
    Akshith


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Reset Service Usage

    Posted Wed May 30, 2012 03:56 PM

    I wonder if a reload of a package would reset the usage stats (which I believe are all kept in memory only).


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB