Skip to content

Instantly share code, notes, and snippets.

@mgencur
Created February 14, 2013 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgencur/4954139 to your computer and use it in GitHub Desktop.
Save mgencur/4954139 to your computer and use it in GitHub Desktop.
ReadWriteRemove scenario:
MapStressTest configuration: capacity 100000, test running time 60 seconds
Testing independent read/write/remove performance with capacity 100000, keys 300000, concurrency level 32, readers 90, writers 9, removers 1
Container BCHM:LIRS Ops/s 6337122,63 Gets/s 6331767,46 Puts/s 5451,02 Removes/s 271,73 HitRatio 51,61 Size 100000 StdDev 54864,80
Container BCHM:LRU Ops/s 4650967,76 Gets/s 4649419,76 Puts/s 2450,02 Removes/s 270,81 HitRatio 57,50 Size 100000 StdDev 53496,16
Container CACHE Ops/s 2653301,35 Gets/s 2652036,46 Puts/s 2433,78 Removes/s 269,77 HitRatio 52,01 Size 99997 StdDev 54208,26
[testng-MapStressTest] Test testReadWriteRemove(org.infinispan.stress.MapStressTest) succeeded.
Test suite progress: tests succeeded: 1, failed: 0, skipped: 0.
Testing independent read/write/remove performance with capacity 100000, keys 300000, concurrency level 32, readers 9, writers 1, removers 0
Container BCHM:LIRS Ops/s 5546559,31 Gets/s 5478775,67 Puts/s 67716,02 Removes/s 0,00 HitRatio 65,86 Size 100000 StdDev 38980,41
Container BCHM:LRU Ops/s 4770371,88 Gets/s 4755570,86 Puts/s 15007,16 Removes/s 0,00 HitRatio 65,35 Size 99993 StdDev 38507,67
Container CACHE Ops/s 2374128,90 Gets/s 2360887,57 Puts/s 13364,90 Removes/s 0,00 HitRatio 64,25 Size 99998 StdDev 37539,48
[testng-MapStressTest] Test testReadWriteRemove(org.infinispan.stress.MapStressTest) succeeded.
MixedReadWrite scenario:
MapStressTest configuration: capacity 100000, test running time 60 seconds
Testing mixed read/write performance with capacity 100000, keys 300000, concurrency level 32, threads 100, read:write ratio 9:1
Container BCHM:LIRS Ops/s 3951576,62 Gets/s 3556418,96 Puts/s 395157,66 HitRatio 61,62 Size 100000 stdDev 46259,65
Container BCHM:LRU Ops/s 3370689,34 Gets/s 3033620,40 Puts/s 337068,93 HitRatio 62,22 Size 99999 stdDev 45950,75
Container CACHE Ops/s 1337764,66 Gets/s 1203988,20 Puts/s 133776,47 HitRatio 61,55 Size 99999 stdDev 45949,28
[testng-MapStressTest] Test testMixedReadWrite(org.infinispan.stress.MapStressTest) succeeded.
Test suite progress: tests succeeded: 1, failed: 0, skipped: 0.
Testing mixed read/write performance with capacity 100000, keys 300000, concurrency level 32, threads 10, read:write ratio 9:1
Container BCHM:LIRS Ops/s 4283933,99 Gets/s 3855540,59 Puts/s 428393,40 HitRatio 61,42 Size 100000 stdDev 45996,00
Container BCHM:LRU Ops/s 3286447,23 Gets/s 2957802,51 Puts/s 328644,72 HitRatio 61,89 Size 99999 stdDev 45211,57
Container CACHE Ops/s 1408754,70 Gets/s 1267879,23 Puts/s 140875,47 HitRatio 61,08 Size 100000 stdDev 45102,41
[testng-MapStressTest] Test testMixedReadWrite(org.infinispan.stress.MapStressTest) succeeded.
Test suite progress: tests succeeded: 2, failed: 0, skipped: 0.
WriteOnMiss scenario:
MapStressTest configuration: capacity 100000, test running time 60 seconds
Testing write on miss performance with capacity 100000, keys 300000, concurrency level 32, threads 100
Container BCHM:LIRS Ops/s 3494376,80 HitRatio 94,84 Size 100000 stdDev 54483,22
Container BCHM:LRU Ops/s 2787465,98 HitRatio 93,28 Size 100003 stdDev 54758,89
Container CACHE Ops/s 525403,06 HitRatio 64,79 Size 100002 stdDev 55007,58
[testng-MapStressTest] Test testWriteOnMiss(org.infinispan.stress.MapStressTest) succeeded.
Test suite progress: tests succeeded: 1, failed: 0, skipped: 0.
Testing write on miss performance with capacity 100000, keys 300000, concurrency level 32, threads 10
Container BCHM:LIRS Ops/s 2933513,90 HitRatio 88,12 Size 100000 stdDev 55073,49
Container BCHM:LRU Ops/s 1936607,54 HitRatio 81,97 Size 100005 stdDev 55001,18
Container CACHE Ops/s 446751,37 HitRatio 56,47 Size 100001 stdDev 54714,46
[testng-MapStressTest] Test testWriteOnMiss(org.infinispan.stress.MapStressTest) succeeded.
WriteOnMiss - once again - 10-minute run
MapStressTest configuration: capacity 100000, test running time 600 seconds
Testing write on miss performance with capacity 100000, keys 300000, concurrency level 32, threads 100
Container BCHM:LRU Ops/s 5817829,19 HitRatio 99,05 Size 100004 stdDev 54675,82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment