I didn't receive the attachment.
Original Message:
Sent: Wed March 19, 2025 11:40 AM
From: Vikash Sharma
Subject: Is there a way to find the max concurrent calls an API is processing in webMethods API Gateway?
Hi Ashok,
I think some of the details can be fetched from the public API (download API transaction) exposed for API Gateway.
Attaching the postman collction for more details.
Let me know if this helps.
------------------------------
Vikash Sharma
Original Message:
Sent: Wed March 19, 2025 07:23 AM
From: Ashok Kumar Bandige
Subject: Is there a way to find the max concurrent calls an API is processing in webMethods API Gateway?
Thanks for your input.
But I am looking for run time metrics per API. Current / Max concurrent calls for an API.
Something similar to maxResponseTime & totalCount in Performance Metrics.
https://docs.webmethods.io/on-premises/webmethods-api-gateway/en/11.1.0/webhelp/index.html#page/yai-webhelp%2Fre-metrics_events_apigw.html
------------------------------
Ashok Kumar Bandige
Original Message:
Sent: Wed March 19, 2025 02:48 AM
From: Vikash Sharma
Subject: Is there a way to find the max concurrent calls an API is processing in webMethods API Gateway?
hi Ashok,
Number of API to be invoked in parallel depend upon the IS thread pool configuration.
Under the extended settings
we should look for thread pool settings
watt.server.threadPool
watt.server.maxThreads
watt.server.minThreads
Apart from it, we need to see if there are any rate limiting and throttling policies configured.
For more details please refer the documentation
https://docs.webmethods.io/on-premises/webmethods-api-gateway/en/11.1.0/pdf/api-gateway-administration-guide.pdf
------------------------------
Vikash Sharma
Original Message:
Sent: Tue March 18, 2025 02:02 AM
From: Ashok Kumar Bandige
Subject: Is there a way to find the max concurrent calls an API is processing in webMethods API Gateway?
We are planning to enable bulkhead for our APIs at a global level. Before proceeding, we need to determine the maximum concurrent calls that our APIs are currently processing to set an appropriate value without causing any disruption.
Is there a way to find out the maximum concurrent calls an API is processing in webMethods API Gateway?
Thank you in advance.
Best regards,
Ashok
------------------------------
Ashok Kumar Bandige
------------------------------