The following sections analyze the results of WSO2 API Manager performance tests done in the Amazon EC2 environment.
...
Name | EC2 Instance Type | vCPU | Mem (GiB) |
---|---|---|---|
Apache JMeter Client | c5.large | 2 | 4 |
Apache JMeter Server 01 | c5.xlarge | 4 | 8 |
Apache JMeter Server 02 | c5.xlarge | 4 | 8 |
WSO2 API Manager | c5.xlarge | 4 | 8 |
Netty HTTP Echo Service | c5.xlarge | 4 | 8 |
MySQL | db.c5m5.large (RDS) | 2 | 8 |
See the following links for more details on Amazon Instance Types
...
# Samples - The number of requests sent with the given number of concurrent users.
Error Count - How many request errors were recorded.
Error % - Percent of requests with errors
Average - The average response time of a set of results
Min - The shortest time taken for a request
Max - The longest time taken for a request
90th Percentile - 90% of the requests took no more than this time. The remaining samples took at least as long as this
95th Percentile - 95% of the requests took no more than this time. The remaining samples took at least as long as this
99th Percentile - 99% of the requests took no more than this time. The remaining samples took at least as long as this
Throughput - The Throughput is measured in requests per second.
Received KB/sec - The throughput measured in received Kilobytes per second
Sent KB/sec - The throughput measured in sent Kilobytes per second
In addition, to above details, some additional details were recorded for every test.
GC Throughput - Time percentage the application was not busy with GC
GC throughput and other GC related details were obtained from the GC logs produced by the WSO2 API Manager.
The following are the GC flags used:
-XX:+PrintGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:"$CARBON_HOME/repository/logs/gc.log
Info |
---|
The process memory was not considered as Java is working on an already reserved heap area. |
Performance Test Scripts
All scripts used to run the performance tests and analyze results are in the following repositories.
...
Table of Content Zone | ||||
---|---|---|---|---|
| ||||
Throughput Comparison
The following charts show what happens to the server throughput when considering all results.
Average Response Time ComparisonThe following charts show what happens to the average response time when considering all results.
GC Throughput ComparisonThe following chart shows the GC throughput behavior when considering all results.
Refer Observations from all results for more details on the charts. |