vote up 0 vote down star

What techniques are available to profile services running in WebMethods Integration Server?

That is, to obtain data which would indicate which parts would benefit most from optimisation.

flag

71% accept rate

4 Answers

vote up 1 vote down

Have you thought of trying webMUnit? You could add time logging around certain method calls to get an idea of how long things are taking to execute. However, the time logging itself will add overhead too, so just keep that in mind.

Or possibly memory profilers such as YourKit Profiler, JProfiler, JProbe etc? Im not sure about these, as I've never used them myself, but they might help by letting you know what's taking up a lot of memory etc

link|flag
vote up 1 vote down

Check the 'Service Profiler for webMethods Integration Server' from http://www.wrightia.com/serviceprofiler.html

link|flag
This is what I was hoping to find! (If the "accept answer" button was here, I'd use it). Now to fix the glibc dependencies it needs :( – slim Sep 21 at 10:00
vote up 0 vote down

I was involved only in development phase so i dont know details but our system was tested with heavy load-testing and hardware was monitored during the process, it actually gave some feedback about bottlenecks. JMeter and sar were used.

link|flag
vote up 0 vote down

See this tools for test in web-services : Testing as Services and MEF (Manage Extensibility Framework) implementation

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.