The diagram below compares the memory consumption between two Infinispan versions running Radargun's Web Session Replication benchmark .
CPU information is also captured:
Note: in the above diagram the GC activity is very low and it gets blurred in the graph. In both graphs the benchmark ran for 175 seconds - not a very realistic run.
At the moment this feature is only available for local benchmarks, and can be enabled through the 'sysMonitorEnabled' attribute:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<local-bench-config> | |
.... | |
<benchmark> | |
<PutGetWarmup duration="20m"/> | |
<PutGet duration="30m" numOfThreads="25" useTransactions="false" sysMonitorEnabled="true"/> | |
</benchmark> | |
.... | |
</local-bench-config> |
Cheers,
Mircea
No comments:
Post a Comment