|
Niall Commiskey has written a really useful guide to measuring the time a Gateway takes to call a Web Service. I recommend you check it out if you're interested in this information. One thing I'd add is that Niall is timing how long a Web Service filter takes to run. The Web Service filter may be doing other things, in addition to calling the Web Service (e.g. it may be doing Schema validation on the message). So the timing is showing how long all of these things take, together. If you call an API or Web Service using a "Connect to URL" filter (as explained in this blog post) then all it is doing is making the call. To add to Niall's information, here are some other ways you can find this information about how long a Web Service call takes: 1) Use Traffic Monitor. This is available by default by pointing a browser to 8090 on the Gateway. It shows in milliseconds how long each processing step at the Gateway takes, including calls to external Web Services or APIs. 2) Use SR . In the example below, I am using the SR tool (which comes with the free SOAPbox download) to call a Google search API over SSL. You can see it tells me the time the request took. If I want to send many requests, I can do that with the -c (count) and -p (parallel threads) parameters.
01.C:\soapbox\sr>sr -C -h www.google.com -s 443 -u "/search?as_q=vordel" -v GET -V
Published at DZone with permission of Mark O'neill, author and DZone MVB (source). (Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.) Enterprise Integration is a huge problem space for developers, and with so many different technologies to choose from, finding the most elegant solution can be tricky. The Enterprise Integration Zone is a place for enterprise developers of all backgrounds to share design patterns and technology solutions that make integration easier for various scenarios. FuseSource proudly supports the EI Zone and provides its own gamut of training, services, and tools based on Apache Camel, ActiveMQ, CXF, and ServiceMix. |
VordelThe VisionLeadership Investors Careers Events News |
SolutionsAPI ManagementGovernance Cloud Security Mobile Access Sharepoint/Siebel Replace Gateway |
ResourcesWorkshopsArticles Most Popular Datasheets Deployment Guides API Management B2B Integration Cloud Integration Gateway 101 Identity Management Mobile SOA Governance |
MediaEventsNews Blog |
Get HelpContact UsCustomer Support |
Follow Us on:©2013 Vordel Inc., |