Skip to content

Commit

Permalink
Merge pull request #5 from ellkrauze/add-external-info
Browse files Browse the repository at this point in the history
Add external info support
  • Loading branch information
ellkrauze committed Dec 29, 2023
2 parents 5e8a548 + d15491c commit 985c745
Show file tree
Hide file tree
Showing 31 changed files with 9,895 additions and 821 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ jdk-*/*
tmp/*
dacapo/*
__pycache__/*
scratch/*
scratch/*
summaries_*/*
*logs
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ wget -O jdk.tar.gz https://download.bell-sw.com/java/11.0.20+8/bellsoft-jdk11.0.
Unpack `jdk.tar.gz` and remove the archive.
```
tar xzf jdk.tar.gz && rm -fv jdk.tar.gz
cd jdk-11.0.20.8 & java -version
```

## 2. Prepare a dataset
Expand Down
2,551 changes: 2,522 additions & 29 deletions dataset_util.ipynb

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions datasets/avrora/ext_avrora_16_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
1,16,0.00834,-236954.0,-1184768.0,10.2,154.0,151.586,30.3,3354.0
4,12,0.00928,-185344.0,-926720.0,10.2,154.0,151.586,30.3,3408.0
7,12,0.00743,-234906.0,-1174528.0,10.2,154.0,151.586,30.3,3411.0
7,16,0.00854,-138240.0,-691200.0,10.7,161.0,159.041,31.8,3411.0
4,16,0.00893,-203366.0,-1016832.0,10.2,154.0,151.587,30.3,3377.0
1,12,0.00822,-173056.0,-865280.0,10.7,161.0,159.041,31.8,3392.0
7,4,0.00581,-137626.0,-688128.0,10.2,154.0,151.586,30.3,3357.0
4,4,0.00719,-47309.0,-236544.0,10.7,161.0,159.041,31.8,3355.0
1,4,0.00629,-50995.0,-254976.0,10.2,154.0,151.586,30.3,3411.0
10,12,0.00851,-129229.0,-646144.0,10.7,161.0,159.041,31.8,3374.0
4,24,0.01281,46.8,234.0,10.7,161.0,159.041,31.8,3410.0
16,4,0.00771,-57549.0,-287744.0,10.2,154.0,151.586,30.3,3411.0
10,24,0.0103,-192922.0,-964608.0,10.2,154.0,151.585,30.3,3411.0
1,20,0.01024,-242483.0,-1212416.0,10.7,161.0,159.041,31.8,3355.0
16,8,0.00722,85.0,425.0,10.7,161.0,159.041,31.8,3355.0
13,12,0.0074,27.2,136.0,10.7,161.0,159.041,31.8,3411.0
1,8,0.00723,-178790.0,-893952.0,10.2,154.0,151.586,30.3,3355.0
7,24,0.00986,-356557.0,-1782784.0,10.2,154.0,151.586,30.3,3354.0
13,24,0.01207,-134758.0,-673792.0,10.7,161.0,159.042,31.8,3411.0
16,12,0.00824,-172237.0,-861184.0,9.5,144.0,141.646,28.3,3411.0
4,8,0.0062,27.2,136.0,10.7,161.0,159.041,31.8,3358.0
10,4,0.0068,-33792.0,-168960.0,10.7,161.0,159.041,31.8,3374.0
16,24,0.01499,-134758.0,-673792.0,8.7,131.0,129.221,25.8,3355.0
10,8,0.00731,-168960.0,-844800.0,10.2,154.0,151.586,30.3,3354.0
7,20,0.00943,-141722.0,-708608.0,10.7,161.0,159.041,31.8,3388.0
7,8,0.00753,-60006.0,-300032.0,10.7,161.0,159.041,31.8,3355.0
1,24,0.01031,-88064.0,-440320.0,10.2,154.0,151.585,30.3,3411.0
13,4,0.00597,-126362.0,-631808.0,10.2,154.0,151.586,30.3,3386.0
4,20,0.00943,-265626.0,-1328128.0,10.7,161.0,159.041,31.8,3374.0
13,8,0.0072,-96256.0,-481280.0,10.7,161.0,159.041,31.8,3374.0
16,20,0.00931,-239821.0,-1199104.0,10.7,161.0,159.04,31.8,3355.0
16,16,0.00939,-81510.0,-407552.0,8.7,131.0,129.221,25.8,3355.0
10,20,0.00875,-81101.0,-405504.0,10.7,161.0,159.041,31.8,3358.0
10,16,0.00956,-168346.0,-841728.0,8.7,131.0,129.221,25.8,3411.0
13,20,0.01016,-205210.0,-1026048.0,10.2,154.0,151.586,30.3,3405.0
13,16,0.00881,-114893.0,-574464.0,10.7,161.0,159.041,31.8,3355.0
37 changes: 37 additions & 0 deletions datasets/avrora/ext_avrora_2_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
7,8,0.00775,103.2,516.0,10.7,161.0,159.041,31.8,3355.0
13,20,0.00944,-200090.0,-1000448.0,10.2,154.0,151.586,30.3,3408.0
13,16,0.00667,-123085.0,-615424.0,10.2,154.0,151.586,30.3,3355.0
4,8,0.00681,29.0,145.0,10.7,161.0,159.041,31.8,3355.0
10,20,0.00942,-218317.0,-1091584.0,10.2,154.0,151.586,30.3,3355.0
10,16,0.00685,-120013.0,-600064.0,10.2,154.0,151.586,30.3,3355.0
1,8,0.00664,26.2,131.0,8.7,131.0,129.221,25.8,3411.0
16,20,0.00898,-25395.0,-126976.0,10.7,161.0,159.041,31.8,3411.0
16,16,0.00917,-254157.0,-1270784.0,10.2,154.0,151.585,30.3,3392.0
7,24,0.01,-29286.0,-146432.0,9.2,139.0,136.676,27.3,3392.0
16,4,0.00806,80.2,401.0,8.7,131.0,129.221,25.8,3411.0
1,20,0.01099,-38093.0,-190464.0,10.2,154.0,151.586,30.3,3374.0
16,8,0.00634,40.2,201.0,10.7,161.0,159.041,31.8,3355.0
16,12,0.0079,86.6,433.0,10.7,161.0,159.041,31.8,3374.0
16,24,0.00891,-113254.0,-566272.0,10.7,161.0,159.04,31.8,3355.0
4,24,0.01072,-247603.0,-1238016.0,10.7,161.0,159.041,31.8,3404.0
13,4,0.0066,-72909.0,-364544.0,9.2,139.0,136.676,27.3,3355.0
4,20,0.00877,-184320.0,-921600.0,8.7,131.0,129.221,25.8,3408.0
13,8,0.00729,-72294.0,-361472.0,10.7,161.0,159.04,31.8,3411.0
13,12,0.00899,-130253.0,-651264.0,10.7,161.0,159.041,31.8,3355.0
13,24,0.01115,-234906.0,-1174528.0,10.7,161.0,159.041,31.8,3374.0
1,24,0.01013,-154829.0,-774144.0,10.2,154.0,151.586,30.3,3357.0
10,4,0.00706,9830.0,48.0,8.7,131.0,129.221,25.8,3408.0
10,8,0.00727,-169165.0,-845824.0,10.2,154.0,151.586,30.3,3411.0
7,20,0.01087,-177562.0,-887808.0,9.2,139.0,136.676,27.3,3408.0
10,12,0.00819,-79053.0,-395264.0,9.2,139.0,136.676,27.3,3392.0
10,24,0.01085,-99738.0,-498688.0,10.7,161.0,159.041,31.8,3411.0
7,12,0.00763,-150528.0,-752640.0,10.2,154.0,151.586,30.3,3411.0
4,12,0.00818,-144179.0,-720896.0,10.2,154.0,151.586,30.3,3405.0
1,16,0.00827,-101786.0,-508928.0,9.4,141.0,139.16,27.8,3408.0
1,4,0.00719,-98918.0,-494592.0,9.5,144.0,141.646,28.3,3410.0
1,12,0.00857,8602.0,42.0,10.7,161.0,159.042,31.8,3357.0
4,16,0.00852,-279142.0,-1395712.0,10.2,154.0,151.586,30.3,3392.0
4,4,0.00751,-129638.0,-648192.0,10.2,154.0,151.586,30.3,3354.0
7,16,0.00857,-137421.0,-687104.0,10.2,154.0,151.586,30.3,3380.0
7,4,0.00693,142.6,713.0,10.7,161.0,159.041,31.8,3376.0
37 changes: 37 additions & 0 deletions datasets/avrora/ext_avrora_32_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
10,16,0.00945,-188826.0,-944128.0,12.2,184.0,181.406,36.2,4747.0
10,20,0.01123,15.6,78.0,12.2,184.0,181.407,36.2,4804.0
1,4,0.00722,-89498.0,-447488.0,12.2,184.0,181.406,36.2,4720.0
13,16,0.0085,133.8,669.0,12.2,184.0,181.407,36.2,4777.0
13,20,0.00975,-182886.0,-914432.0,12.2,184.0,181.406,36.2,4720.0
4,4,0.0078,-130458.0,-652288.0,11.7,177.0,173.952,34.8,4720.0
16,16,0.00842,-98714.0,-493568.0,12.2,184.0,181.406,36.2,4720.0
16,20,0.01044,151.6,758.0,11.7,177.0,173.952,34.8,4747.0
7,4,0.00595,-36864.0,-184320.0,11.1,167.0,164.013,32.8,4720.0
7,12,0.00918,-46080.0,-230400.0,11.7,177.0,173.952,34.8,4746.0
16,24,0.01017,133.8,669.0,12.2,184.0,181.407,36.2,4804.0
16,12,0.00819,-290611.0,-1453056.0,11.7,177.0,173.952,34.8,4777.0
4,12,0.00802,-143360.0,-716800.0,12.2,184.0,181.406,36.2,4804.0
1,16,0.00911,-262758.0,-1313792.0,11.7,177.0,173.951,34.8,4777.0
1,12,0.00775,15.6,78.0,12.2,184.0,181.406,36.2,4720.0
10,24,0.01026,60.8,304.0,11.2,169.0,166.497,33.3,4720.0
10,12,0.00836,-54477.0,-272384.0,11.7,177.0,173.952,34.8,4756.0
4,16,0.00905,84.2,421.0,12.2,184.0,181.407,36.2,4804.0
13,24,0.01168,-112640.0,-563200.0,12.2,184.0,181.406,36.2,4720.0
13,12,0.00816,-161587.0,-807936.0,11.7,177.0,173.952,34.8,4803.0
7,16,0.00927,-86426.0,-432128.0,11.5,174.0,171.468,34.3,4768.0
7,8,0.00638,-205.0,-1024.0,12.2,184.0,181.406,36.2,4747.0
7,24,0.00923,-96870.0,-484352.0,12.2,184.0,181.406,36.2,4803.0
16,4,0.00774,-306176.0,-1530880.0,11.7,177.0,173.951,34.8,4777.0
1,20,0.01001,68.0,340.0,12.2,184.0,181.407,36.2,4719.0
16,8,0.00688,-410.0,-2048.0,12.2,184.0,181.406,36.2,4804.0
4,24,0.01008,52.8,264.0,12.2,184.0,181.406,36.2,4724.0
4,8,0.00673,-56115.0,-280576.0,12.2,184.0,181.407,36.2,4795.0
13,4,0.00559,-56730.0,-283648.0,11.7,177.0,173.952,34.8,4724.0
4,20,0.01103,-76595.0,-382976.0,11.7,177.0,173.951,34.8,4777.0
13,8,0.00724,9421.0,46.0,11.7,177.0,173.952,34.8,4747.0
1,8,0.00712,-15155.0,-75776.0,12.2,184.0,181.406,36.2,4777.0
1,24,0.00862,1843.0,9216.0,12.2,184.0,181.406,36.2,4804.0
10,4,0.00629,-4096.0,-20480.0,12.2,184.0,181.407,36.2,4752.0
10,8,0.00676,-109363.0,-546816.0,12.2,184.0,181.406,36.2,4720.0
7,20,0.01009,19.0,95.0,12.2,184.0,181.407,36.2,4748.0
37 changes: 37 additions & 0 deletions datasets/avrora/ext_avrora_4_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
13,4,0.00748,64.8,324.0,8.7,131.0,129.221,25.8,3355.0
13,8,0.00721,-66765.0,-333824.0,10.7,161.0,159.04,31.8,3409.0
4,20,0.00863,-150528.0,-752640.0,10.7,161.0,159.041,31.8,3355.0
1,24,0.01017,-345907.0,-1729536.0,10.2,154.0,151.586,30.3,3374.0
16,16,0.00884,-66765.0,-333824.0,9.2,139.0,136.676,27.3,3410.0
10,4,0.01688,70.2,351.0,10.7,161.0,159.041,31.8,3377.0
7,20,0.00975,-129024.0,-645120.0,10.7,161.0,159.041,31.8,3377.0
10,8,0.00647,-151142.0,-755712.0,9.2,139.0,136.676,27.3,3355.0
16,20,0.00977,-210739.0,-1053696.0,10.7,161.0,159.042,31.8,3374.0
13,16,0.00827,-114483.0,-572416.0,10.7,161.0,159.042,31.8,3357.0
13,20,0.00919,-161382.0,-806912.0,9.5,144.0,141.646,28.3,3392.0
7,24,0.00995,-212378.0,-1061888.0,8.7,131.0,129.221,25.8,3408.0
10,16,0.00925,-305357.0,-1526784.0,10.2,154.0,151.586,30.3,3355.0
16,4,0.00825,78.2,391.0,10.7,161.0,159.041,31.8,3377.0
16,8,0.0074,-113254.0,-566272.0,10.2,154.0,151.586,30.3,3354.0
1,20,0.00973,-296346.0,-1481728.0,10.2,154.0,151.586,30.3,3374.0
10,20,0.01006,-204186.0,-1020928.0,10.7,161.0,159.041,31.8,3355.0
4,24,0.00937,-211149.0,-1055744.0,10.7,161.0,159.04,31.8,3392.0
13,24,0.00965,-62669.0,-313344.0,10.7,161.0,159.041,31.8,3412.0
4,4,0.00618,46.6,233.0,10.7,161.0,159.04,31.8,3408.0
13,12,0.00856,-238592.0,-1192960.0,10.2,154.0,151.586,30.3,3374.0
7,4,0.0064,136.6,683.0,8.7,131.0,129.221,25.8,3411.0
10,24,0.01073,-268288.0,-1341440.0,10.7,161.0,159.041,31.8,3355.0
10,12,0.009,68.8,344.0,10.7,161.0,159.04,31.8,3410.0
16,24,0.01018,-128205.0,-641024.0,10.7,161.0,159.04,31.8,3411.0
1,4,0.00756,3891.0,19.0,8.7,131.0,129.221,25.8,3392.0
16,12,0.00927,-147866.0,-739328.0,10.2,154.0,151.586,30.3,3357.0
1,12,0.00887,-19661.0,-98304.0,10.7,161.0,159.041,31.8,3374.0
1,8,0.00863,-84378.0,-421888.0,9.2,139.0,136.676,27.3,3408.0
4,16,0.00929,-221389.0,-1106944.0,10.2,154.0,151.586,30.3,3374.0
7,16,0.00984,-369869.0,-1849344.0,10.2,154.0,151.587,30.3,3386.0
7,12,0.00809,-102195.0,-510976.0,10.7,161.0,159.041,31.8,3392.0
7,8,0.00665,-18227.0,-91136.0,10.2,154.0,151.586,30.3,3405.0
4,12,0.00803,1638.0,8192.0,10.7,161.0,159.04,31.8,3355.0
4,8,0.00619,-9011.0,-45056.0,9.4,141.0,139.16,27.8,3411.0
1,16,0.009,-319693.0,-1598464.0,10.2,154.0,151.586,30.3,3357.0
37 changes: 37 additions & 0 deletions datasets/avrora/ext_avrora_8_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
10,24,0.00934,-304538.0,-1522688.0,10.2,154.0,151.586,30.3,3411.0
10,12,0.0092,-132915.0,-664576.0,10.2,154.0,151.586,30.3,3411.0
13,24,0.01206,-333824.0,-1669120.0,10.2,154.0,151.586,30.3,3355.0
13,12,0.00785,-95232.0,-476160.0,9.0,136.0,134.19,26.8,3355.0
16,24,0.00897,-297779.0,-1488896.0,8.9,134.0,131.705,26.3,3389.0
16,12,0.00815,14.6,73.0,10.7,161.0,159.041,31.8,3392.0
7,8,0.00691,-135782.0,-678912.0,9.2,139.0,136.676,27.3,3355.0
1,20,0.0102,-110797.0,-553984.0,10.7,161.0,159.042,31.8,3392.0
16,8,0.00702,35.4,177.0,10.7,161.0,159.041,31.8,3354.0
16,16,0.00832,-207053.0,-1035264.0,9.5,144.0,141.646,28.3,3411.0
16,4,0.0072,-83149.0,-415744.0,10.2,154.0,151.586,30.3,3388.0
16,20,0.00881,-211149.0,-1055744.0,10.7,161.0,159.041,31.8,3374.0
4,24,0.0099,-119398.0,-596992.0,10.7,161.0,159.041,31.8,3380.0
4,8,0.00757,-58368.0,-291840.0,10.7,161.0,159.041,31.8,3411.0
7,24,0.00912,-182682.0,-913408.0,10.7,161.0,159.041,31.8,3354.0
1,8,0.0069,27.2,136.0,10.7,161.0,159.041,31.8,3355.0
10,8,0.00674,-74342.0,-371712.0,10.2,154.0,151.586,30.3,3408.0
7,20,0.00884,-237568.0,-1187840.0,10.7,161.0,159.04,31.8,3408.0
10,16,0.00927,-121856.0,-609280.0,9.2,139.0,136.676,27.3,3411.0
10,4,0.00637,-43827.0,-219136.0,10.7,161.0,159.04,31.8,3357.0
10,20,0.01013,-99942.0,-499712.0,10.7,161.0,159.041,31.8,3355.0
4,20,0.01022,-47514.0,-237568.0,10.7,161.0,159.041,31.8,3377.0
13,8,0.00762,-87859.0,-439296.0,10.7,161.0,159.041,31.8,3374.0
13,16,0.00898,-156467.0,-782336.0,10.7,161.0,159.041,31.8,3408.0
13,4,0.00683,84.8,424.0,10.7,161.0,159.04,31.8,3392.0
13,20,0.00938,-327066.0,-1635328.0,10.2,154.0,151.586,30.3,3355.0
1,24,0.0101,-229581.0,-1147904.0,10.7,161.0,159.041,31.8,3355.0
1,4,0.00704,-33792.0,-168960.0,10.7,161.0,159.041,31.8,3411.0
4,4,0.00703,-42189.0,-210944.0,10.7,161.0,159.041,31.8,3392.0
7,4,0.00738,-35840.0,-179200.0,10.7,161.0,159.04,31.8,3411.0
4,12,0.00842,-154010.0,-770048.0,10.2,154.0,151.585,30.3,3411.0
1,16,0.00855,-176947.0,-884736.0,10.2,154.0,151.586,30.3,3392.0
7,12,0.00848,-118170.0,-590848.0,10.2,154.0,151.586,30.3,3355.0
7,16,0.00893,-268288.0,-1341440.0,10.2,154.0,151.586,30.3,3355.0
1,12,0.00826,-111411.0,-557056.0,10.7,161.0,159.041,31.8,3392.0
4,16,0.00829,-89702.0,-448512.0,10.7,161.0,159.041,31.8,3411.0
37 changes: 37 additions & 0 deletions datasets/ext_avrora_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
10,20,0.01203,-439501.0,-2197504.0,5.6,1832.0,1828.775,16.9,4747.0
10,16,0.00983,-306176.0,-1530880.0,6.1,1993.0,1990.138,18.4,4773.0
7,24,0.01115,-419430.0,-2097152.0,6.1,1993.0,1990.138,18.4,4724.0
16,8,0.00665,-280576.0,-1402880.0,5.6,1832.0,1828.775,16.9,4720.0
1,20,0.00989,-270541.0,-1352704.0,6.1,1993.0,1990.138,18.4,4800.0
13,20,0.00954,-169574.0,-847872.0,5.6,1832.0,1828.775,16.9,4747.0
16,4,0.00755,-127590.0,-637952.0,6.1,1993.0,1990.138,18.4,4720.0
13,16,0.01032,-445030.0,-2225152.0,5.6,1832.0,1828.775,16.9,4720.0
4,24,0.01006,-216269.0,-1081344.0,5.6,1832.0,1828.775,16.9,4751.0
13,8,0.0078,-338330.0,-1691648.0,6.1,1993.0,1990.138,18.4,4804.0
4,20,0.01106,-366797.0,-1833984.0,6.1,1993.0,1990.138,18.4,4720.0
16,20,0.01081,-365158.0,-1825792.0,6.1,1993.0,1990.138,18.4,4720.0
13,4,0.00627,-137421.0,-687104.0,6.1,1993.0,1990.138,18.4,4752.0
16,16,0.00939,-307405.0,-1537024.0,6.1,1993.0,1990.138,18.4,4768.0
1,24,0.01077,-276275.0,-1381376.0,5.6,1832.0,1828.775,16.9,4804.0
7,20,0.00937,-187187.0,-935936.0,6.1,1993.0,1990.138,18.4,4755.0
10,8,0.00817,-311091.0,-1555456.0,5.6,1832.0,1828.775,16.9,4804.0
10,4,0.00832,-140493.0,-702464.0,5.6,1832.0,1828.775,16.9,4724.0
16,12,0.00863,-273408.0,-1367040.0,6.1,1993.0,1990.138,18.4,4804.0
16,24,0.01444,-455066.0,-2275328.0,6.1,1993.0,1990.138,18.4,4804.0
7,4,0.00722,-127386.0,-636928.0,5.6,1832.0,1828.775,16.9,4724.0
4,4,0.00742,-201933.0,-1009664.0,6.1,1993.0,1990.138,18.4,4720.0
10,12,0.00832,-396902.0,-1984512.0,6.1,1993.0,1990.138,18.4,4720.0
10,24,0.01179,-33178.0,-165888.0,6.1,1993.0,1990.138,18.4,4799.0
1,4,0.0061,-285901.0,-1429504.0,6.1,1993.0,1990.138,18.4,4805.0
13,12,0.00843,-349389.0,-1746944.0,6.1,1993.0,1990.138,18.4,4804.0
13,24,0.01022,-363520.0,-1817600.0,6.1,1993.0,1990.138,18.4,4755.0
7,12,0.01047,-329318.0,-1646592.0,5.6,1832.0,1828.775,16.9,4777.0
1,8,0.00792,-181862.0,-909312.0,6.1,1993.0,1990.138,18.4,4720.0
4,12,0.009,-382566.0,-1912832.0,6.1,1993.0,1990.138,18.4,4804.0
1,16,0.01116,-222618.0,-1113088.0,6.1,1993.0,1990.138,18.4,4804.0
4,8,0.00762,-345088.0,-1725440.0,5.6,1832.0,1828.775,16.9,4751.0
1,12,0.01112,-299827.0,-1499136.0,6.1,1993.0,1990.138,18.4,4720.0
4,16,0.00969,-301261.0,-1506304.0,6.1,1993.0,1990.138,18.4,4752.0
7,8,0.00692,-311706.0,-1558528.0,6.1,1993.0,1990.138,18.4,4746.0
7,16,0.00889,-244531.0,-1222656.0,6.1,1993.0,1990.138,18.4,4804.0
37 changes: 37 additions & 0 deletions datasets/ext_h2_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
10,4,0.21015,94.274,754.188,35.0,11425.0,10839.973,100.0,814.539
7,20,0.22059,95.001,760.008,34.9,11423.0,10839.972,100.0,813.475
10,8,0.14916,83.676,753.083,35.5,11604.0,10839.989,100.0,847.287
1,24,0.26639,108.906,871.25,35.0,11425.0,10839.987,100.0,814.474
13,4,0.20498,93.689,749.509,34.9,11423.0,10839.988,100.0,812.446
13,8,0.14861,94.426,755.404,35.0,11438.0,10839.972,100.0,812.749
4,20,0.17963,76.379,763.794,35.5,11606.0,10839.972,100.0,849.216
1,4,0.18607,109.583,876.662,34.9,11423.0,10839.977,100.0,813.266
4,24,0.278,93.911,751.284,35.1,11468.0,10839.989,100.0,813.204
16,4,0.18847,83.72,753.478,35.5,11604.0,10839.973,100.0,847.306
4,4,0.19791,92.699,741.592,34.9,11423.0,10839.992,100.0,812.438
16,8,0.16909,97.88,783.044,35.1,11475.0,10839.972,100.0,812.608
1,20,0.18954,104.515,940.637,35.5,11606.0,10839.987,100.0,849.446
7,24,0.25286,85.572,770.149,35.5,11604.0,10839.976,100.0,847.016
7,4,0.18653,84.462,760.158,35.5,11605.0,10839.973,100.0,847.754
7,8,0.16755,93.89,751.12,35.0,11430.0,10839.989,100.0,813.025
10,20,0.20235,85.897,773.075,35.5,11604.0,10839.978,100.0,847.329
10,16,0.17939,95.027,760.219,35.0,11425.0,10839.989,100.0,815.012
4,8,0.15689,95.128,761.027,35.1,11466.0,10839.988,100.0,815.667
13,20,0.22224,94.269,754.152,35.2,11490.0,10839.976,100.0,812.816
13,16,0.18425,95.858,766.864,35.2,11502.0,10839.989,100.0,812.708
1,8,0.12919,98.147,981.474,35.5,11605.0,10839.973,100.0,896.418
16,20,0.20235,84.428,759.854,35.5,11605.0,10839.989,100.0,847.571
16,16,0.17439,93.567,748.539,35.0,11433.0,10839.987,100.0,813.236
16,12,0.17112,94.664,757.312,35.0,11433.0,10839.985,100.0,814.023
7,16,0.1788,93.638,749.102,34.9,11423.0,10839.972,100.0,812.685
16,24,0.28523,95.429,763.429,34.9,11423.0,10839.977,100.0,813.489
4,16,0.13649,77.147,771.466,35.5,11604.0,10839.998,100.0,847.062
1,12,0.15362,112.86,902.879,35.0,11424.0,10839.991,100.0,817.188
10,12,0.19358,93.874,27505.063,35.5,11606.0,10839.998,100.0,896.418
1,16,0.16398,113.886,911.088,35.0,11454.0,10839.972,100.0,812.562
4,12,0.18579,95.516,764.132,35.0,11449.0,10839.986,100.0,814.646
10,24,0.28042,94.737,757.895,35.0,11434.0,10839.972,100.0,813.926
13,12,0.16804,95.532,764.253,35.0,11425.0,10839.973,100.0,814.718
7,12,0.16018,94.805,758.438,34.9,11423.0,10839.988,100.0,812.745
13,24,0.27699,95.563,764.506,35.4,11561.0,10839.987,100.0,812.85
37 changes: 37 additions & 0 deletions datasets/ext_kafka_real_saved_states.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
MaxTenuringThreshold,ParallelGCThreads,avgGCPause,avgPromotion,promotionTotal,totalHeapUsedMaxpc,totalHeapUsedMax,totalYoungUsedMax,totalYoungUsedMaxpc,totalTenuredUsedMax
10,12,0.02917,18.142,126.997,21.7,7096.0,6942.777,64.0,166.521
10,8,0.0274,17.913,125.389,22.6,7382.0,7228.855,66.7,166.475
7,20,0.03037,18.347,128.429,21.8,7133.0,6980.122,64.4,166.423
10,4,0.03058,18.038,126.269,22.7,7429.0,7276.107,67.1,166.504
10,24,0.03323,18.145,127.018,22.7,7428.0,7274.998,67.1,166.503
13,12,0.03009,18.063,126.444,21.3,6948.0,6795.241,62.7,166.436
4,20,0.03266,18.378,128.643,20.9,6826.0,6673.153,61.6,166.521
13,8,0.02878,18.194,127.359,21.5,7036.0,6882.947,63.5,166.459
13,4,0.03171,18.165,127.153,22.6,7385.0,7232.28,66.7,166.444
1,24,0.03256,18.286,128.003,22.0,7198.0,7044.833,65.0,166.475
13,24,0.03018,18.562,129.931,22.7,7417.0,7264.747,67.0,166.503
16,12,0.03385,18.156,127.093,22.6,7392.0,7239.152,66.8,166.444
1,20,0.02915,18.374,128.621,20.6,6746.0,6592.859,60.8,166.499
16,8,0.03115,18.029,126.202,22.6,7395.0,7241.959,66.8,166.475
16,4,0.02861,18.28,127.962,22.3,7289.0,7136.673,65.8,166.416
4,24,0.02787,18.305,128.135,21.8,7117.0,6964.479,64.2,166.419
16,24,0.03204,18.334,128.338,21.8,7113.0,6959.995,64.2,166.496
7,24,0.03193,18.391,128.736,22.6,7400.0,7247.415,66.9,166.414
16,20,0.03056,18.463,129.239,22.5,7368.0,7215.266,66.6,166.502
1,4,0.02897,18.046,126.321,22.1,7216.0,7062.881,65.2,166.486
16,16,0.03027,18.141,126.988,22.0,7180.0,7026.876,64.8,166.449
10,20,0.03255,18.379,128.654,21.6,7076.0,6923.376,63.9,166.437
7,4,0.02989,18.215,127.503,23.0,7502.0,7349.542,67.8,166.469
10,16,0.02917,18.467,129.266,22.0,7190.0,7037.095,64.9,166.51
13,20,0.03337,18.609,130.26,21.9,7149.0,6996.392,64.5,166.47
4,4,0.02805,18.133,126.928,22.1,7222.0,7068.982,65.2,166.516
13,16,0.0307,18.334,128.336,22.4,7337.0,7184.147,66.3,166.507
7,16,0.02677,18.06,126.418,22.6,7400.0,7246.817,66.9,166.472
4,8,0.02824,18.166,127.165,22.7,7419.0,7266.142,67.0,166.421
1,12,0.02957,18.065,126.453,22.7,7428.0,7275.169,67.1,166.419
4,16,0.02815,18.409,128.862,22.4,7309.0,7156.656,66.0,166.424
7,8,0.02848,18.287,128.008,21.6,7049.0,6895.873,63.6,166.513
4,12,0.02978,18.303,128.119,22.4,7333.0,7180.376,66.2,166.51
1,16,0.02857,18.551,129.854,22.4,7333.0,7180.651,66.2,166.478
7,12,0.03281,18.423,128.963,22.4,7328.0,7175.531,66.2,166.507
1,8,0.02813,18.626,130.38,22.3,7279.0,7126.767,65.7,166.473
Loading

0 comments on commit 985c745

Please sign in to comment.