├── Makefile ├── README.md ├── STEP-BY-STEP.md ├── best-practices.md ├── cpu-features.md ├── debugging.md ├── fd-policies.md ├── flow.drawio ├── flow.png ├── micronaut.data ├── micronaut.png ├── perf.plot ├── quarkus.data ├── quarkus.png ├── rawdata ├── micronaut │ ├── c.1 │ ├── c.10 │ ├── c.2 │ ├── c.3 │ ├── c.4 │ ├── c.5 │ ├── c.6 │ ├── c.7 │ ├── c.8 │ ├── c.9 │ ├── log.c.1 │ ├── log.c.10 │ ├── log.c.2 │ ├── log.c.3 │ ├── log.c.4 │ ├── log.c.5 │ ├── log.c.6 │ ├── log.c.7 │ ├── log.c.8 │ ├── log.c.9 │ ├── log.r.1.1 │ ├── log.r.1.2 │ ├── log.r.1.3 │ ├── log.r.1.4 │ ├── log.r.1.5 │ ├── log.r.10.1 │ ├── log.r.10.2 │ ├── log.r.10.3 │ ├── log.r.10.4 │ ├── log.r.10.5 │ ├── log.r.2.1 │ ├── log.r.2.2 │ ├── log.r.2.3 │ ├── log.r.2.4 │ ├── log.r.2.5 │ ├── log.r.3.1 │ ├── log.r.3.2 │ ├── log.r.3.3 │ ├── log.r.3.4 │ ├── log.r.3.5 │ ├── log.r.4.1 │ ├── log.r.4.2 │ ├── log.r.4.3 │ ├── log.r.4.4 │ ├── log.r.4.5 │ ├── log.r.5.1 │ ├── log.r.5.2 │ ├── log.r.5.3 │ ├── log.r.5.4 │ ├── log.r.5.5 │ ├── log.r.6.1 │ ├── log.r.6.2 │ ├── log.r.6.3 │ ├── log.r.6.4 │ ├── log.r.6.5 │ ├── log.r.7.1 │ ├── log.r.7.2 │ ├── log.r.7.3 │ ├── log.r.7.4 │ ├── log.r.7.5 │ ├── log.r.8.1 │ ├── log.r.8.2 │ ├── log.r.8.3 │ ├── log.r.8.4 │ ├── log.r.8.5 │ ├── log.r.9.1 │ ├── log.r.9.2 │ ├── log.r.9.3 │ ├── log.r.9.4 │ ├── log.r.9.5 │ ├── r.1.1 │ ├── r.1.2 │ ├── r.1.3 │ ├── r.1.4 │ ├── r.1.5 │ ├── r.10.1 │ ├── r.10.2 │ ├── r.10.3 │ ├── r.10.4 │ ├── r.10.5 │ ├── r.2.1 │ ├── r.2.2 │ ├── r.2.3 │ ├── r.2.4 │ ├── r.2.5 │ ├── r.3.1 │ ├── r.3.2 │ ├── r.3.3 │ ├── r.3.4 │ ├── r.3.5 │ ├── r.4.1 │ ├── r.4.2 │ ├── r.4.3 │ ├── r.4.4 │ ├── r.4.5 │ ├── r.5.1 │ ├── r.5.2 │ ├── r.5.3 │ ├── r.5.4 │ ├── r.5.5 │ ├── r.6.1 │ ├── r.6.2 │ ├── r.6.3 │ ├── r.6.4 │ ├── r.6.5 │ ├── r.7.1 │ ├── r.7.2 │ ├── r.7.3 │ ├── r.7.4 │ ├── r.7.5 │ ├── r.8.1 │ ├── r.8.2 │ ├── r.8.3 │ ├── r.8.4 │ ├── r.8.5 │ ├── r.9.1 │ ├── r.9.2 │ ├── r.9.3 │ ├── r.9.4 │ └── r.9.5 ├── quarkus │ ├── c.1 │ ├── c.10 │ ├── c.2 │ ├── c.3 │ ├── c.4 │ ├── c.5 │ ├── c.6 │ ├── c.7 │ ├── c.8 │ ├── c.9 │ ├── log.c.1 │ ├── log.c.10 │ ├── log.c.2 │ ├── log.c.3 │ ├── log.c.4 │ ├── log.c.5 │ ├── log.c.6 │ ├── log.c.7 │ ├── log.c.8 │ ├── log.c.9 │ ├── log.r.1.1 │ ├── log.r.1.2 │ ├── log.r.1.3 │ ├── log.r.1.4 │ ├── log.r.1.5 │ ├── log.r.10.1 │ ├── log.r.10.2 │ ├── log.r.10.3 │ ├── log.r.10.4 │ ├── log.r.10.5 │ ├── log.r.2.1 │ ├── log.r.2.2 │ ├── log.r.2.3 │ ├── log.r.2.4 │ ├── log.r.2.5 │ ├── log.r.3.1 │ ├── log.r.3.2 │ ├── log.r.3.3 │ ├── log.r.3.4 │ ├── log.r.3.5 │ ├── log.r.4.1 │ ├── log.r.4.2 │ ├── log.r.4.3 │ ├── log.r.4.4 │ ├── log.r.4.5 │ ├── log.r.5.1 │ ├── log.r.5.2 │ ├── log.r.5.3 │ ├── log.r.5.4 │ ├── log.r.5.5 │ ├── log.r.6.1 │ ├── log.r.6.2 │ ├── log.r.6.3 │ ├── log.r.6.4 │ ├── log.r.6.5 │ ├── log.r.7.1 │ ├── log.r.7.2 │ ├── log.r.7.3 │ ├── log.r.7.4 │ ├── log.r.7.5 │ ├── log.r.8.1 │ ├── log.r.8.2 │ ├── log.r.8.3 │ ├── log.r.8.4 │ ├── log.r.8.5 │ ├── log.r.9.1 │ ├── log.r.9.2 │ ├── log.r.9.3 │ ├── log.r.9.4 │ ├── log.r.9.5 │ ├── r.1.1 │ ├── r.1.2 │ ├── r.1.3 │ ├── r.1.4 │ ├── r.1.5 │ ├── r.10.1 │ ├── r.10.2 │ ├── r.10.3 │ ├── r.10.4 │ ├── r.10.5 │ ├── r.2.1 │ ├── r.2.2 │ ├── r.2.3 │ ├── r.2.4 │ ├── r.2.5 │ ├── r.3.1 │ ├── r.3.2 │ ├── r.3.3 │ ├── r.3.4 │ ├── r.3.5 │ ├── r.4.1 │ ├── r.4.2 │ ├── r.4.3 │ ├── r.4.4 │ ├── r.4.5 │ ├── r.5.1 │ ├── r.5.2 │ ├── r.5.3 │ ├── r.5.4 │ ├── r.5.5 │ ├── r.6.1 │ ├── r.6.2 │ ├── r.6.3 │ ├── r.6.4 │ ├── r.6.5 │ ├── r.7.1 │ ├── r.7.2 │ ├── r.7.3 │ ├── r.7.4 │ ├── r.7.5 │ ├── r.8.1 │ ├── r.8.2 │ ├── r.8.3 │ ├── r.8.4 │ ├── r.8.5 │ ├── r.9.1 │ ├── r.9.2 │ ├── r.9.3 │ ├── r.9.4 │ └── r.9.5 ├── spring-boot │ ├── c.1 │ ├── c.10 │ ├── c.2 │ ├── c.3 │ ├── c.4 │ ├── c.5 │ ├── c.6 │ ├── c.7 │ ├── c.8 │ ├── c.9 │ ├── log.c.1 │ ├── log.c.10 │ ├── log.c.2 │ ├── log.c.3 │ ├── log.c.4 │ ├── log.c.5 │ ├── log.c.6 │ ├── log.c.7 │ ├── log.c.8 │ ├── log.c.9 │ ├── log.r.1.1 │ ├── log.r.1.2 │ ├── log.r.1.3 │ ├── log.r.1.4 │ ├── log.r.1.5 │ ├── log.r.10.1 │ ├── log.r.10.2 │ ├── log.r.10.3 │ ├── log.r.10.4 │ ├── log.r.10.5 │ ├── log.r.2.1 │ ├── log.r.2.2 │ ├── log.r.2.3 │ ├── log.r.2.4 │ ├── log.r.2.5 │ ├── log.r.3.1 │ ├── log.r.3.2 │ ├── log.r.3.3 │ ├── log.r.3.4 │ ├── log.r.3.5 │ ├── log.r.4.1 │ ├── log.r.4.2 │ ├── log.r.4.3 │ ├── log.r.4.4 │ ├── log.r.4.5 │ ├── log.r.5.1 │ ├── log.r.5.2 │ ├── log.r.5.3 │ ├── log.r.5.4 │ ├── log.r.5.5 │ ├── log.r.6.1 │ ├── log.r.6.2 │ ├── log.r.6.3 │ ├── log.r.6.4 │ ├── log.r.6.5 │ ├── log.r.7.1 │ ├── log.r.7.2 │ ├── log.r.7.3 │ ├── log.r.7.4 │ ├── log.r.7.5 │ ├── log.r.8.1 │ ├── log.r.8.2 │ ├── log.r.8.3 │ ├── log.r.8.4 │ ├── log.r.8.5 │ ├── log.r.9.1 │ ├── log.r.9.2 │ ├── log.r.9.3 │ ├── log.r.9.4 │ ├── log.r.9.5 │ ├── r.1.1 │ ├── r.1.2 │ ├── r.1.3 │ ├── r.1.4 │ ├── r.1.5 │ ├── r.10.1 │ ├── r.10.2 │ ├── r.10.3 │ ├── r.10.4 │ ├── r.10.5 │ ├── r.2.1 │ ├── r.2.2 │ ├── r.2.3 │ ├── r.2.4 │ ├── r.2.5 │ ├── r.3.1 │ ├── r.3.2 │ ├── r.3.3 │ ├── r.3.4 │ ├── r.3.5 │ ├── r.4.1 │ ├── r.4.2 │ ├── r.4.3 │ ├── r.4.4 │ ├── r.4.5 │ ├── r.5.1 │ ├── r.5.2 │ ├── r.5.3 │ ├── r.5.4 │ ├── r.5.5 │ ├── r.6.1 │ ├── r.6.2 │ ├── r.6.3 │ ├── r.6.4 │ ├── r.6.5 │ ├── r.7.1 │ ├── r.7.2 │ ├── r.7.3 │ ├── r.7.4 │ ├── r.7.5 │ ├── r.8.1 │ ├── r.8.2 │ ├── r.8.3 │ ├── r.8.4 │ ├── r.8.5 │ ├── r.9.1 │ ├── r.9.2 │ ├── r.9.3 │ ├── r.9.4 │ └── r.9.5 └── xml-transform │ ├── c.1 │ ├── c.10 │ ├── c.2 │ ├── c.3 │ ├── c.4 │ ├── c.5 │ ├── c.6 │ ├── c.7 │ ├── c.8 │ ├── c.9 │ ├── log.c.1 │ ├── log.c.10 │ ├── log.c.2 │ ├── log.c.3 │ ├── log.c.4 │ ├── log.c.5 │ ├── log.c.6 │ ├── log.c.7 │ ├── log.c.8 │ ├── log.c.9 │ ├── log.r.1.1 │ ├── log.r.1.2 │ ├── log.r.1.3 │ ├── log.r.1.4 │ ├── log.r.1.5 │ ├── log.r.10.1 │ ├── log.r.10.2 │ ├── log.r.10.3 │ ├── log.r.10.4 │ ├── log.r.10.5 │ ├── log.r.2.1 │ ├── log.r.2.2 │ ├── log.r.2.3 │ ├── log.r.2.4 │ ├── log.r.2.5 │ ├── log.r.3.1 │ ├── log.r.3.2 │ ├── log.r.3.3 │ ├── log.r.3.4 │ ├── log.r.3.5 │ ├── log.r.4.1 │ ├── log.r.4.2 │ ├── log.r.4.3 │ ├── log.r.4.4 │ ├── log.r.4.5 │ ├── log.r.5.1 │ ├── log.r.5.2 │ ├── log.r.5.3 │ ├── log.r.5.4 │ ├── log.r.5.5 │ ├── log.r.6.1 │ ├── log.r.6.2 │ ├── log.r.6.3 │ ├── log.r.6.4 │ ├── log.r.6.5 │ ├── log.r.7.1 │ ├── log.r.7.2 │ ├── log.r.7.3 │ ├── log.r.7.4 │ ├── log.r.7.5 │ ├── log.r.8.1 │ ├── log.r.8.2 │ ├── log.r.8.3 │ ├── log.r.8.4 │ ├── log.r.8.5 │ ├── log.r.9.1 │ ├── log.r.9.2 │ ├── log.r.9.3 │ ├── log.r.9.4 │ ├── log.r.9.5 │ ├── r.1.1 │ ├── r.1.2 │ ├── r.1.3 │ ├── r.1.4 │ ├── r.1.5 │ ├── r.10.1 │ ├── r.10.2 │ ├── r.10.3 │ ├── r.10.4 │ ├── r.10.5 │ ├── r.2.1 │ ├── r.2.2 │ ├── r.2.3 │ ├── r.2.4 │ ├── r.2.5 │ ├── r.3.1 │ ├── r.3.2 │ ├── r.3.3 │ ├── r.3.4 │ ├── r.3.5 │ ├── r.4.1 │ ├── r.4.2 │ ├── r.4.3 │ ├── r.4.4 │ ├── r.4.5 │ ├── r.5.1 │ ├── r.5.2 │ ├── r.5.3 │ ├── r.5.4 │ ├── r.5.5 │ ├── r.6.1 │ ├── r.6.2 │ ├── r.6.3 │ ├── r.6.4 │ ├── r.6.5 │ ├── r.7.1 │ ├── r.7.2 │ ├── r.7.3 │ ├── r.7.4 │ ├── r.7.5 │ ├── r.8.1 │ ├── r.8.2 │ ├── r.8.3 │ ├── r.8.4 │ ├── r.8.5 │ ├── r.9.1 │ ├── r.9.2 │ ├── r.9.3 │ ├── r.9.4 │ └── r.9.5 ├── spring-boot.data ├── spring-boot.png ├── startup.data ├── startup.plot ├── startup.png ├── super-heroes.md ├── toc.awk ├── xml-transform.data └── xml-transform.png /Makefile: -------------------------------------------------------------------------------- 1 | all : startup.png spring-boot.png quarkus.png micronaut.png xml-transform.png 2 | 3 | %.png : %.data perf.plot 4 | gnuplot -e 'title = "$*"' \ 5 | -e 'datafile = "$*.data"' \ 6 | -e 'output = "$@"' \ 7 | perf.plot 8 | 9 | startup.png : startup.data startup.plot 10 | gnuplot startup.plot 11 | 12 | clean: 13 | rm -f *.png 14 | -------------------------------------------------------------------------------- /flow.drawio: -------------------------------------------------------------------------------- 1 | 3Vpbd9o4EP41eYTjG7fHEEK72/Y0Z9Oz3eQlR7GFrUa2XFkE6K/fkSXhGzaQhCYNDyCP7jPfN5qROXMv4vUHjtLoCwswPXOsYH3mzs4cZ+IM4VsKNkowtDwlCDkJlMguBNfkF9ZCS0uXJMBZpaFgjAqSVoU+SxLsi4oMcc5W1WYLRquzpijEDcG1j2hT+p0EItJSezgpKj5iEkZ66rEzUhUxMo31TrIIBWxVErmXZ+4FZ0yoUry+wFTqzuhF9Zu31G4XxnEiDulAv/Lz5ez2E/3+12D29fpj/Osb7tl6tY+ILvWO9WrFxqgAZanS7IKsMQw2TTEnMRaYgwzmAFPgq0I0jURMocaGIqIkTKDswxrzuq0SLHgIUBbJAfOHBUvEBaOM55O6njMaTacgp+ge0ynyH0LOlklQarLIP7qrRo7tyElS5JMk/MZSkLggIHFuZfM7I3EIeqLkHr7JfQzfAX5kgChnDjgSJFmyZXYX4JSyTT97DKFrPnm+WLmvpu61OR4xF3hdEmlbfMAM1MM30ETXOoOB6qKJ4XqaGKsCZkMNnagEMCNDGtjhduTC9lDQ5j8CCtstdEBB2iA9fPNbWqJ7M4LVrRTbrijFbLakE9sdN5Vie6fSiu3s1wqAOlWwUjArEUCqhIA3OddEEBKTW+lnie0rlhFBmKy9Z0Kw+DDQ55OdG2pKBjV4auAeCSG95bnUBCA8SJw+AcMsCCCa932WEwAJJNkAckkDFKNfLOmhVdbLBE58QqXUtkDN8+vZp+zOZ+nm7m/0iEBD436aHMKRbtgdzBx7ByicXaAwwpcHxeAdgsLeC4oIrXTJlQocTiaOO+nJ2p7t9haE4t6P34sI7SZGTUSMdrjO0clc5wFO4tSu0xsPq+fJLpr8Xt/puO+QJm/Kdzot6HnDvtPx3iEo3o7vPBwRb8R32gfgoZxR1G2SCc4esDFowhJcTzMaSchuDIENaAkX7nQ8m9tqrByM8TqUGW4/9FOnLw2W/T7ajif9gTcpPtXUYeI2TOiN+96gaUVvdCpWDxtW9FGC5MhDCpNP7zmUQllSaVXDxjiAvFs/Mi4iFrIE0ctCWtN10eYzyxM9KfyBhdjoVBAtBav6jowtuV+kqtcqTZSVA6gViIdYtNUqmJkrALeeZVqFYKp9zkx2ixgncBgI1Oa/YhIE+e5KSayzE7XKhTEOLqaG9hbnpmtbYw6ljgNyH6WZLuvryxBpw044c0yRII/Vu5VdYNRdrxiBRRcxzsSqAN82h4kZQttQ9apBeruMZ6B83ED5MluCbV8O5K8O6zoOKwi2uhDcRoh/tP+x9kJ1eyHUecfycrg1t197cavxZ/Wtoavd6lOhbJqwxSLDJ0GpazV9MQO/QRIkQLsNrPoR9h/SLWf+cLw2/ObRAD4cr0+HqPGY+12rexxEe4BR1+D6OIyec442pQY5JLJ2bzyo3WDak9oF9HHtoaBWcErCXHz79+5mZf13s76+uQ1vyPrmhu6642sLXjj+ucSZ0sqzwpfsAQs/0ih7ConKEW43SjMAmTiX70JkRkSZ/2CEc0INKbpJiZPADKAHBUmp9zGktXeQ1sTYC4rXeqJ2mhqGU7yQJkGJDxTP0TIjHJIDlfrJaWAx6DIghsy1CH8+Gk+9Wf3YkQ9XSMAu1CiO5bVlGUxuU0g0D60X8QaHkrx6SW5y+mcGV8PR04KrxkC2tXN5pz/4jBpf92WWwfcf8zILclDxdQvlgVX3TvlEKvFQa7XyT4PYTk6x9QwUoXtKt5WpvchHuRxEknwYq0lPjmVbM1oh2b5eVWPExNflVsIdnlgPnFoq/cov4dzmbUhn7AYaEozj9gSkLn+XIV73+dd6kDzDYbunyzBGJsvUkNzekL2JjMN1fw6+zFeTlPxYjPHm9mLqoF7zTwQpZ8FSHcXvL4Yqy54SQpkY7A3EUFz5tFcMonbyYwcr2zMeu0aXlwmHHK8axrgjtz94WkDUq0VEvf0hUTOoGu1djsZffTnHpnX2pD6T172y7vbVtG6/x4HH4j9RqnnxxzL38n8= -------------------------------------------------------------------------------- /flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/flow.png -------------------------------------------------------------------------------- /micronaut.data: -------------------------------------------------------------------------------- 1 | # see startup.data 2 | 3 | 200 0.83 0.19 4 | 1000 2.23 0.75 5 | 2000 3.66 1.29 6 | 5000 6.51 2.64 7 | 10000 10.34 4.72 8 | 20000 16.34 8.90 9 | 40000 25.15 17.32 10 | 60000 33.48 25.67 11 | 80000 41.64 33.95 12 | 100000 49.74 42.22 13 | -------------------------------------------------------------------------------- /micronaut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/micronaut.png -------------------------------------------------------------------------------- /perf.plot: -------------------------------------------------------------------------------- 1 | title = title 2 | datafile = datafile 3 | output = output 4 | 5 | set terminal pngcairo enhanced font "Arial,12" fontscale 1.0 size 800, 600 6 | set output output 7 | 8 | set samples 600, 600 9 | 10 | set autoscale 11 | #set logscale xy 12 | #set logscale x 13 | #set logscale y 5 14 | 15 | set title "Time to complete N operations: ".title 16 | set key left top 17 | set xlabel "Requests" 18 | set ylabel "Secs" 19 | x = 0.0 20 | 21 | unset border 22 | set tics scale 0 23 | set grid #noxtics nomxtics ytics 24 | 25 | set style data linespoints 26 | set pointsize 0.75 27 | plot \ 28 | datafile using 1:2 title 'OpenJDK' pointtype 7 lw 3 linecolor rgb "red", \ 29 | datafile using 1:3 title 'OpenJDK on CRaC' pointtype 7 lw 3 linecolor rgb "blue" 30 | -------------------------------------------------------------------------------- /quarkus.data: -------------------------------------------------------------------------------- 1 | # see startup.data 2 | 3 | 200 0.64 0.11 4 | 1000 2.05 0.46 5 | 2000 3.46 0.85 6 | 5000 6.26 1.87 7 | 10000 9.54 3.55 8 | 20000 14.62 6.80 9 | 40000 21.05 13.27 10 | 60000 27.09 19.70 11 | 80000 33.13 26.07 12 | 100000 39.16 32.42 13 | -------------------------------------------------------------------------------- /quarkus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/quarkus.png -------------------------------------------------------------------------------- /rawdata/micronaut/c.1: -------------------------------------------------------------------------------- 1 | 200 0.85 2 | 1000 2.19 3 | 2000 3.57 4 | 5000 6.19 5 | 10000 9.71 6 | 20000 15.43 7 | 40000 24.13 8 | 60000 32.40 9 | 80000 40.80 10 | 100000 49.06 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.10: -------------------------------------------------------------------------------- 1 | 200 0.82 2 | 1000 2.22 3 | 2000 3.59 4 | 5000 6.45 5 | 10000 10.23 6 | 20000 16.28 7 | 40000 25.51 8 | 60000 34.10 9 | 80000 42.27 10 | 100000 50.36 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.2: -------------------------------------------------------------------------------- 1 | 200 0.85 2 | 1000 2.29 3 | 2000 3.72 4 | 5000 6.56 5 | 10000 10.51 6 | 20000 16.22 7 | 40000 24.56 8 | 60000 32.68 9 | 80000 40.90 10 | 100000 48.69 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.3: -------------------------------------------------------------------------------- 1 | 200 0.80 2 | 1000 2.20 3 | 2000 3.63 4 | 5000 6.48 5 | 10000 10.18 6 | 20000 16.26 7 | 40000 24.96 8 | 60000 33.51 9 | 80000 41.67 10 | 100000 49.72 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.4: -------------------------------------------------------------------------------- 1 | 200 0.82 2 | 1000 2.24 3 | 2000 3.64 4 | 5000 6.50 5 | 10000 10.41 6 | 20000 16.42 7 | 40000 25.39 8 | 60000 33.87 9 | 80000 41.85 10 | 100000 50.05 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.5: -------------------------------------------------------------------------------- 1 | 200 0.80 2 | 1000 2.22 3 | 2000 3.64 4 | 5000 6.60 5 | 10000 10.36 6 | 20000 16.30 7 | 40000 25.05 8 | 60000 33.07 9 | 80000 40.94 10 | 100000 48.98 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.6: -------------------------------------------------------------------------------- 1 | 200 0.79 2 | 1000 2.17 3 | 2000 3.54 4 | 5000 6.41 5 | 10000 10.05 6 | 20000 16.08 7 | 40000 24.86 8 | 60000 33.14 9 | 80000 41.32 10 | 100000 49.53 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.7: -------------------------------------------------------------------------------- 1 | 200 0.82 2 | 1000 2.24 3 | 2000 3.68 4 | 5000 6.57 5 | 10000 10.45 6 | 20000 16.49 7 | 40000 25.46 8 | 60000 33.96 9 | 80000 42.22 10 | 100000 50.46 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.8: -------------------------------------------------------------------------------- 1 | 200 0.91 2 | 1000 2.37 3 | 2000 3.87 4 | 5000 6.73 5 | 10000 10.93 6 | 20000 17.34 7 | 40000 26.23 8 | 60000 34.47 9 | 80000 42.66 10 | 100000 50.80 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/c.9: -------------------------------------------------------------------------------- 1 | 200 0.87 2 | 1000 2.21 3 | 2000 3.68 4 | 5000 6.65 5 | 10000 10.59 6 | 20000 16.63 7 | 40000 25.32 8 | 60000 33.63 9 | 80000 41.76 10 | 100000 49.79 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.1: -------------------------------------------------------------------------------- 1 | 22:00:11.260 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 1082ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.10: -------------------------------------------------------------------------------- 1 | 22:44:26.136 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 966ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.2: -------------------------------------------------------------------------------- 1 | 22:05:04.534 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 981ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.3: -------------------------------------------------------------------------------- 1 | 22:09:59.487 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 966ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.4: -------------------------------------------------------------------------------- 1 | 22:14:53.325 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 1005ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.5: -------------------------------------------------------------------------------- 1 | 22:19:48.659 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 1006ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.6: -------------------------------------------------------------------------------- 1 | 22:24:39.791 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 955ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.7: -------------------------------------------------------------------------------- 1 | 22:29:33.331 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 1012ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.8: -------------------------------------------------------------------------------- 1 | 22:34:28.024 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 1056ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.c.9: -------------------------------------------------------------------------------- 1 | 22:39:27.985 [main] INFO  io.micronaut.runtime.Micronaut - Startup completed in 986ms. Server Running: http://localhost:8080 2 | CR: Checkpoint ... 3 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.1.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421517192842093 prestart 2 | STARTUPTIME 421517217437913 restore-native 3 | STARTUPTIME 421517222222830 restore 4 | STARTUPTIME 421517235520668 restore-finish 5 | 22:01:45.336 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.1.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421565057379588 prestart 2 | STARTUPTIME 421565077349501 restore-native 3 | STARTUPTIME 421565082271430 restore 4 | STARTUPTIME 421565098681303 restore-finish 5 | 22:02:33.300 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.1.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421613019170153 prestart 2 | STARTUPTIME 421613044813154 restore-native 3 | STARTUPTIME 421613049466300 restore 4 | STARTUPTIME 421613065699121 restore-finish 5 | 22:03:20.874 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.1.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421660599227851 prestart 2 | STARTUPTIME 421660618983261 restore-native 3 | STARTUPTIME 421660624348969 restore 4 | STARTUPTIME 421660645455575 restore-finish 5 | 22:04:09.450 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.1.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421709170514740 prestart 2 | STARTUPTIME 421709189891954 restore-native 3 | STARTUPTIME 421709194949350 restore 4 | STARTUPTIME 421709225826962 restore-finish 5 | 22:04:58.243 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.10.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424173475231867 prestart 2 | STARTUPTIME 424173495172957 restore-native 3 | STARTUPTIME 424173500053671 restore 4 | STARTUPTIME 424173512683254 restore-finish 5 | 22:46:01.691 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.10.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424221415646931 prestart 2 | STARTUPTIME 424221435266310 restore-native 3 | STARTUPTIME 424221443705144 restore 4 | STARTUPTIME 424221456079678 restore-finish 5 | 22:46:51.340 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.10.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424271061747657 prestart 2 | STARTUPTIME 424271082160773 restore-native 3 | STARTUPTIME 424271087023329 restore 4 | STARTUPTIME 424271102374186 restore-finish 5 | 22:47:40.530 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.10.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424320255635583 prestart 2 | STARTUPTIME 424320275983771 restore-native 3 | STARTUPTIME 424320280818527 restore 4 | STARTUPTIME 424320298834955 restore-finish 5 | 22:48:29.402 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.10.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424369126484042 prestart 2 | STARTUPTIME 424369148761511 restore-native 3 | STARTUPTIME 424369164502244 restore 4 | STARTUPTIME 424369183685764 restore-finish 5 | 22:49:18.193 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.2.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421810188863210 prestart 2 | STARTUPTIME 421810209725559 restore-native 3 | STARTUPTIME 421810217089917 restore 4 | STARTUPTIME 421810232705698 restore-finish 5 | 22:06:38.774 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.2.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421858488750842 prestart 2 | STARTUPTIME 421858509802150 restore-native 3 | STARTUPTIME 421858516864206 restore 4 | STARTUPTIME 421858541748848 restore-finish 5 | 22:07:28.208 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.2.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421907930349965 prestart 2 | STARTUPTIME 421907951248297 restore-native 3 | STARTUPTIME 421907955256749 restore 4 | STARTUPTIME 421907981144874 restore-finish 5 | 22:08:16.536 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.2.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421956257153769 prestart 2 | STARTUPTIME 421956280278553 restore-native 3 | STARTUPTIME 421956287348080 restore 4 | STARTUPTIME 421956304877805 restore-finish 5 | 22:09:05.226 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.2.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422004948456134 prestart 2 | STARTUPTIME 422004969272258 restore-native 3 | STARTUPTIME 422004974007366 restore 4 | STARTUPTIME 422004994718348 restore-finish 5 | 22:09:53.206 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.3.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422106179449443 prestart 2 | STARTUPTIME 422106200975964 restore-native 3 | STARTUPTIME 422106205784907 restore 4 | STARTUPTIME 422106219740811 restore-finish 5 | 22:11:34.811 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.3.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422154534552736 prestart 2 | STARTUPTIME 422154553537770 restore-native 3 | STARTUPTIME 422154559889234 restore 4 | STARTUPTIME 422154586009563 restore-finish 5 | 22:12:22.617 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.3.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422202338198131 prestart 2 | STARTUPTIME 422202361283212 restore-native 3 | STARTUPTIME 422202366573911 restore 4 | STARTUPTIME 422202396117496 restore-finish 5 | 22:13:11.120 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.3.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422250842542260 prestart 2 | STARTUPTIME 422250861930238 restore-native 3 | STARTUPTIME 422250873786796 restore 4 | STARTUPTIME 422250897202117 restore-finish 5 | 22:13:59.176 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.3.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422298897199919 prestart 2 | STARTUPTIME 422298920144623 restore-native 3 | STARTUPTIME 422298927229752 restore 4 | STARTUPTIME 422298953903573 restore-finish 5 | 22:14:47.026 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.4.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422400319792257 prestart 2 | STARTUPTIME 422400343485704 restore-native 3 | STARTUPTIME 422400348534323 restore 4 | STARTUPTIME 422400365619038 restore-finish 5 | 22:16:27.924 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.4.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422447644162075 prestart 2 | STARTUPTIME 422447667251809 restore-native 3 | STARTUPTIME 422447672797101 restore 4 | STARTUPTIME 422447702413556 restore-finish 5 | 22:17:16.700 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.4.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422496421281283 prestart 2 | STARTUPTIME 422496443890688 restore-native 3 | STARTUPTIME 422496447947005 restore 4 | STARTUPTIME 422496480996385 restore-finish 5 | 22:18:04.755 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.4.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422544476437384 prestart 2 | STARTUPTIME 422544498256010 restore-native 3 | STARTUPTIME 422544502869671 restore 4 | STARTUPTIME 422544523197600 restore-finish 5 | 22:18:53.324 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.4.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422593046635566 prestart 2 | STARTUPTIME 422593068939583 restore-native 3 | STARTUPTIME 422593074993993 restore 4 | STARTUPTIME 422593096984288 restore-finish 5 | 22:19:42.344 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.5.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422694581524078 prestart 2 | STARTUPTIME 422694600675032 restore-native 3 | STARTUPTIME 422694605059813 restore 4 | STARTUPTIME 422694616822068 restore-finish 5 | 22:21:22.756 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.5.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422742477042241 prestart 2 | STARTUPTIME 422742496567099 restore-native 3 | STARTUPTIME 422742503561093 restore 4 | STARTUPTIME 422742517677622 restore-finish 5 | 22:22:11.015 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.5.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422790735567398 prestart 2 | STARTUPTIME 422790757615871 restore-native 3 | STARTUPTIME 422790763100030 restore 4 | STARTUPTIME 422790790792650 restore-finish 5 | 22:22:58.152 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.5.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422837873761622 prestart 2 | STARTUPTIME 422837896932377 restore-native 3 | STARTUPTIME 422837907022185 restore 4 | STARTUPTIME 422837918613442 restore-finish 5 | 22:23:46.585 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.5.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422886308734158 prestart 2 | STARTUPTIME 422886328464053 restore-native 3 | STARTUPTIME 422886334180678 restore 4 | STARTUPTIME 422886348995759 restore-finish 5 | 22:24:33.537 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.6.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 422986316557459 prestart 2 | STARTUPTIME 422986338569395 restore-native 3 | STARTUPTIME 422986343124294 restore 4 | STARTUPTIME 422986355096371 restore-finish 5 | 22:26:14.291 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.6.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423034014638040 prestart 2 | STARTUPTIME 423034037085410 restore-native 3 | STARTUPTIME 423034042848567 restore 4 | STARTUPTIME 423034060009395 restore-finish 5 | 22:27:03.251 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.6.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423082973395443 prestart 2 | STARTUPTIME 423082993182812 restore-native 3 | STARTUPTIME 423082999974588 restore 4 | STARTUPTIME 423083015203101 restore-finish 5 | 22:27:50.790 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.6.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423130513417426 prestart 2 | STARTUPTIME 423130532998575 restore-native 3 | STARTUPTIME 423130540276504 restore 4 | STARTUPTIME 423130563710041 restore-finish 5 | 22:28:39.039 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.6.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423178753586095 prestart 2 | STARTUPTIME 423178774688201 restore-native 3 | STARTUPTIME 423178781190478 restore 4 | STARTUPTIME 423178798556420 restore-finish 5 | 22:29:27.024 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.7.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423280750247511 prestart 2 | STARTUPTIME 423280771459465 restore-native 3 | STARTUPTIME 423280775635570 restore 4 | STARTUPTIME 423280788037914 restore-finish 5 | 22:31:08.928 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.7.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423328650448998 prestart 2 | STARTUPTIME 423328670249595 restore-native 3 | STARTUPTIME 423328675691145 restore 4 | STARTUPTIME 423328690627865 restore-finish 5 | 22:31:56.962 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.7.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423376682279710 prestart 2 | STARTUPTIME 423376705318054 restore-native 3 | STARTUPTIME 423376713586134 restore 4 | STARTUPTIME 423376726771474 restore-finish 5 | 22:32:44.737 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.7.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423424462224482 prestart 2 | STARTUPTIME 423424482402991 restore-native 3 | STARTUPTIME 423424487918770 restore 4 | STARTUPTIME 423424505433246 restore-finish 5 | 22:33:33.160 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.7.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423472880633622 prestart 2 | STARTUPTIME 423472901883569 restore-native 3 | STARTUPTIME 423472907577989 restore 4 | STARTUPTIME 423472924210609 restore-finish 5 | 22:34:21.686 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.8.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423575731347340 prestart 2 | STARTUPTIME 423575751053986 restore-native 3 | STARTUPTIME 423575754983205 restore 4 | STARTUPTIME 423575766883243 restore-finish 5 | 22:36:04.932 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.8.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423624654313124 prestart 2 | STARTUPTIME 423624673840740 restore-native 3 | STARTUPTIME 423624680920764 restore 4 | STARTUPTIME 423624695523849 restore-finish 5 | 22:36:53.825 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.8.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423673546852186 prestart 2 | STARTUPTIME 423673568100192 restore-native 3 | STARTUPTIME 423673572386534 restore 4 | STARTUPTIME 423673589569258 restore-finish 5 | 22:37:42.543 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.8.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423722266994551 prestart 2 | STARTUPTIME 423722286891896 restore-native 3 | STARTUPTIME 423722291699221 restore 4 | STARTUPTIME 423722321034481 restore-finish 5 | 22:38:32.716 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.8.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423772440915812 prestart 2 | STARTUPTIME 423772462156810 restore-native 3 | STARTUPTIME 423772467584842 restore 4 | STARTUPTIME 423772487726472 restore-finish 5 | 22:39:21.723 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.9.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423874751758685 prestart 2 | STARTUPTIME 423874773501409 restore-native 3 | STARTUPTIME 423874778085317 restore 4 | STARTUPTIME 423874793884183 restore-finish 5 | 22:41:03.312 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.9.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423923030999501 prestart 2 | STARTUPTIME 423923050354582 restore-native 3 | STARTUPTIME 423923054883992 restore 4 | STARTUPTIME 423923070403951 restore-finish 5 | 22:41:52.235 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.9.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 423971955996263 prestart 2 | STARTUPTIME 423971978426330 restore-native 3 | STARTUPTIME 423971982651784 restore 4 | STARTUPTIME 423971999676837 restore-finish 5 | 22:42:42.764 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.9.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424022484829221 prestart 2 | STARTUPTIME 424022505364533 restore-native 3 | STARTUPTIME 424022511222910 restore 4 | STARTUPTIME 424022529789815 restore-finish 5 | 22:43:31.348 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/log.r.9.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424071070036194 prestart 2 | STARTUPTIME 424071091538451 restore-native 3 | STARTUPTIME 424071096333643 restore 4 | STARTUPTIME 424071115811991 restore-finish 5 | 22:44:19.855 [Thread-1] INFO  io.micronaut.runtime.Micronaut - Embedded Application shutting down 6 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.1.1: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.69 3 | 2000 1.24 4 | 5000 2.57 5 | 10000 4.70 6 | 20000 8.83 7 | 40000 17.12 8 | 60000 25.24 9 | 80000 33.50 10 | 100000 41.67 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.1.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.65 3 | 2000 1.22 4 | 5000 2.55 5 | 10000 4.58 6 | 20000 8.72 7 | 40000 17.05 8 | 60000 25.44 9 | 80000 33.59 10 | 100000 41.75 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.1.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.77 3 | 2000 1.24 4 | 5000 2.56 5 | 10000 4.62 6 | 20000 8.66 7 | 40000 16.80 8 | 60000 25.15 9 | 80000 33.24 10 | 100000 41.35 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.1.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.74 3 | 2000 1.28 4 | 5000 2.56 5 | 10000 4.67 6 | 20000 8.90 7 | 40000 17.25 8 | 60000 25.74 9 | 80000 34.14 10 | 100000 42.37 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.1.5: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.75 3 | 2000 1.26 4 | 5000 2.58 5 | 10000 4.65 6 | 20000 8.86 7 | 40000 17.37 8 | 60000 25.86 9 | 80000 34.31 10 | 100000 42.62 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.10.1: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.82 3 | 2000 1.36 4 | 5000 2.76 5 | 10000 4.81 6 | 20000 8.92 7 | 40000 17.29 8 | 60000 25.52 9 | 80000 33.49 10 | 100000 41.76 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.10.2: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.70 3 | 2000 1.23 4 | 5000 2.66 5 | 10000 4.81 6 | 20000 9.12 7 | 40000 17.97 8 | 60000 26.58 9 | 80000 34.85 10 | 100000 43.45 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.10.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.73 3 | 2000 1.37 4 | 5000 2.75 5 | 10000 4.90 6 | 20000 9.27 7 | 40000 17.57 8 | 60000 26.25 9 | 80000 34.84 10 | 100000 43.02 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.10.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.76 3 | 2000 1.32 4 | 5000 2.72 5 | 10000 4.89 6 | 20000 9.02 7 | 40000 17.60 8 | 60000 25.94 9 | 80000 34.36 10 | 100000 42.67 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.10.5: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.79 3 | 2000 1.38 4 | 5000 2.72 5 | 10000 4.84 6 | 20000 9.06 7 | 40000 17.58 8 | 60000 25.96 9 | 80000 34.28 10 | 100000 42.61 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.2.1: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.73 3 | 2000 1.34 4 | 5000 2.69 5 | 10000 4.73 6 | 20000 8.87 7 | 40000 17.27 8 | 60000 25.48 9 | 80000 33.70 10 | 100000 42.12 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.2.2: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.85 3 | 2000 1.39 4 | 5000 2.75 5 | 10000 4.82 6 | 20000 9.10 7 | 40000 17.82 8 | 60000 26.35 9 | 80000 34.80 10 | 100000 43.24 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.2.3: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.79 3 | 2000 1.32 4 | 5000 2.64 5 | 10000 4.71 6 | 20000 8.87 7 | 40000 17.28 8 | 60000 25.63 9 | 80000 33.79 10 | 100000 42.14 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.2.4: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.75 3 | 2000 1.32 4 | 5000 2.66 5 | 10000 4.80 6 | 20000 8.97 7 | 40000 17.50 8 | 60000 25.91 9 | 80000 34.23 10 | 100000 42.51 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.2.5: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.80 3 | 2000 1.33 4 | 5000 2.61 5 | 10000 4.71 6 | 20000 8.89 7 | 40000 17.19 8 | 60000 25.50 9 | 80000 33.74 10 | 100000 41.80 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.3.1: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.71 3 | 2000 1.22 4 | 5000 2.55 5 | 10000 4.63 6 | 20000 8.88 7 | 40000 17.41 8 | 60000 25.86 9 | 80000 34.09 10 | 100000 42.16 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.3.2: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.77 3 | 2000 1.28 4 | 5000 2.54 5 | 10000 4.60 6 | 20000 8.66 7 | 40000 16.90 8 | 60000 25.09 9 | 80000 33.41 10 | 100000 41.65 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.3.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.72 3 | 2000 1.32 4 | 5000 2.72 5 | 10000 4.70 6 | 20000 8.90 7 | 40000 17.43 8 | 60000 25.74 9 | 80000 34.06 10 | 100000 42.33 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.3.4: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.79 3 | 2000 1.32 4 | 5000 2.60 5 | 10000 4.74 6 | 20000 8.77 7 | 40000 17.14 8 | 60000 25.46 9 | 80000 33.64 10 | 100000 41.87 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.3.5: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.74 3 | 2000 1.25 4 | 5000 2.58 5 | 10000 4.64 6 | 20000 8.76 7 | 40000 16.90 8 | 60000 25.07 9 | 80000 33.40 10 | 100000 41.64 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.4.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.70 3 | 2000 1.25 4 | 5000 2.59 5 | 10000 4.59 6 | 20000 8.61 7 | 40000 16.83 8 | 60000 24.94 9 | 80000 32.86 10 | 100000 41.13 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.4.2: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.78 3 | 2000 1.29 4 | 5000 2.59 5 | 10000 4.86 6 | 20000 9.39 7 | 40000 18.08 8 | 60000 26.15 9 | 80000 34.44 10 | 100000 42.58 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.4.3: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.80 3 | 2000 1.32 4 | 5000 2.66 5 | 10000 4.65 6 | 20000 8.90 7 | 40000 17.33 8 | 60000 25.54 9 | 80000 33.64 10 | 100000 41.84 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.4.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.81 3 | 2000 1.33 4 | 5000 2.70 5 | 10000 4.74 6 | 20000 8.86 7 | 40000 17.27 8 | 60000 25.70 9 | 80000 34.00 10 | 100000 42.36 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.4.5: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.72 3 | 2000 1.27 4 | 5000 2.65 5 | 10000 4.78 6 | 20000 8.95 7 | 40000 17.39 8 | 60000 26.01 9 | 80000 34.34 10 | 100000 42.83 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.5.1: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.71 3 | 2000 1.26 4 | 5000 2.58 5 | 10000 4.62 6 | 20000 8.88 7 | 40000 17.28 8 | 60000 25.48 9 | 80000 33.68 10 | 100000 41.71 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.5.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.67 3 | 2000 1.23 4 | 5000 2.69 5 | 10000 4.79 6 | 20000 8.93 7 | 40000 17.46 8 | 60000 25.74 9 | 80000 33.91 10 | 100000 42.08 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.5.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.69 3 | 2000 1.24 4 | 5000 2.52 5 | 10000 4.50 6 | 20000 8.45 7 | 40000 16.63 8 | 60000 24.79 9 | 80000 32.92 10 | 100000 40.96 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.5.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.77 3 | 2000 1.30 4 | 5000 2.70 5 | 10000 4.81 6 | 20000 8.99 7 | 40000 17.52 8 | 60000 25.69 9 | 80000 34.06 10 | 100000 42.24 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.5.5: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.71 3 | 2000 1.26 4 | 5000 2.57 5 | 10000 4.61 6 | 20000 8.69 7 | 40000 17.01 8 | 60000 24.92 9 | 80000 32.74 10 | 100000 40.75 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.6.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.71 3 | 2000 1.27 4 | 5000 2.61 5 | 10000 4.65 6 | 20000 8.73 7 | 40000 16.89 8 | 60000 25.04 9 | 80000 33.16 10 | 100000 41.50 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.6.2: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.76 3 | 2000 1.33 4 | 5000 2.72 5 | 10000 4.79 6 | 20000 9.10 7 | 40000 17.64 8 | 60000 26.10 9 | 80000 34.50 10 | 100000 42.79 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.6.3: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.72 3 | 2000 1.28 4 | 5000 2.72 5 | 10000 4.67 6 | 20000 8.72 7 | 40000 16.87 8 | 60000 25.00 9 | 80000 33.24 10 | 100000 41.36 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.6.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.73 3 | 2000 1.26 4 | 5000 2.61 5 | 10000 4.68 6 | 20000 8.89 7 | 40000 17.33 8 | 60000 25.66 9 | 80000 33.88 10 | 100000 42.06 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.6.5: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.75 3 | 2000 1.30 4 | 5000 2.70 5 | 10000 4.76 6 | 20000 8.79 7 | 40000 17.05 8 | 60000 25.47 9 | 80000 33.70 10 | 100000 41.82 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.7.1: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.72 3 | 2000 1.28 4 | 5000 2.63 5 | 10000 4.64 6 | 20000 8.77 7 | 40000 17.03 8 | 60000 25.33 9 | 80000 33.47 10 | 100000 41.72 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.7.2: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.70 3 | 2000 1.21 4 | 5000 2.59 5 | 10000 4.66 6 | 20000 8.97 7 | 40000 17.31 8 | 60000 25.64 9 | 80000 33.59 10 | 100000 41.84 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.7.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.68 3 | 2000 1.21 4 | 5000 2.54 5 | 10000 4.65 6 | 20000 8.81 7 | 40000 16.85 8 | 60000 25.12 9 | 80000 33.29 10 | 100000 41.60 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.7.4: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.67 3 | 2000 1.21 4 | 5000 2.51 5 | 10000 4.58 6 | 20000 8.72 7 | 40000 16.86 8 | 60000 25.61 9 | 80000 33.96 10 | 100000 42.20 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.7.5: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.74 3 | 2000 1.23 4 | 5000 2.63 5 | 10000 4.71 6 | 20000 8.96 7 | 40000 17.45 8 | 60000 25.81 9 | 80000 34.08 10 | 100000 42.33 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.8.1: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.83 3 | 2000 1.39 4 | 5000 2.70 5 | 10000 4.72 6 | 20000 8.86 7 | 40000 17.23 8 | 60000 25.61 9 | 80000 34.06 10 | 100000 42.76 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.8.2: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.70 3 | 2000 1.26 4 | 5000 2.67 5 | 10000 4.76 6 | 20000 9.05 7 | 40000 17.79 8 | 60000 26.02 9 | 80000 34.36 10 | 100000 42.70 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.8.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.70 3 | 2000 1.24 4 | 5000 2.56 5 | 10000 4.63 6 | 20000 9.03 7 | 40000 17.67 8 | 60000 25.91 9 | 80000 34.34 10 | 100000 42.53 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.8.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.76 3 | 2000 1.27 4 | 5000 2.62 5 | 10000 4.74 6 | 20000 8.87 7 | 40000 17.39 8 | 60000 26.19 9 | 80000 35.31 10 | 100000 43.96 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.8.5: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.83 3 | 2000 1.37 4 | 5000 2.76 5 | 10000 4.86 6 | 20000 9.11 7 | 40000 17.47 8 | 60000 25.98 9 | 80000 34.51 10 | 100000 42.83 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.9.1: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.77 3 | 2000 1.34 4 | 5000 2.67 5 | 10000 4.65 6 | 20000 8.72 7 | 40000 17.24 8 | 60000 25.58 9 | 80000 33.87 10 | 100000 42.08 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.9.2: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.76 3 | 2000 1.29 4 | 5000 2.62 5 | 10000 4.71 6 | 20000 9.04 7 | 40000 17.73 8 | 60000 26.41 9 | 80000 34.48 10 | 100000 42.73 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.9.3: -------------------------------------------------------------------------------- 1 | 200 0.23 2 | 1000 0.83 3 | 2000 1.36 4 | 5000 2.76 5 | 10000 4.89 6 | 20000 9.09 7 | 40000 18.03 8 | 60000 26.94 9 | 80000 35.65 10 | 100000 44.31 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.9.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.76 3 | 2000 1.27 4 | 5000 2.72 5 | 10000 4.81 6 | 20000 8.94 7 | 40000 17.38 8 | 60000 25.77 9 | 80000 34.06 10 | 100000 42.39 11 | -------------------------------------------------------------------------------- /rawdata/micronaut/r.9.5: -------------------------------------------------------------------------------- 1 | 200 0.23 2 | 1000 0.79 3 | 2000 1.37 4 | 5000 2.73 5 | 10000 4.80 6 | 20000 8.96 7 | 40000 17.43 8 | 60000 25.75 9 | 80000 33.96 10 | 100000 42.33 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.1: -------------------------------------------------------------------------------- 1 | 200 0.67 2 | 1000 2.07 3 | 2000 3.47 4 | 5000 6.18 5 | 10000 9.40 6 | 20000 14.41 7 | 40000 20.42 8 | 60000 26.45 9 | 80000 32.39 10 | 100000 38.22 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.10: -------------------------------------------------------------------------------- 1 | 200 0.65 2 | 1000 2.08 3 | 2000 3.53 4 | 5000 6.46 5 | 10000 9.71 6 | 20000 14.81 7 | 40000 21.46 8 | 60000 27.72 9 | 80000 34.04 10 | 100000 40.43 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.2: -------------------------------------------------------------------------------- 1 | 200 0.62 2 | 1000 2.02 3 | 2000 3.44 4 | 5000 6.37 5 | 10000 9.62 6 | 20000 14.82 7 | 40000 21.15 8 | 60000 27.09 9 | 80000 33.05 10 | 100000 39.03 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.3: -------------------------------------------------------------------------------- 1 | 200 0.63 2 | 1000 2.05 3 | 2000 3.47 4 | 5000 6.17 5 | 10000 9.52 6 | 20000 14.33 7 | 40000 20.57 8 | 60000 26.47 9 | 80000 32.35 10 | 100000 38.25 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.4: -------------------------------------------------------------------------------- 1 | 200 0.62 2 | 1000 2.06 3 | 2000 3.45 4 | 5000 6.21 5 | 10000 9.50 6 | 20000 14.54 7 | 40000 21.10 8 | 60000 27.08 9 | 80000 33.08 10 | 100000 39.11 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.5: -------------------------------------------------------------------------------- 1 | 200 0.61 2 | 1000 2.00 3 | 2000 3.37 4 | 5000 6.29 5 | 10000 9.73 6 | 20000 15.05 7 | 40000 21.38 8 | 60000 27.41 9 | 80000 33.47 10 | 100000 39.52 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.6: -------------------------------------------------------------------------------- 1 | 200 0.62 2 | 1000 2.01 3 | 2000 3.41 4 | 5000 6.26 5 | 10000 9.58 6 | 20000 14.55 7 | 40000 20.85 8 | 60000 26.78 9 | 80000 33.09 10 | 100000 39.28 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.7: -------------------------------------------------------------------------------- 1 | 200 0.63 2 | 1000 2.13 3 | 2000 3.48 4 | 5000 6.18 5 | 10000 9.31 6 | 20000 14.40 7 | 40000 20.62 8 | 60000 26.73 9 | 80000 32.57 10 | 100000 38.58 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.8: -------------------------------------------------------------------------------- 1 | 200 0.66 2 | 1000 2.07 3 | 2000 3.51 4 | 5000 6.17 5 | 10000 9.53 6 | 20000 14.56 7 | 40000 21.49 8 | 60000 27.60 9 | 80000 33.54 10 | 100000 39.44 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/c.9: -------------------------------------------------------------------------------- 1 | 200 0.65 2 | 1000 2.05 3 | 2000 3.42 4 | 5000 6.29 5 | 10000 9.54 6 | 20000 14.75 7 | 40000 21.46 8 | 60000 27.60 9 | 80000 33.69 10 | 100000 39.71 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.1: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 22:49:24,359 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 1.069s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 22:49:24,386 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 22:49:24,387 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.10: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:24:37,935 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 1.053s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:24:37,979 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:24:37,979 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.2: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 22:53:16,598 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.945s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 22:53:16,624 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 22:53:16,625 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.3: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 22:57:12,837 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 1.062s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 22:57:12,867 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 22:57:12,868 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.4: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:01:06,497 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.975s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:01:06,524 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:01:06,525 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.5: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:05:02,554 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.931s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:05:02,583 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:05:02,583 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.6: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:08:52,606 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.939s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:08:52,634 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:08:52,635 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.7: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:12:46,557 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.904s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:12:46,583 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:12:46,584 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.8: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:16:41,125 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.984s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:16:41,149 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:16:41,150 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.c.9: -------------------------------------------------------------------------------- 1 | __ ____ __ _____ ___ __ ____ ______ 2 | --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ 3 | -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ 4 | --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 5 | 2020-07-14 23:20:37,209 INFO [io.quarkus] (main) example-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 1-crac) started in 0.946s. Listening on: http://0.0.0.0:8080 6 | 2020-07-14 23:20:37,238 INFO [io.quarkus] (main) Profile prod activated. 7 | 2020-07-14 23:20:37,238 INFO [io.quarkus] (main) Installed features: [cdi, resteasy] 8 | CR: Checkpoint ... 9 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.1.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424459642815270 prestart 2 | STARTUPTIME 424459661912000 restore-native 3 | STARTUPTIME 424459667951531 restore 4 | STARTUPTIME 424459676577582 restore-finish 5 | 2020-07-14 22:50:37,761 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.1.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424497450817474 prestart 2 | STARTUPTIME 424497470352896 restore-native 3 | STARTUPTIME 424497476847710 restore 4 | STARTUPTIME 424497482954887 restore-finish 5 | 2020-07-14 22:51:16,696 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.1.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424536385479466 prestart 2 | STARTUPTIME 424536403190304 restore-native 3 | STARTUPTIME 424536408213635 restore 4 | STARTUPTIME 424536414813113 restore-finish 5 | 2020-07-14 22:51:54,834 INFO [io.quarkus] (main) example-quarkus stopped in 0.034s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.1.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424574520406223 prestart 2 | STARTUPTIME 424574538905180 restore-native 3 | STARTUPTIME 424574544206955 restore 4 | STARTUPTIME 424574550695131 restore-finish 5 | 2020-07-14 22:52:32,670 INFO [io.quarkus] (main) example-quarkus stopped in 0.029s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.1.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424612357850699 prestart 2 | STARTUPTIME 424612382898589 restore-native 3 | STARTUPTIME 424612388346207 restore 4 | STARTUPTIME 424612397334948 restore-finish 5 | 2020-07-14 22:53:10,617 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.10.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426575017612916 prestart 2 | STARTUPTIME 426575034379087 restore-native 3 | STARTUPTIME 426575043306255 restore 4 | STARTUPTIME 426575050314894 restore-finish 5 | 2020-07-14 23:25:54,421 INFO [io.quarkus] (main) example-quarkus stopped in 0.035s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.10.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426614104193464 prestart 2 | STARTUPTIME 426614121233775 restore-native 3 | STARTUPTIME 426614126211895 restore 4 | STARTUPTIME 426614135255751 restore-finish 5 | 2020-07-14 23:26:33,320 INFO [io.quarkus] (main) example-quarkus stopped in 0.035s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.10.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426653004254990 prestart 2 | STARTUPTIME 426653024495863 restore-native 3 | STARTUPTIME 426653029131277 restore 4 | STARTUPTIME 426653038540266 restore-finish 5 | 2020-07-14 23:27:13,125 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.10.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426692814722308 prestart 2 | STARTUPTIME 426692835399908 restore-native 3 | STARTUPTIME 426692842320617 restore 4 | STARTUPTIME 426692850909960 restore-finish 5 | 2020-07-14 23:27:51,545 INFO [io.quarkus] (main) example-quarkus stopped in 0.027s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.10.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426731249233561 prestart 2 | STARTUPTIME 426731307098340 restore-native 3 | STARTUPTIME 426731318530165 restore 4 | STARTUPTIME 426731334614357 restore-finish 5 | 2020-07-14 23:28:30,670 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.2.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424692874784296 prestart 2 | STARTUPTIME 424692891783781 restore-native 3 | STARTUPTIME 424692896833415 restore 4 | STARTUPTIME 424692903247592 restore-finish 5 | 2020-07-14 22:54:31,255 INFO [io.quarkus] (main) example-quarkus stopped in 0.028s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.2.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424730944692380 prestart 2 | STARTUPTIME 424730961617615 restore-native 3 | STARTUPTIME 424730966039116 restore 4 | STARTUPTIME 424730977451677 restore-finish 5 | 2020-07-14 22:55:10,206 INFO [io.quarkus] (main) example-quarkus stopped in 0.027s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.2.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424769895780987 prestart 2 | STARTUPTIME 424769914228734 restore-native 3 | STARTUPTIME 424769921548305 restore 4 | STARTUPTIME 424769929648614 restore-finish 5 | 2020-07-14 22:55:49,776 INFO [io.quarkus] (main) example-quarkus stopped in 0.025s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.2.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424809472238075 prestart 2 | STARTUPTIME 424809491429425 restore-native 3 | STARTUPTIME 424809495207270 restore 4 | STARTUPTIME 424809505862204 restore-finish 5 | 2020-07-14 22:56:28,150 INFO [io.quarkus] (main) example-quarkus stopped in 0.039s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.2.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424847830722333 prestart 2 | STARTUPTIME 424847849076978 restore-native 3 | STARTUPTIME 424847853030854 restore 4 | STARTUPTIME 424847859869316 restore-finish 5 | 2020-07-14 22:57:06,721 INFO [io.quarkus] (main) example-quarkus stopped in 0.033s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.3.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424927681857456 prestart 2 | STARTUPTIME 424927698826833 restore-native 3 | STARTUPTIME 424927704134755 restore 4 | STARTUPTIME 424927711261862 restore-finish 5 | 2020-07-14 22:58:26,470 INFO [io.quarkus] (main) example-quarkus stopped in 0.032s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.3.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 424966159716544 prestart 2 | STARTUPTIME 424966178169718 restore-native 3 | STARTUPTIME 424966182595881 restore 4 | STARTUPTIME 424966190581764 restore-finish 5 | 2020-07-14 22:59:04,730 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.3.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425004421988153 prestart 2 | STARTUPTIME 425004441144990 restore-native 3 | STARTUPTIME 425004446761069 restore 4 | STARTUPTIME 425004453282280 restore-finish 5 | 2020-07-14 22:59:43,832 INFO [io.quarkus] (main) example-quarkus stopped in 0.037s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.3.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425043511596870 prestart 2 | STARTUPTIME 425043532708638 restore-native 3 | STARTUPTIME 425043539025074 restore 4 | STARTUPTIME 425043548337672 restore-finish 5 | 2020-07-14 23:00:22,320 INFO [io.quarkus] (main) example-quarkus stopped in 0.033s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.3.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425082007220656 prestart 2 | STARTUPTIME 425082024437103 restore-native 3 | STARTUPTIME 425082029539665 restore 4 | STARTUPTIME 425082038310572 restore-finish 5 | 2020-07-14 23:01:00,484 INFO [io.quarkus] (main) example-quarkus stopped in 0.034s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.4.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425162315766056 prestart 2 | STARTUPTIME 425162335490836 restore-native 3 | STARTUPTIME 425162340119485 restore 4 | STARTUPTIME 425162359628765 restore-finish 5 | 2020-07-14 23:02:21,022 INFO [io.quarkus] (main) example-quarkus stopped in 0.029s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.4.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425200715576241 prestart 2 | STARTUPTIME 425200734866028 restore-native 3 | STARTUPTIME 425200741359037 restore 4 | STARTUPTIME 425200750965149 restore-finish 5 | 2020-07-14 23:03:00,003 INFO [io.quarkus] (main) example-quarkus stopped in 0.036s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.4.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425239688213642 prestart 2 | STARTUPTIME 425239706824103 restore-native 3 | STARTUPTIME 425239715469710 restore 4 | STARTUPTIME 425239723649495 restore-finish 5 | 2020-07-14 23:03:38,629 INFO [io.quarkus] (main) example-quarkus stopped in 0.029s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.4.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425278320146833 prestart 2 | STARTUPTIME 425278340016689 restore-native 3 | STARTUPTIME 425278345285212 restore 4 | STARTUPTIME 425278357670362 restore-finish 5 | 2020-07-14 23:04:17,224 INFO [io.quarkus] (main) example-quarkus stopped in 0.040s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.4.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425316903607889 prestart 2 | STARTUPTIME 425316925644986 restore-native 3 | STARTUPTIME 425316929651695 restore 4 | STARTUPTIME 425316939355155 restore-finish 5 | 2020-07-14 23:04:56,577 INFO [io.quarkus] (main) example-quarkus stopped in 0.033s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.5.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425398823707516 prestart 2 | STARTUPTIME 425398843117220 restore-native 3 | STARTUPTIME 425398850139371 restore 4 | STARTUPTIME 425398857178675 restore-finish 5 | 2020-07-14 23:06:16,847 INFO [io.quarkus] (main) example-quarkus stopped in 0.027s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.5.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425436539983681 prestart 2 | STARTUPTIME 425436558506187 restore-native 3 | STARTUPTIME 425436566699218 restore 4 | STARTUPTIME 425436574590663 restore-finish 5 | 2020-07-14 23:06:54,539 INFO [io.quarkus] (main) example-quarkus stopped in 0.032s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.5.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425474229393849 prestart 2 | STARTUPTIME 425474249149729 restore-native 3 | STARTUPTIME 425474253657916 restore 4 | STARTUPTIME 425474261251621 restore-finish 5 | 2020-07-14 23:07:31,791 INFO [io.quarkus] (main) example-quarkus stopped in 0.029s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.5.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425511475855557 prestart 2 | STARTUPTIME 425511500490771 restore-native 3 | STARTUPTIME 425511506732959 restore 4 | STARTUPTIME 425511512555911 restore-finish 5 | 2020-07-14 23:08:08,826 INFO [io.quarkus] (main) example-quarkus stopped in 0.027s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.5.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425548520737305 prestart 2 | STARTUPTIME 425548542558968 restore-native 3 | STARTUPTIME 425548547071779 restore 4 | STARTUPTIME 425548554189643 restore-finish 5 | 2020-07-14 23:08:46,621 INFO [io.quarkus] (main) example-quarkus stopped in 0.026s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.6.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425628631513035 prestart 2 | STARTUPTIME 425628652130200 restore-native 3 | STARTUPTIME 425628656044658 restore 4 | STARTUPTIME 425628669500656 restore-finish 5 | 2020-07-14 23:10:07,116 INFO [io.quarkus] (main) example-quarkus stopped in 0.038s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.6.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425666797615500 prestart 2 | STARTUPTIME 425666819847546 restore-native 3 | STARTUPTIME 425666824948338 restore 4 | STARTUPTIME 425666836003273 restore-finish 5 | 2020-07-14 23:10:45,076 INFO [io.quarkus] (main) example-quarkus stopped in 0.040s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.6.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425704756308993 prestart 2 | STARTUPTIME 425704775195001 restore-native 3 | STARTUPTIME 425704779670904 restore 4 | STARTUPTIME 425704787532540 restore-finish 5 | 2020-07-14 23:11:24,284 INFO [io.quarkus] (main) example-quarkus stopped in 0.038s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.6.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425743959513048 prestart 2 | STARTUPTIME 425743979448614 restore-native 3 | STARTUPTIME 425743983634239 restore 4 | STARTUPTIME 425743994396820 restore-finish 5 | 2020-07-14 23:12:02,171 INFO [io.quarkus] (main) example-quarkus stopped in 0.038s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.6.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425781853563185 prestart 2 | STARTUPTIME 425781872189844 restore-native 3 | STARTUPTIME 425781876968591 restore 4 | STARTUPTIME 425781888749503 restore-finish 5 | 2020-07-14 23:12:40,614 INFO [io.quarkus] (main) example-quarkus stopped in 0.039s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.7.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425860839092553 prestart 2 | STARTUPTIME 425860858207657 restore-native 3 | STARTUPTIME 425860866717146 restore 4 | STARTUPTIME 425860877722049 restore-finish 5 | 2020-07-14 23:13:59,142 INFO [io.quarkus] (main) example-quarkus stopped in 0.029s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.7.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425898833652555 prestart 2 | STARTUPTIME 425898852992064 restore-native 3 | STARTUPTIME 425898858372259 restore 4 | STARTUPTIME 425898870072179 restore-finish 5 | 2020-07-14 23:14:36,814 INFO [io.quarkus] (main) example-quarkus stopped in 0.032s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.7.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425936500670440 prestart 2 | STARTUPTIME 425936520799860 restore-native 3 | STARTUPTIME 425936525741151 restore 4 | STARTUPTIME 425936539525468 restore-finish 5 | 2020-07-14 23:15:15,818 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.7.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 425975507522082 prestart 2 | STARTUPTIME 425975528018725 restore-native 3 | STARTUPTIME 425975533366788 restore 4 | STARTUPTIME 425975545756338 restore-finish 5 | 2020-07-14 23:15:54,492 INFO [io.quarkus] (main) example-quarkus stopped in 0.027s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.7.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426014183934017 prestart 2 | STARTUPTIME 426014203627737 restore-native 3 | STARTUPTIME 426014208303979 restore 4 | STARTUPTIME 426014218960973 restore-finish 5 | 2020-07-14 23:16:35,085 INFO [io.quarkus] (main) example-quarkus stopped in 0.028s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.8.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426097216193723 prestart 2 | STARTUPTIME 426097235052933 restore-native 3 | STARTUPTIME 426097241629702 restore 4 | STARTUPTIME 426097248735362 restore-finish 5 | 2020-07-14 23:17:56,975 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.8.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426136667031362 prestart 2 | STARTUPTIME 426136684304732 restore-native 3 | STARTUPTIME 426136690393274 restore 4 | STARTUPTIME 426136697229457 restore-finish 5 | 2020-07-14 23:18:35,683 INFO [io.quarkus] (main) example-quarkus stopped in 0.037s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.8.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426175366447465 prestart 2 | STARTUPTIME 426175383364651 restore-native 3 | STARTUPTIME 426175386884956 restore 4 | STARTUPTIME 426175395635850 restore-finish 5 | 2020-07-14 23:19:13,961 INFO [io.quarkus] (main) example-quarkus stopped in 0.026s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.8.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426213653648532 prestart 2 | STARTUPTIME 426213670563832 restore-native 3 | STARTUPTIME 426213674256545 restore 4 | STARTUPTIME 426213682992493 restore-finish 5 | 2020-07-14 23:19:52,997 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.8.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426252686489149 prestart 2 | STARTUPTIME 426252703105285 restore-native 3 | STARTUPTIME 426252707391630 restore 4 | STARTUPTIME 426252717236676 restore-finish 5 | 2020-07-14 23:20:31,215 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.9.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426333624913125 prestart 2 | STARTUPTIME 426333641580957 restore-native 3 | STARTUPTIME 426333646660552 restore 4 | STARTUPTIME 426333653559038 restore-finish 5 | 2020-07-14 23:21:53,634 INFO [io.quarkus] (main) example-quarkus stopped in 0.031s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.9.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426373320711926 prestart 2 | STARTUPTIME 426373339659878 restore-native 3 | STARTUPTIME 426373344720315 restore 4 | STARTUPTIME 426373351158585 restore-finish 5 | 2020-07-14 23:22:33,641 INFO [io.quarkus] (main) example-quarkus stopped in 0.032s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.9.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426413325642902 prestart 2 | STARTUPTIME 426413343736549 restore-native 3 | STARTUPTIME 426413350079294 restore 4 | STARTUPTIME 426413355642155 restore-finish 5 | 2020-07-14 23:23:13,516 INFO [io.quarkus] (main) example-quarkus stopped in 0.030s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.9.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426453206787439 prestart 2 | STARTUPTIME 426453224530265 restore-native 3 | STARTUPTIME 426453228805253 restore 4 | STARTUPTIME 426453235458409 restore-finish 5 | 2020-07-14 23:23:52,046 INFO [io.quarkus] (main) example-quarkus stopped in 0.034s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/log.r.9.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 426491733135876 prestart 2 | STARTUPTIME 426491750005042 restore-native 3 | STARTUPTIME 426491756654170 restore 4 | STARTUPTIME 426491763824785 restore-finish 5 | 2020-07-14 23:24:31,832 INFO [io.quarkus] (main) example-quarkus stopped in 0.034s 6 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.1.1: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.48 3 | 2000 0.87 4 | 5000 1.89 5 | 10000 3.52 6 | 20000 6.83 7 | 40000 13.03 8 | 60000 19.28 9 | 80000 25.42 10 | 100000 31.63 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.1.2: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.47 3 | 2000 0.86 4 | 5000 1.90 5 | 10000 3.54 6 | 20000 6.70 7 | 40000 12.94 8 | 60000 19.27 9 | 80000 26.18 10 | 100000 32.70 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.1.3: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.50 3 | 2000 0.93 4 | 5000 2.00 5 | 10000 3.68 6 | 20000 6.95 7 | 40000 13.33 8 | 60000 19.48 9 | 80000 25.70 10 | 100000 31.94 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.1.4: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.49 3 | 2000 0.86 4 | 5000 1.87 5 | 10000 3.52 6 | 20000 6.69 7 | 40000 12.94 8 | 60000 19.27 9 | 80000 25.51 10 | 100000 31.66 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.1.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.51 3 | 2000 0.89 4 | 5000 1.86 5 | 10000 3.49 6 | 20000 6.92 7 | 40000 13.21 8 | 60000 19.42 9 | 80000 25.59 10 | 100000 31.76 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.10.1: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.42 3 | 2000 0.76 4 | 5000 1.82 5 | 10000 3.63 6 | 20000 6.92 7 | 40000 13.33 8 | 60000 19.79 9 | 80000 26.15 10 | 100000 32.89 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.10.2: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.41 3 | 2000 0.76 4 | 5000 1.79 5 | 10000 3.41 6 | 20000 6.91 7 | 40000 13.66 8 | 60000 20.15 9 | 80000 26.43 10 | 100000 32.71 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.10.3: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.39 3 | 2000 0.77 4 | 5000 1.96 5 | 10000 3.62 6 | 20000 7.03 7 | 40000 14.04 8 | 60000 20.79 9 | 80000 27.33 10 | 100000 33.65 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.10.4: -------------------------------------------------------------------------------- 1 | 200 0.09 2 | 1000 0.38 3 | 2000 0.73 4 | 5000 1.72 5 | 10000 3.55 6 | 20000 6.89 7 | 40000 13.27 8 | 60000 19.62 9 | 80000 25.95 10 | 100000 32.21 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.10.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.43 3 | 2000 0.77 4 | 5000 1.84 5 | 10000 3.54 6 | 20000 6.95 7 | 40000 13.48 8 | 60000 19.88 9 | 80000 26.32 10 | 100000 32.90 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.2.1: -------------------------------------------------------------------------------- 1 | 200 0.09 2 | 1000 0.39 3 | 2000 0.76 4 | 5000 1.79 5 | 10000 3.45 6 | 20000 6.64 7 | 40000 13.02 8 | 60000 19.38 9 | 80000 25.62 10 | 100000 31.89 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.2.2: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.42 3 | 2000 0.80 4 | 5000 1.96 5 | 10000 3.64 6 | 20000 6.87 7 | 40000 13.60 8 | 60000 19.99 9 | 80000 26.39 10 | 100000 32.75 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.2.3: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.45 3 | 2000 0.80 4 | 5000 1.85 5 | 10000 3.62 6 | 20000 6.89 7 | 40000 13.46 8 | 60000 20.42 9 | 80000 26.92 10 | 100000 33.38 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.2.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.43 3 | 2000 0.79 4 | 5000 1.79 5 | 10000 3.51 6 | 20000 6.64 7 | 40000 12.97 8 | 60000 19.26 9 | 80000 25.58 10 | 100000 32.19 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.2.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.46 3 | 2000 0.84 4 | 5000 1.91 5 | 10000 3.67 6 | 20000 6.96 7 | 40000 13.37 8 | 60000 19.69 9 | 80000 25.99 10 | 100000 32.40 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.3.1: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.48 3 | 2000 0.84 4 | 5000 1.86 5 | 10000 3.53 6 | 20000 6.70 7 | 40000 12.89 8 | 60000 19.42 9 | 80000 26.06 10 | 100000 32.29 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.3.2: -------------------------------------------------------------------------------- 1 | 200 0.13 2 | 1000 0.53 3 | 2000 0.87 4 | 5000 1.92 5 | 10000 3.58 6 | 20000 6.85 7 | 40000 13.19 8 | 60000 19.36 9 | 80000 25.75 10 | 100000 32.07 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.3.3: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.50 3 | 2000 0.89 4 | 5000 1.94 5 | 10000 3.58 6 | 20000 6.84 7 | 40000 13.41 8 | 60000 20.10 9 | 80000 26.51 10 | 100000 32.91 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.3.4: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.51 3 | 2000 0.87 4 | 5000 1.86 5 | 10000 3.44 6 | 20000 6.53 7 | 40000 13.10 8 | 60000 19.76 9 | 80000 26.05 10 | 100000 32.29 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.3.5: -------------------------------------------------------------------------------- 1 | 200 0.13 2 | 1000 0.50 3 | 2000 0.86 4 | 5000 1.89 5 | 10000 3.54 6 | 20000 6.75 7 | 40000 13.05 8 | 60000 19.53 9 | 80000 25.69 10 | 100000 31.98 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.4.1: -------------------------------------------------------------------------------- 1 | 200 0.14 2 | 1000 0.46 3 | 2000 0.86 4 | 5000 1.92 5 | 10000 3.65 6 | 20000 6.84 7 | 40000 13.18 8 | 60000 19.58 9 | 80000 25.90 10 | 100000 32.17 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.4.2: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.48 3 | 2000 0.86 4 | 5000 1.92 5 | 10000 3.66 6 | 20000 6.92 7 | 40000 13.57 8 | 60000 20.05 9 | 80000 26.37 10 | 100000 32.77 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.4.3: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.46 3 | 2000 0.82 4 | 5000 1.91 5 | 10000 3.68 6 | 20000 6.97 7 | 40000 13.44 8 | 60000 19.85 9 | 80000 26.14 10 | 100000 32.44 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.4.4: -------------------------------------------------------------------------------- 1 | 200 0.14 2 | 1000 0.51 3 | 2000 0.91 4 | 5000 1.98 5 | 10000 3.71 6 | 20000 6.95 7 | 40000 13.42 8 | 60000 19.73 9 | 80000 26.08 10 | 100000 32.41 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.4.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.47 3 | 2000 0.88 4 | 5000 1.89 5 | 10000 3.60 6 | 20000 6.84 7 | 40000 13.60 8 | 60000 20.48 9 | 80000 26.91 10 | 100000 33.20 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.5.1: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.40 3 | 2000 0.78 4 | 5000 1.78 5 | 10000 3.44 6 | 20000 6.47 7 | 40000 12.54 8 | 60000 18.65 9 | 80000 25.21 10 | 100000 31.52 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.5.2: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.42 3 | 2000 0.80 4 | 5000 1.85 5 | 10000 3.48 6 | 20000 6.55 7 | 40000 12.69 8 | 60000 18.88 9 | 80000 25.38 10 | 100000 31.50 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.5.3: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.45 3 | 2000 0.81 4 | 5000 1.77 5 | 10000 3.42 6 | 20000 6.57 7 | 40000 12.81 8 | 60000 18.74 9 | 80000 24.96 10 | 100000 31.08 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.5.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.41 3 | 2000 0.80 4 | 5000 1.85 5 | 10000 3.48 6 | 20000 6.56 7 | 40000 12.71 8 | 60000 18.80 9 | 80000 24.89 10 | 100000 30.87 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.5.5: -------------------------------------------------------------------------------- 1 | 200 0.09 2 | 1000 0.41 3 | 2000 0.75 4 | 5000 1.74 5 | 10000 3.44 6 | 20000 6.55 7 | 40000 12.89 8 | 60000 19.29 9 | 80000 25.50 10 | 100000 31.58 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.6.1: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.47 3 | 2000 0.84 4 | 5000 1.83 5 | 10000 3.47 6 | 20000 6.67 7 | 40000 13.07 8 | 60000 19.28 9 | 80000 25.60 10 | 100000 31.96 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.6.2: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.46 3 | 2000 0.82 4 | 5000 1.80 5 | 10000 3.44 6 | 20000 6.57 7 | 40000 12.97 8 | 60000 19.23 9 | 80000 25.60 10 | 100000 31.76 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.6.3: -------------------------------------------------------------------------------- 1 | 200 0.13 2 | 1000 0.47 3 | 2000 0.84 4 | 5000 1.88 5 | 10000 3.50 6 | 20000 6.73 7 | 40000 13.50 8 | 60000 20.30 9 | 80000 26.74 10 | 100000 33.04 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.6.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.44 3 | 2000 0.82 4 | 5000 1.80 5 | 10000 3.39 6 | 20000 6.56 7 | 40000 12.89 8 | 60000 19.14 9 | 80000 25.47 10 | 100000 31.72 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.6.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.42 3 | 2000 0.78 4 | 5000 1.74 5 | 10000 3.44 6 | 20000 6.63 7 | 40000 13.07 8 | 60000 19.26 9 | 80000 25.56 10 | 100000 32.23 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.7.1: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.49 3 | 2000 0.94 4 | 5000 1.90 5 | 10000 3.55 6 | 20000 6.72 7 | 40000 12.96 8 | 60000 19.26 9 | 80000 25.44 10 | 100000 31.80 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.7.2: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.47 3 | 2000 0.92 4 | 5000 1.86 5 | 10000 3.48 6 | 20000 6.60 7 | 40000 12.78 8 | 60000 19.00 9 | 80000 25.21 10 | 100000 31.47 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.7.3: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.46 3 | 2000 0.91 4 | 5000 1.94 5 | 10000 3.75 6 | 20000 7.01 7 | 40000 13.50 8 | 60000 19.97 9 | 80000 26.32 10 | 100000 32.83 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.7.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.45 3 | 2000 0.93 4 | 5000 1.94 5 | 10000 3.58 6 | 20000 6.92 7 | 40000 13.48 8 | 60000 19.74 9 | 80000 26.19 10 | 100000 32.49 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.7.5: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.49 3 | 2000 0.98 4 | 5000 1.94 5 | 10000 3.62 6 | 20000 7.06 7 | 40000 14.05 8 | 60000 20.86 9 | 80000 27.72 10 | 100000 34.42 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.8.1: -------------------------------------------------------------------------------- 1 | 200 0.12 2 | 1000 0.55 3 | 2000 0.99 4 | 5000 2.13 5 | 10000 3.97 6 | 20000 7.40 7 | 40000 14.03 8 | 60000 20.45 9 | 80000 26.89 10 | 100000 33.26 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.8.2: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.48 3 | 2000 0.96 4 | 5000 2.00 5 | 10000 3.78 6 | 20000 7.02 7 | 40000 13.35 8 | 60000 19.75 9 | 80000 26.04 10 | 100000 32.51 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.8.3: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.48 3 | 2000 0.91 4 | 5000 1.94 5 | 10000 3.64 6 | 20000 6.73 7 | 40000 13.11 8 | 60000 19.50 9 | 80000 25.85 10 | 100000 32.11 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.8.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.44 3 | 2000 0.88 4 | 5000 1.86 5 | 10000 3.57 6 | 20000 6.83 7 | 40000 13.29 8 | 60000 19.86 9 | 80000 26.43 10 | 100000 32.83 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.8.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.47 3 | 2000 0.86 4 | 5000 1.84 5 | 10000 3.48 6 | 20000 6.68 7 | 40000 12.95 8 | 60000 19.24 9 | 80000 25.55 10 | 100000 32.01 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.9.1: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.45 3 | 2000 0.82 4 | 5000 1.80 5 | 10000 3.43 6 | 20000 6.84 7 | 40000 13.90 8 | 60000 20.64 9 | 80000 27.11 10 | 100000 33.53 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.9.2: -------------------------------------------------------------------------------- 1 | 200 0.10 2 | 1000 0.47 3 | 2000 0.90 4 | 5000 1.90 5 | 10000 3.54 6 | 20000 6.91 7 | 40000 13.74 8 | 60000 20.99 9 | 80000 27.46 10 | 100000 33.81 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.9.3: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.43 3 | 2000 0.83 4 | 5000 1.80 5 | 10000 3.40 6 | 20000 6.75 7 | 40000 13.85 8 | 60000 20.78 9 | 80000 27.19 10 | 100000 33.71 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.9.4: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.47 3 | 2000 0.88 4 | 5000 1.90 5 | 10000 3.54 6 | 20000 6.72 7 | 40000 13.36 8 | 60000 19.67 9 | 80000 25.88 10 | 100000 32.34 11 | -------------------------------------------------------------------------------- /rawdata/quarkus/r.9.5: -------------------------------------------------------------------------------- 1 | 200 0.11 2 | 1000 0.46 3 | 2000 0.86 4 | 5000 1.85 5 | 10000 3.48 6 | 20000 6.87 7 | 40000 13.60 8 | 60000 20.19 9 | 80000 26.92 10 | 100000 33.60 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.1: -------------------------------------------------------------------------------- 1 | 200 0.61 2 | 1000 1.83 3 | 2000 2.88 4 | 5000 5.23 5 | 10000 8.25 6 | 20000 13.35 7 | 40000 20.78 8 | 60000 27.73 9 | 80000 35.44 10 | 100000 42.40 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.10: -------------------------------------------------------------------------------- 1 | 200 0.55 2 | 1000 1.66 3 | 2000 2.70 4 | 5000 4.86 5 | 10000 7.77 6 | 20000 12.57 7 | 40000 19.90 8 | 60000 27.55 9 | 80000 34.84 10 | 100000 42.10 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.2: -------------------------------------------------------------------------------- 1 | 200 0.54 2 | 1000 1.65 3 | 2000 2.72 4 | 5000 4.96 5 | 10000 8.17 6 | 20000 13.19 7 | 40000 20.75 8 | 60000 28.35 9 | 80000 36.14 10 | 100000 43.52 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.3: -------------------------------------------------------------------------------- 1 | 200 0.54 2 | 1000 1.68 3 | 2000 2.73 4 | 5000 4.98 5 | 10000 8.14 6 | 20000 13.16 7 | 40000 20.62 8 | 60000 28.20 9 | 80000 35.47 10 | 100000 42.55 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.4: -------------------------------------------------------------------------------- 1 | 200 0.52 2 | 1000 1.63 3 | 2000 2.69 4 | 5000 4.97 5 | 10000 8.01 6 | 20000 12.81 7 | 40000 19.91 8 | 60000 27.44 9 | 80000 35.14 10 | 100000 42.62 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.5: -------------------------------------------------------------------------------- 1 | 200 0.55 2 | 1000 1.68 3 | 2000 2.77 4 | 5000 4.93 5 | 10000 8.00 6 | 20000 13.11 7 | 40000 21.23 8 | 60000 28.52 9 | 80000 36.25 10 | 100000 43.90 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.6: -------------------------------------------------------------------------------- 1 | 200 0.55 2 | 1000 1.80 3 | 2000 2.95 4 | 5000 5.22 5 | 10000 8.20 6 | 20000 13.27 7 | 40000 21.00 8 | 60000 28.86 9 | 80000 36.27 10 | 100000 43.59 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.7: -------------------------------------------------------------------------------- 1 | 200 0.45 2 | 1000 1.45 3 | 2000 2.44 4 | 5000 4.47 5 | 10000 7.47 6 | 20000 12.64 7 | 40000 20.75 8 | 60000 27.99 9 | 80000 35.43 10 | 100000 42.68 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.8: -------------------------------------------------------------------------------- 1 | 200 0.46 2 | 1000 1.54 3 | 2000 2.66 4 | 5000 4.83 5 | 10000 7.80 6 | 20000 12.65 7 | 40000 20.28 8 | 60000 27.43 9 | 80000 34.77 10 | 100000 42.05 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/c.9: -------------------------------------------------------------------------------- 1 | 200 0.47 2 | 1000 1.46 3 | 2000 2.44 4 | 5000 4.56 5 | 10000 7.54 6 | 20000 12.07 7 | 40000 19.82 8 | 60000 27.51 9 | 80000 35.01 10 | 100000 42.47 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.1.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 418817555786844 prestart 2 | STARTUPTIME 418817587192009 restore-native 3 | STARTUPTIME 418817594126300 restore 4 | STARTUPTIME 418817601776358 restore-finish 5 | 2020-07-14 21:16:41.301 INFO 653092 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:15:15 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:16:41.305 INFO 653092 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.1.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 418861012700772 prestart 2 | STARTUPTIME 418861036463400 restore-native 3 | STARTUPTIME 418861043460178 restore 4 | STARTUPTIME 418861051633185 restore-finish 5 | 2020-07-14 21:17:24.821 INFO 653092 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:15:15 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:17:24.826 INFO 653092 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.1.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 418904541221223 prestart 2 | STARTUPTIME 418904559549358 restore-native 3 | STARTUPTIME 418904565854569 restore 4 | STARTUPTIME 418904573984214 restore-finish 5 | 2020-07-14 21:18:08.995 INFO 653092 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:15:15 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:18:09.002 INFO 653092 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.1.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 418948716550648 prestart 2 | STARTUPTIME 418948734996250 restore-native 3 | STARTUPTIME 418948740479884 restore 4 | STARTUPTIME 418948754659171 restore-finish 5 | 2020-07-14 21:18:53.135 INFO 653092 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:15:15 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:18:53.140 INFO 653092 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.1.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 418992855738336 prestart 2 | STARTUPTIME 418992880108544 restore-native 3 | STARTUPTIME 418992886814816 restore 4 | STARTUPTIME 418992894919751 restore-finish 5 | 2020-07-14 21:19:36.349 INFO 653092 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:15:15 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:19:36.356 INFO 653092 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.10.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421244320923014 prestart 2 | STARTUPTIME 421244338370448 restore-native 3 | STARTUPTIME 421244344012405 restore 4 | STARTUPTIME 421244353987938 restore-finish 5 | 2020-07-14 21:57:09.603 INFO 658597 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a883ce7: startup date [Tue Jul 14 21:55:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:57:09.608 INFO 658597 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.10.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421289323361592 prestart 2 | STARTUPTIME 421289342529399 restore-native 3 | STARTUPTIME 421289350484815 restore 4 | STARTUPTIME 421289360485193 restore-finish 5 | 2020-07-14 21:57:52.941 INFO 658597 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a883ce7: startup date [Tue Jul 14 21:55:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:57:52.946 INFO 658597 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.10.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421332659482343 prestart 2 | STARTUPTIME 421332678269620 restore-native 3 | STARTUPTIME 421332684687749 restore 4 | STARTUPTIME 421332691379640 restore-finish 5 | 2020-07-14 21:58:36.687 INFO 658597 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a883ce7: startup date [Tue Jul 14 21:55:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:58:36.691 INFO 658597 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.10.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421376408372231 prestart 2 | STARTUPTIME 421376429270335 restore-native 3 | STARTUPTIME 421376435929252 restore 4 | STARTUPTIME 421376442584398 restore-finish 5 | 2020-07-14 21:59:21.649 INFO 658597 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a883ce7: startup date [Tue Jul 14 21:55:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:59:21.654 INFO 658597 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.10.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421421371513041 prestart 2 | STARTUPTIME 421421388425584 restore-native 3 | STARTUPTIME 421421395208316 restore 4 | STARTUPTIME 421421401361917 restore-finish 5 | 2020-07-14 22:00:04.874 INFO 658597 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a883ce7: startup date [Tue Jul 14 21:55:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 22:00:04.878 INFO 658597 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.2.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419085156027775 prestart 2 | STARTUPTIME 419085175969937 restore-native 3 | STARTUPTIME 419085182857084 restore 4 | STARTUPTIME 419085200482396 restore-finish 5 | 2020-07-14 21:21:09.838 INFO 653705 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64729b1e: startup date [Tue Jul 14 21:19:42 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:21:09.843 INFO 653705 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.2.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419129571627565 prestart 2 | STARTUPTIME 419129614901728 restore-native 3 | STARTUPTIME 419129622192171 restore 4 | STARTUPTIME 419129680699242 restore-finish 5 | 2020-07-14 21:21:53.954 INFO 653705 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64729b1e: startup date [Tue Jul 14 21:19:42 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:21:53.962 INFO 653705 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.2.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419173676923066 prestart 2 | STARTUPTIME 419173696210186 restore-native 3 | STARTUPTIME 419173701671321 restore 4 | STARTUPTIME 419173722569817 restore-finish 5 | 2020-07-14 21:22:38.217 INFO 653705 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64729b1e: startup date [Tue Jul 14 21:19:42 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:22:38.224 INFO 653705 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.2.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419217937188277 prestart 2 | STARTUPTIME 419217958703312 restore-native 3 | STARTUPTIME 419217971543445 restore 4 | STARTUPTIME 419218000701693 restore-finish 5 | 2020-07-14 21:23:22.148 INFO 653705 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64729b1e: startup date [Tue Jul 14 21:19:42 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:23:22.154 INFO 653705 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.2.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419261867577093 prestart 2 | STARTUPTIME 419261885054912 restore-native 3 | STARTUPTIME 419261891172788 restore 4 | STARTUPTIME 419261915676684 restore-finish 5 | 2020-07-14 21:24:05.894 INFO 653705 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64729b1e: startup date [Tue Jul 14 21:19:42 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:24:05.901 INFO 653705 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.3.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419353703631285 prestart 2 | STARTUPTIME 419353721716896 restore-native 3 | STARTUPTIME 419353729800046 restore 4 | STARTUPTIME 419353739726716 restore-finish 5 | 2020-07-14 21:25:37.728 INFO 654312 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:24:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:25:37.734 INFO 654312 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.3.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419397454971503 prestart 2 | STARTUPTIME 419397474152160 restore-native 3 | STARTUPTIME 419397480244724 restore 4 | STARTUPTIME 419397490856234 restore-finish 5 | 2020-07-14 21:26:21.690 INFO 654312 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:24:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:26:21.695 INFO 654312 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.3.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419441412062788 prestart 2 | STARTUPTIME 419441431681192 restore-native 3 | STARTUPTIME 419441437647168 restore 4 | STARTUPTIME 419441450575265 restore-finish 5 | 2020-07-14 21:27:06.159 INFO 654312 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:24:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:27:06.166 INFO 654312 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.3.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419485881681036 prestart 2 | STARTUPTIME 419485899806265 restore-native 3 | STARTUPTIME 419485906379945 restore 4 | STARTUPTIME 419485918857621 restore-finish 5 | 2020-07-14 21:27:50.807 INFO 654312 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:24:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:27:50.813 INFO 654312 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.3.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419530530740981 prestart 2 | STARTUPTIME 419530548146016 restore-native 3 | STARTUPTIME 419530554632629 restore 4 | STARTUPTIME 419530566807423 restore-finish 5 | 2020-07-14 21:28:33.833 INFO 654312 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@49fc609f: startup date [Tue Jul 14 21:24:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:28:33.838 INFO 654312 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.4.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419621738861398 prestart 2 | STARTUPTIME 419621756898979 restore-native 3 | STARTUPTIME 419621763828402 restore 4 | STARTUPTIME 419621778482646 restore-finish 5 | 2020-07-14 21:30:06.472 INFO 654929 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@131276c2: startup date [Tue Jul 14 21:28:40 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:30:06.476 INFO 654929 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.4.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419666191380092 prestart 2 | STARTUPTIME 419666208689841 restore-native 3 | STARTUPTIME 419666216180415 restore 4 | STARTUPTIME 419666228151234 restore-finish 5 | 2020-07-14 21:30:51.501 INFO 654929 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@131276c2: startup date [Tue Jul 14 21:28:40 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:30:51.508 INFO 654929 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.4.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419711220892212 prestart 2 | STARTUPTIME 419711239905890 restore-native 3 | STARTUPTIME 419711250171021 restore 4 | STARTUPTIME 419711256442415 restore-finish 5 | 2020-07-14 21:31:36.408 INFO 654929 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@131276c2: startup date [Tue Jul 14 21:28:40 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:31:36.412 INFO 654929 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.4.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419756130243931 prestart 2 | STARTUPTIME 419756152707377 restore-native 3 | STARTUPTIME 419756160657950 restore 4 | STARTUPTIME 419756170599460 restore-finish 5 | 2020-07-14 21:32:21.053 INFO 654929 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@131276c2: startup date [Tue Jul 14 21:28:40 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:32:21.056 INFO 654929 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.4.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419800775020644 prestart 2 | STARTUPTIME 419800793788078 restore-native 3 | STARTUPTIME 419800799115287 restore 4 | STARTUPTIME 419800812707036 restore-finish 5 | 2020-07-14 21:33:06.104 INFO 654929 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@131276c2: startup date [Tue Jul 14 21:28:40 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:33:06.110 INFO 654929 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.5.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419895267342318 prestart 2 | STARTUPTIME 419895287784944 restore-native 3 | STARTUPTIME 419895293477313 restore 4 | STARTUPTIME 419895302585976 restore-finish 5 | 2020-07-14 21:34:39.535 INFO 655553 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:33:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:34:39.542 INFO 655553 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.5.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419939254406641 prestart 2 | STARTUPTIME 419939274692370 restore-native 3 | STARTUPTIME 419939280556945 restore 4 | STARTUPTIME 419939289355312 restore-finish 5 | 2020-07-14 21:35:24.313 INFO 655553 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:33:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:35:24.317 INFO 655553 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.5.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 419984036593717 prestart 2 | STARTUPTIME 419984055512223 restore-native 3 | STARTUPTIME 419984062095854 restore 4 | STARTUPTIME 419984072714078 restore-finish 5 | 2020-07-14 21:36:08.592 INFO 655553 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:33:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:36:08.597 INFO 655553 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.5.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420028315026884 prestart 2 | STARTUPTIME 420028335628065 restore-native 3 | STARTUPTIME 420028342612774 restore 4 | STARTUPTIME 420028350539712 restore-finish 5 | 2020-07-14 21:36:53.507 INFO 655553 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:33:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:36:53.513 INFO 655553 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.5.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420073225391878 prestart 2 | STARTUPTIME 420073245556002 restore-native 3 | STARTUPTIME 420073253964095 restore 4 | STARTUPTIME 420073262424416 restore-finish 5 | 2020-07-14 21:37:37.787 INFO 655553 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:33:12 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:37:37.794 INFO 655553 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.6.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420166640897202 prestart 2 | STARTUPTIME 420166658499231 restore-native 3 | STARTUPTIME 420166663380396 restore 4 | STARTUPTIME 420166673888922 restore-finish 5 | 2020-07-14 21:39:11.453 INFO 656163 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@57855c9a: startup date [Tue Jul 14 21:37:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:39:11.460 INFO 656163 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.6.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420211174594277 prestart 2 | STARTUPTIME 420211195927323 restore-native 3 | STARTUPTIME 420211203972761 restore 4 | STARTUPTIME 420211212151122 restore-finish 5 | 2020-07-14 21:39:56.615 INFO 656163 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@57855c9a: startup date [Tue Jul 14 21:37:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:39:56.620 INFO 656163 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.6.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420256334245931 prestart 2 | STARTUPTIME 420256352701641 restore-native 3 | STARTUPTIME 420256357409462 restore 4 | STARTUPTIME 420256370544769 restore-finish 5 | 2020-07-14 21:40:40.840 INFO 656163 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@57855c9a: startup date [Tue Jul 14 21:37:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:40:40.847 INFO 656163 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.6.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420300561906313 prestart 2 | STARTUPTIME 420300578361182 restore-native 3 | STARTUPTIME 420300583917560 restore 4 | STARTUPTIME 420300590385343 restore-finish 5 | 2020-07-14 21:41:25.208 INFO 656163 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@57855c9a: startup date [Tue Jul 14 21:37:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:41:25.215 INFO 656163 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.6.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420344927664944 prestart 2 | STARTUPTIME 420344947076026 restore-native 3 | STARTUPTIME 420344952928076 restore 4 | STARTUPTIME 420344960590466 restore-finish 5 | 2020-07-14 21:42:10.743 INFO 656163 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@57855c9a: startup date [Tue Jul 14 21:37:43 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:42:10.747 INFO 656163 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.7.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420438690625848 prestart 2 | STARTUPTIME 420438708462054 restore-native 3 | STARTUPTIME 420438717349204 restore 4 | STARTUPTIME 420438728256898 restore-finish 5 | 2020-07-14 21:43:42.225 INFO 656766 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:42:16 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:43:42.231 INFO 656766 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.7.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420481946957178 prestart 2 | STARTUPTIME 420481966357368 restore-native 3 | STARTUPTIME 420481973924940 restore 4 | STARTUPTIME 420481995830043 restore-finish 5 | 2020-07-14 21:44:26.501 INFO 656766 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:42:16 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:44:26.509 INFO 656766 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.7.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420526217558278 prestart 2 | STARTUPTIME 420526241130233 restore-native 3 | STARTUPTIME 420526247024255 restore 4 | STARTUPTIME 420526266800130 restore-finish 5 | 2020-07-14 21:45:11.362 INFO 656766 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:42:16 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:45:11.369 INFO 656766 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.7.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420571083806075 prestart 2 | STARTUPTIME 420571101891400 restore-native 3 | STARTUPTIME 420571113992357 restore 4 | STARTUPTIME 420571127725144 restore-finish 5 | 2020-07-14 21:45:56.106 INFO 656766 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:42:16 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:45:56.112 INFO 656766 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.7.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420615827864971 prestart 2 | STARTUPTIME 420615844819078 restore-native 3 | STARTUPTIME 420615850171760 restore 4 | STARTUPTIME 420615864629525 restore-finish 5 | 2020-07-14 21:46:40.617 INFO 656766 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@50b494a6: startup date [Tue Jul 14 21:42:16 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:46:40.623 INFO 656766 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.8.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420707921564560 prestart 2 | STARTUPTIME 420707939523929 restore-native 3 | STARTUPTIME 420707944356742 restore 4 | STARTUPTIME 420707960481558 restore-finish 5 | 2020-07-14 21:48:11.954 INFO 657375 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22a67b4: startup date [Tue Jul 14 21:46:46 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:48:11.960 INFO 657375 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.8.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420751676757759 prestart 2 | STARTUPTIME 420751693594715 restore-native 3 | STARTUPTIME 420751698354640 restore 4 | STARTUPTIME 420751707150977 restore-finish 5 | 2020-07-14 21:48:55.679 INFO 657375 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22a67b4: startup date [Tue Jul 14 21:46:46 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:48:55.685 INFO 657375 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.8.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420795398114005 prestart 2 | STARTUPTIME 420795417977841 restore-native 3 | STARTUPTIME 420795423070279 restore 4 | STARTUPTIME 420795437150015 restore-finish 5 | 2020-07-14 21:49:40.004 INFO 657375 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22a67b4: startup date [Tue Jul 14 21:46:46 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:49:40.010 INFO 657375 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.8.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420839721644740 prestart 2 | STARTUPTIME 420839738207492 restore-native 3 | STARTUPTIME 420839742770452 restore 4 | STARTUPTIME 420839750056365 restore-finish 5 | 2020-07-14 21:50:24.951 INFO 657375 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22a67b4: startup date [Tue Jul 14 21:46:46 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:50:24.957 INFO 657375 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.8.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420884674453102 prestart 2 | STARTUPTIME 420884691195995 restore-native 3 | STARTUPTIME 420884695797150 restore 4 | STARTUPTIME 420884704503714 restore-finish 5 | 2020-07-14 21:51:08.277 INFO 657375 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22a67b4: startup date [Tue Jul 14 21:46:46 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:51:08.284 INFO 657375 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.9.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 420976045937050 prestart 2 | STARTUPTIME 420976064104371 restore-native 3 | STARTUPTIME 420976068913957 restore 4 | STARTUPTIME 420976080481132 restore-finish 5 | 2020-07-14 21:52:40.569 INFO 657980 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1f7030a6: startup date [Tue Jul 14 21:51:14 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:52:40.575 INFO 657980 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.9.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421020288602774 prestart 2 | STARTUPTIME 421020308525279 restore-native 3 | STARTUPTIME 421020313559671 restore 4 | STARTUPTIME 421020323829889 restore-finish 5 | 2020-07-14 21:53:24.016 INFO 657980 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1f7030a6: startup date [Tue Jul 14 21:51:14 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:53:24.022 INFO 657980 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.9.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421063737504397 prestart 2 | STARTUPTIME 421063754983936 restore-native 3 | STARTUPTIME 421063759595426 restore 4 | STARTUPTIME 421063767126284 restore-finish 5 | 2020-07-14 21:54:08.398 INFO 657980 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1f7030a6: startup date [Tue Jul 14 21:51:14 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:54:08.404 INFO 657980 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.9.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421108122605231 prestart 2 | STARTUPTIME 421108140827263 restore-native 3 | STARTUPTIME 421108146490521 restore 4 | STARTUPTIME 421108154552917 restore-finish 5 | 2020-07-14 21:54:52.589 INFO 657980 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1f7030a6: startup date [Tue Jul 14 21:51:14 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:54:52.593 INFO 657980 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/log.r.9.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 421152305850039 prestart 2 | STARTUPTIME 421152324294361 restore-native 3 | STARTUPTIME 421152329677595 restore 4 | STARTUPTIME 421152337223311 restore-finish 5 | 2020-07-14 21:55:36.920 INFO 657980 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1f7030a6: startup date [Tue Jul 14 21:51:14 MSK 2020]; root of context hierarchy 6 | 2020-07-14 21:55:36.927 INFO 657980 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.1.1: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.57 3 | 2000 1.10 4 | 5000 2.29 5 | 10000 4.16 6 | 20000 7.85 7 | 40000 15.29 8 | 60000 22.61 9 | 80000 29.87 10 | 100000 37.27 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.1.2: -------------------------------------------------------------------------------- 1 | 200 0.15 2 | 1000 0.59 3 | 2000 1.08 4 | 5000 2.39 5 | 10000 4.36 6 | 20000 8.00 7 | 40000 15.33 8 | 60000 22.21 9 | 80000 29.63 10 | 100000 37.32 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.1.3: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.62 3 | 2000 1.14 4 | 5000 2.55 5 | 10000 4.55 6 | 20000 8.43 7 | 40000 15.78 8 | 60000 23.32 9 | 80000 30.52 10 | 100000 38.00 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.1.4: -------------------------------------------------------------------------------- 1 | 200 0.15 2 | 1000 0.56 3 | 2000 1.13 4 | 5000 2.41 5 | 10000 4.36 6 | 20000 8.31 7 | 40000 15.87 8 | 60000 23.32 9 | 80000 30.95 10 | 100000 37.93 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.1.5: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.58 3 | 2000 1.06 4 | 5000 2.46 5 | 10000 4.34 6 | 20000 7.87 7 | 40000 15.32 8 | 60000 22.39 9 | 80000 29.94 10 | 100000 37.04 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.10.1: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.56 3 | 2000 1.02 4 | 5000 2.30 5 | 10000 4.29 6 | 20000 8.19 7 | 40000 15.90 8 | 60000 23.63 9 | 80000 31.43 10 | 100000 38.83 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.10.2: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.57 3 | 2000 1.02 4 | 5000 2.21 5 | 10000 4.07 6 | 20000 7.96 7 | 40000 15.29 8 | 60000 22.52 9 | 80000 29.57 10 | 100000 37.14 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.10.3: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.58 3 | 2000 1.03 4 | 5000 2.23 5 | 10000 4.17 6 | 20000 8.01 7 | 40000 15.47 8 | 60000 22.85 9 | 80000 30.03 10 | 100000 37.57 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.10.4: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.57 3 | 2000 1.03 4 | 5000 2.25 5 | 10000 4.29 6 | 20000 8.17 7 | 40000 16.12 8 | 60000 23.47 9 | 80000 31.21 10 | 100000 38.76 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.10.5: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.55 3 | 2000 0.98 4 | 5000 2.21 5 | 10000 4.15 6 | 20000 7.98 7 | 40000 15.44 8 | 60000 22.67 9 | 80000 29.81 10 | 100000 37.02 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.2.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.63 3 | 2000 1.09 4 | 5000 2.29 5 | 10000 4.20 6 | 20000 8.11 7 | 40000 15.57 8 | 60000 22.83 9 | 80000 30.21 10 | 100000 38.22 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.2.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.63 3 | 2000 1.12 4 | 5000 2.43 5 | 10000 4.55 6 | 20000 8.29 7 | 40000 15.89 8 | 60000 23.65 9 | 80000 30.99 10 | 100000 37.90 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.2.3: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.69 3 | 2000 1.17 4 | 5000 2.50 5 | 10000 4.33 6 | 20000 8.15 7 | 40000 15.82 8 | 60000 23.49 9 | 80000 30.55 10 | 100000 38.09 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.2.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.64 3 | 2000 1.16 4 | 5000 2.39 5 | 10000 4.41 6 | 20000 8.09 7 | 40000 15.67 8 | 60000 23.36 9 | 80000 30.35 10 | 100000 37.73 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.2.5: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.63 3 | 2000 1.07 4 | 5000 2.23 5 | 10000 3.99 6 | 20000 7.54 7 | 40000 15.09 8 | 60000 22.51 9 | 80000 30.18 10 | 100000 37.57 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.3.1: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.60 3 | 2000 1.12 4 | 5000 2.42 5 | 10000 4.35 6 | 20000 8.17 7 | 40000 15.69 8 | 60000 23.22 9 | 80000 30.46 10 | 100000 37.54 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.3.2: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.62 3 | 2000 1.14 4 | 5000 2.41 5 | 10000 4.45 6 | 20000 8.25 7 | 40000 15.90 8 | 60000 23.17 9 | 80000 30.30 10 | 100000 37.76 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.3.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.60 3 | 2000 1.15 4 | 5000 2.54 5 | 10000 4.69 6 | 20000 8.67 7 | 40000 16.52 8 | 60000 23.70 9 | 80000 30.88 10 | 100000 38.28 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.3.4: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.63 3 | 2000 1.31 4 | 5000 2.70 5 | 10000 4.57 6 | 20000 8.39 7 | 40000 16.31 8 | 60000 23.92 9 | 80000 31.25 10 | 100000 38.48 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.3.5: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.63 3 | 2000 1.15 4 | 5000 2.53 5 | 10000 4.66 6 | 20000 8.27 7 | 40000 15.49 8 | 60000 22.59 9 | 80000 29.78 10 | 100000 36.85 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.4.1: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.64 3 | 2000 1.15 4 | 5000 2.43 5 | 10000 4.33 6 | 20000 8.33 7 | 40000 16.00 8 | 60000 23.73 9 | 80000 30.74 10 | 100000 38.26 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.4.2: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.63 3 | 2000 1.17 4 | 5000 2.42 5 | 10000 4.47 6 | 20000 8.34 7 | 40000 15.98 8 | 60000 23.20 9 | 80000 30.92 10 | 100000 38.82 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.4.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.66 3 | 2000 1.17 4 | 5000 2.43 5 | 10000 4.41 6 | 20000 8.28 7 | 40000 15.98 8 | 60000 23.61 9 | 80000 30.94 10 | 100000 38.71 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.4.4: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.66 3 | 2000 1.18 4 | 5000 2.53 5 | 10000 4.52 6 | 20000 8.38 7 | 40000 15.73 8 | 60000 23.66 9 | 80000 30.97 10 | 100000 38.46 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.4.5: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.69 3 | 2000 1.43 4 | 5000 2.75 5 | 10000 4.75 6 | 20000 8.55 7 | 40000 16.22 8 | 60000 23.64 9 | 80000 31.29 10 | 100000 38.85 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.5.1: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.64 3 | 2000 1.09 4 | 5000 2.29 5 | 10000 4.16 6 | 20000 7.90 7 | 40000 15.38 8 | 60000 22.83 9 | 80000 30.27 10 | 100000 37.79 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.5.2: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.68 3 | 2000 1.16 4 | 5000 2.36 5 | 10000 4.26 6 | 20000 8.31 7 | 40000 16.01 8 | 60000 23.39 9 | 80000 31.48 10 | 100000 38.59 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.5.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.63 3 | 2000 1.13 4 | 5000 2.37 5 | 10000 4.48 6 | 20000 8.42 7 | 40000 16.09 8 | 60000 23.65 9 | 80000 31.07 10 | 100000 38.09 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.5.4: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.71 3 | 2000 1.22 4 | 5000 2.61 5 | 10000 4.57 6 | 20000 8.54 7 | 40000 16.19 8 | 60000 23.74 9 | 80000 31.02 10 | 100000 38.74 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.5.5: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.67 3 | 2000 1.12 4 | 5000 2.37 5 | 10000 4.36 6 | 20000 8.41 7 | 40000 15.75 8 | 60000 23.17 9 | 80000 30.54 10 | 100000 38.10 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.6.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.66 3 | 2000 1.15 4 | 5000 2.43 5 | 10000 4.40 6 | 20000 8.57 7 | 40000 16.01 8 | 60000 23.61 9 | 80000 31.00 10 | 100000 38.34 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.6.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.64 3 | 2000 1.13 4 | 5000 2.56 5 | 10000 4.57 6 | 20000 8.35 7 | 40000 15.84 8 | 60000 23.66 9 | 80000 31.35 10 | 100000 38.97 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.6.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.66 3 | 2000 1.18 4 | 5000 2.56 5 | 10000 4.50 6 | 20000 8.18 7 | 40000 15.88 8 | 60000 23.03 9 | 80000 30.50 10 | 100000 38.05 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.6.4: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.58 3 | 2000 1.09 4 | 5000 2.41 5 | 10000 4.42 6 | 20000 8.16 7 | 40000 15.67 8 | 60000 23.28 9 | 80000 30.74 10 | 100000 38.16 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.6.5: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.65 3 | 2000 1.17 4 | 5000 2.49 5 | 10000 4.70 6 | 20000 8.56 7 | 40000 16.32 8 | 60000 23.87 9 | 80000 31.35 10 | 100000 39.34 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.7.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.62 3 | 2000 1.07 4 | 5000 2.30 5 | 10000 4.26 6 | 20000 7.86 7 | 40000 15.63 8 | 60000 22.80 9 | 80000 30.17 10 | 100000 37.08 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.7.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.59 3 | 2000 1.07 4 | 5000 2.37 5 | 10000 4.31 6 | 20000 8.03 7 | 40000 15.49 8 | 60000 23.10 9 | 80000 30.66 10 | 100000 38.09 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.7.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.60 3 | 2000 1.09 4 | 5000 2.36 5 | 10000 4.29 6 | 20000 8.27 7 | 40000 16.16 8 | 60000 23.70 9 | 80000 30.93 10 | 100000 38.69 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.7.4: -------------------------------------------------------------------------------- 1 | 200 0.16 2 | 1000 0.58 3 | 2000 1.08 4 | 5000 2.36 5 | 10000 4.40 6 | 20000 8.07 7 | 40000 15.84 8 | 60000 23.48 9 | 80000 31.14 10 | 100000 38.55 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.7.5: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.58 3 | 2000 1.08 4 | 5000 2.27 5 | 10000 4.18 6 | 20000 7.96 7 | 40000 15.67 8 | 60000 22.92 9 | 80000 30.76 10 | 100000 38.32 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.8.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.65 3 | 2000 1.11 4 | 5000 2.31 5 | 10000 4.19 6 | 20000 7.93 7 | 40000 15.26 8 | 60000 22.52 9 | 80000 30.17 10 | 100000 37.54 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.8.2: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.62 3 | 2000 1.06 4 | 5000 2.27 5 | 10000 4.17 6 | 20000 7.83 7 | 40000 15.37 8 | 60000 22.70 9 | 80000 30.16 10 | 100000 37.55 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.8.3: -------------------------------------------------------------------------------- 1 | 200 0.17 2 | 1000 0.62 3 | 2000 1.12 4 | 5000 2.38 5 | 10000 4.33 6 | 20000 7.97 7 | 40000 15.81 8 | 60000 23.07 9 | 80000 30.49 10 | 100000 38.13 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.8.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.70 3 | 2000 1.17 4 | 5000 2.43 5 | 10000 4.28 6 | 20000 8.36 7 | 40000 16.00 8 | 60000 23.52 9 | 80000 31.09 10 | 100000 38.77 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.8.5: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.64 3 | 2000 1.07 4 | 5000 2.35 5 | 10000 4.37 6 | 20000 8.26 7 | 40000 15.60 8 | 60000 22.61 9 | 80000 29.91 10 | 100000 37.13 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.9.1: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.66 3 | 2000 1.16 4 | 5000 2.34 5 | 10000 4.23 6 | 20000 8.14 7 | 40000 15.56 8 | 60000 22.71 9 | 80000 30.52 10 | 100000 38.06 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.9.2: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.61 3 | 2000 1.15 4 | 5000 2.46 5 | 10000 4.44 6 | 20000 8.12 7 | 40000 15.44 8 | 60000 22.79 9 | 80000 30.01 10 | 100000 37.29 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.9.3: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.62 3 | 2000 1.12 4 | 5000 2.37 5 | 10000 4.36 6 | 20000 8.33 7 | 40000 15.81 8 | 60000 23.46 9 | 80000 31.04 10 | 100000 38.17 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.9.4: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.64 3 | 2000 1.12 4 | 5000 2.32 5 | 10000 4.28 6 | 20000 8.06 7 | 40000 15.68 8 | 60000 23.30 9 | 80000 30.70 10 | 100000 37.98 11 | -------------------------------------------------------------------------------- /rawdata/spring-boot/r.9.5: -------------------------------------------------------------------------------- 1 | 200 0.18 2 | 1000 0.62 3 | 2000 1.14 4 | 5000 2.42 5 | 10000 4.34 6 | 20000 8.47 7 | 40000 16.07 8 | 60000 23.48 9 | 80000 30.69 10 | 100000 38.16 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.1: -------------------------------------------------------------------------------- 1 | 200 0.86 2 | 1000 2.71 3 | 2000 4.25 4 | 5000 7.30 5 | 10000 11.20 6 | 20000 17.94 7 | 40000 29.58 8 | 60000 40.96 9 | 80000 52.54 10 | 100000 63.61 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.10: -------------------------------------------------------------------------------- 1 | 200 0.87 2 | 1000 2.56 3 | 2000 4.10 4 | 5000 7.04 5 | 10000 11.14 6 | 20000 18.10 7 | 40000 29.67 8 | 60000 40.37 9 | 80000 50.91 10 | 100000 61.44 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.2: -------------------------------------------------------------------------------- 1 | 200 0.83 2 | 1000 2.61 3 | 2000 4.06 4 | 5000 7.24 5 | 10000 11.29 6 | 20000 18.56 7 | 40000 29.98 8 | 60000 41.34 9 | 80000 53.37 10 | 100000 65.11 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.3: -------------------------------------------------------------------------------- 1 | 200 0.93 2 | 1000 2.68 3 | 2000 4.22 4 | 5000 7.29 5 | 10000 11.52 6 | 20000 18.61 7 | 40000 29.99 8 | 60000 41.02 9 | 80000 52.14 10 | 100000 63.84 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.4: -------------------------------------------------------------------------------- 1 | 200 0.74 2 | 1000 2.44 3 | 2000 4.00 4 | 5000 7.13 5 | 10000 11.30 6 | 20000 18.53 7 | 40000 29.82 8 | 60000 40.98 9 | 80000 52.33 10 | 100000 63.30 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.5: -------------------------------------------------------------------------------- 1 | 200 0.78 2 | 1000 2.42 3 | 2000 3.93 4 | 5000 7.00 5 | 10000 11.08 6 | 20000 18.05 7 | 40000 29.60 8 | 60000 41.09 9 | 80000 52.27 10 | 100000 63.76 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.6: -------------------------------------------------------------------------------- 1 | 200 0.81 2 | 1000 2.50 3 | 2000 4.08 4 | 5000 7.19 5 | 10000 11.34 6 | 20000 18.46 7 | 40000 30.24 8 | 60000 41.86 9 | 80000 53.34 10 | 100000 65.19 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.7: -------------------------------------------------------------------------------- 1 | 200 0.79 2 | 1000 2.63 3 | 2000 4.14 4 | 5000 7.11 5 | 10000 11.16 6 | 20000 18.43 7 | 40000 29.93 8 | 60000 41.42 9 | 80000 53.14 10 | 100000 64.28 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.8: -------------------------------------------------------------------------------- 1 | 200 0.84 2 | 1000 2.52 3 | 2000 4.03 4 | 5000 7.05 5 | 10000 10.98 6 | 20000 17.74 7 | 40000 28.73 8 | 60000 39.44 9 | 80000 50.57 10 | 100000 61.07 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/c.9: -------------------------------------------------------------------------------- 1 | 200 0.82 2 | 1000 2.47 3 | 2000 3.91 4 | 5000 6.94 5 | 10000 10.89 6 | 20000 17.83 7 | 40000 29.27 8 | 60000 40.87 9 | 80000 51.70 10 | 100000 63.42 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.1.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 501750748148837 prestart 2 | STARTUPTIME 501750786159251 restore-native 3 | STARTUPTIME 501750792887269 restore 4 | STARTUPTIME 501750801996600 restore-finish 5 | 2020-07-15 17:19:14.974 INFO 684 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@610694f1: startup date [Wed Jul 15 17:17:07 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:19:14.978 INFO 684 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.1.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 501814691759325 prestart 2 | STARTUPTIME 501814723971689 restore-native 3 | STARTUPTIME 501814734605071 restore 4 | STARTUPTIME 501814745721370 restore-finish 5 | 2020-07-15 17:20:17.268 INFO 684 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@610694f1: startup date [Wed Jul 15 17:17:07 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:20:17.275 INFO 684 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.1.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 501876985339932 prestart 2 | STARTUPTIME 501877017281913 restore-native 3 | STARTUPTIME 501877026194450 restore 4 | STARTUPTIME 501877033855699 restore-finish 5 | 2020-07-15 17:21:19.274 INFO 684 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@610694f1: startup date [Wed Jul 15 17:17:07 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:21:19.280 INFO 684 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.1.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 501938988031771 prestart 2 | STARTUPTIME 501939023083252 restore-native 3 | STARTUPTIME 501939029167838 restore 4 | STARTUPTIME 501939037887395 restore-finish 5 | 2020-07-15 17:22:20.822 INFO 684 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@610694f1: startup date [Wed Jul 15 17:17:07 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:22:20.828 INFO 684 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.1.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502000536568791 prestart 2 | STARTUPTIME 502000577704012 restore-native 3 | STARTUPTIME 502000585822545 restore 4 | STARTUPTIME 502000595697883 restore-finish 5 | 2020-07-15 17:23:24.787 INFO 684 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@610694f1: startup date [Wed Jul 15 17:17:07 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:23:24.792 INFO 684 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.10.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505192677536842 prestart 2 | STARTUPTIME 505192708761793 restore-native 3 | STARTUPTIME 505192716489188 restore 4 | STARTUPTIME 505192724378747 restore-finish 5 | 2020-07-15 18:16:34.001 INFO 5908 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c3a4799: startup date [Wed Jul 15 18:14:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:16:34.006 INFO 5908 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.10.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505253715942159 prestart 2 | STARTUPTIME 505253752097434 restore-native 3 | STARTUPTIME 505253758883394 restore 4 | STARTUPTIME 505253765733042 restore-finish 5 | 2020-07-15 18:17:35.727 INFO 5908 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c3a4799: startup date [Wed Jul 15 18:14:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:17:35.732 INFO 5908 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.10.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505315443735395 prestart 2 | STARTUPTIME 505315475803113 restore-native 3 | STARTUPTIME 505315481633968 restore 4 | STARTUPTIME 505315489916035 restore-finish 5 | 2020-07-15 18:18:35.513 INFO 5908 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c3a4799: startup date [Wed Jul 15 18:14:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:18:35.519 INFO 5908 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.10.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505375229133417 prestart 2 | STARTUPTIME 505375261090523 restore-native 3 | STARTUPTIME 505375268923689 restore 4 | STARTUPTIME 505375278107701 restore-finish 5 | 2020-07-15 18:19:36.210 INFO 5908 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c3a4799: startup date [Wed Jul 15 18:14:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:19:36.216 INFO 5908 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.10.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505435927726485 prestart 2 | STARTUPTIME 505435958268513 restore-native 3 | STARTUPTIME 505435964463814 restore 4 | STARTUPTIME 505435972223497 restore-finish 5 | 2020-07-15 18:20:36.632 INFO 5908 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c3a4799: startup date [Wed Jul 15 18:14:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:20:36.637 INFO 5908 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.2.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502136123221904 prestart 2 | STARTUPTIME 502136156509304 restore-native 3 | STARTUPTIME 502136164246231 restore 4 | STARTUPTIME 502136171697532 restore-finish 5 | 2020-07-15 17:25:41.692 INFO 1258 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@23e028a9: startup date [Wed Jul 15 17:23:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:25:41.700 INFO 1258 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.2.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502201408783143 prestart 2 | STARTUPTIME 502201442800565 restore-native 3 | STARTUPTIME 502201451842233 restore 4 | STARTUPTIME 502201465474938 restore-finish 5 | 2020-07-15 17:26:45.197 INFO 1258 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@23e028a9: startup date [Wed Jul 15 17:23:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:26:45.204 INFO 1258 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.2.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502264915059637 prestart 2 | STARTUPTIME 502264947844454 restore-native 3 | STARTUPTIME 502264955831375 restore 4 | STARTUPTIME 502264972986894 restore-finish 5 | 2020-07-15 17:27:47.266 INFO 1258 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@23e028a9: startup date [Wed Jul 15 17:23:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:27:47.274 INFO 1258 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.2.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502326983860432 prestart 2 | STARTUPTIME 502327015291550 restore-native 3 | STARTUPTIME 502327025710798 restore 4 | STARTUPTIME 502327037402680 restore-finish 5 | 2020-07-15 17:28:49.287 INFO 1258 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@23e028a9: startup date [Wed Jul 15 17:23:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:28:49.295 INFO 1258 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.2.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502389004611397 prestart 2 | STARTUPTIME 502389034509205 restore-native 3 | STARTUPTIME 502389044208784 restore 4 | STARTUPTIME 502389057337127 restore-finish 5 | 2020-07-15 17:29:50.327 INFO 1258 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@23e028a9: startup date [Wed Jul 15 17:23:31 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:29:50.333 INFO 1258 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.3.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502520368480894 prestart 2 | STARTUPTIME 502520404997335 restore-native 3 | STARTUPTIME 502520411884594 restore 4 | STARTUPTIME 502520426292004 restore-finish 5 | 2020-07-15 17:32:03.528 INFO 1843 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47ef968d: startup date [Wed Jul 15 17:29:56 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:32:03.533 INFO 1843 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.3.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502583244599973 prestart 2 | STARTUPTIME 502583278597417 restore-native 3 | STARTUPTIME 502583284164947 restore 4 | STARTUPTIME 502583291421069 restore-finish 5 | 2020-07-15 17:33:06.634 INFO 1843 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47ef968d: startup date [Wed Jul 15 17:29:56 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:33:06.640 INFO 1843 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.3.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502646351464364 prestart 2 | STARTUPTIME 502646384225698 restore-native 3 | STARTUPTIME 502646391545133 restore 4 | STARTUPTIME 502646398950549 restore-finish 5 | 2020-07-15 17:34:09.436 INFO 1843 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47ef968d: startup date [Wed Jul 15 17:29:56 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:34:09.443 INFO 1843 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.3.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502709152954288 prestart 2 | STARTUPTIME 502709185069246 restore-native 3 | STARTUPTIME 502709191484251 restore 4 | STARTUPTIME 502709199725198 restore-finish 5 | 2020-07-15 17:35:13.932 INFO 1843 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47ef968d: startup date [Wed Jul 15 17:29:56 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:35:13.940 INFO 1843 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.3.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502773649049088 prestart 2 | STARTUPTIME 502773681752856 restore-native 3 | STARTUPTIME 502773688013833 restore 4 | STARTUPTIME 502773694885716 restore-finish 5 | 2020-07-15 17:36:16.958 INFO 1843 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47ef968d: startup date [Wed Jul 15 17:29:56 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:36:16.966 INFO 1843 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.4.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502906465867603 prestart 2 | STARTUPTIME 502906506020823 restore-native 3 | STARTUPTIME 502906511593166 restore 4 | STARTUPTIME 502906519856233 restore-finish 5 | 2020-07-15 17:38:29.030 INFO 2425 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d0587f1: startup date [Wed Jul 15 17:36:23 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:38:29.036 INFO 2425 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.4.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 502968744513363 prestart 2 | STARTUPTIME 502968782674945 restore-native 3 | STARTUPTIME 502968790419482 restore 4 | STARTUPTIME 502968809425429 restore-finish 5 | 2020-07-15 17:39:32.579 INFO 2425 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d0587f1: startup date [Wed Jul 15 17:36:23 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:39:32.586 INFO 2425 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.4.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503032296614501 prestart 2 | STARTUPTIME 503032334434040 restore-native 3 | STARTUPTIME 503032342064710 restore 4 | STARTUPTIME 503032348119589 restore-finish 5 | 2020-07-15 17:40:35.302 INFO 2425 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d0587f1: startup date [Wed Jul 15 17:36:23 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:40:35.309 INFO 2425 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.4.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503095013805940 prestart 2 | STARTUPTIME 503095048040739 restore-native 3 | STARTUPTIME 503095055615822 restore 4 | STARTUPTIME 503095063691338 restore-finish 5 | 2020-07-15 17:41:37.438 INFO 2425 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d0587f1: startup date [Wed Jul 15 17:36:23 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:41:37.444 INFO 2425 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.4.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503157155349264 prestart 2 | STARTUPTIME 503157187874045 restore-native 3 | STARTUPTIME 503157193444799 restore 4 | STARTUPTIME 503157200222716 restore-finish 5 | 2020-07-15 17:42:40.104 INFO 2425 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d0587f1: startup date [Wed Jul 15 17:36:23 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:42:40.110 INFO 2425 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.5.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503290071886445 prestart 2 | STARTUPTIME 503290107742729 restore-native 3 | STARTUPTIME 503290113852428 restore 4 | STARTUPTIME 503290121110016 restore-finish 5 | 2020-07-15 17:44:53.281 INFO 3010 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3224f60b: startup date [Wed Jul 15 17:42:46 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:44:53.289 INFO 3010 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.5.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503352998791717 prestart 2 | STARTUPTIME 503353028743535 restore-native 3 | STARTUPTIME 503353035596329 restore 4 | STARTUPTIME 503353041859231 restore-finish 5 | 2020-07-15 17:45:57.063 INFO 3010 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3224f60b: startup date [Wed Jul 15 17:42:46 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:45:57.071 INFO 3010 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.5.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503416777112551 prestart 2 | STARTUPTIME 503416813413467 restore-native 3 | STARTUPTIME 503416820307338 restore 4 | STARTUPTIME 503416826705209 restore-finish 5 | 2020-07-15 17:46:59.483 INFO 3010 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3224f60b: startup date [Wed Jul 15 17:42:46 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:46:59.490 INFO 3010 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.5.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503479198163490 prestart 2 | STARTUPTIME 503479235428315 restore-native 3 | STARTUPTIME 503479242008153 restore 4 | STARTUPTIME 503479252571712 restore-finish 5 | 2020-07-15 17:48:02.200 INFO 3010 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3224f60b: startup date [Wed Jul 15 17:42:46 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:48:02.211 INFO 3010 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.5.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503541917263684 prestart 2 | STARTUPTIME 503541947527127 restore-native 3 | STARTUPTIME 503541952779834 restore 4 | STARTUPTIME 503541960392879 restore-finish 5 | 2020-07-15 17:49:05.989 INFO 3010 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3224f60b: startup date [Wed Jul 15 17:42:46 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:49:05.997 INFO 3010 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.6.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503677362355833 prestart 2 | STARTUPTIME 503677397967668 restore-native 3 | STARTUPTIME 503677404160354 restore 4 | STARTUPTIME 503677412147919 restore-finish 5 | 2020-07-15 17:51:20.567 INFO 3598 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1dfe2924: startup date [Wed Jul 15 17:49:12 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:51:20.574 INFO 3598 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.6.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503740281087888 prestart 2 | STARTUPTIME 503740314268434 restore-native 3 | STARTUPTIME 503740320172024 restore 4 | STARTUPTIME 503740332196776 restore-finish 5 | 2020-07-15 17:52:24.745 INFO 3598 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1dfe2924: startup date [Wed Jul 15 17:49:12 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:52:24.754 INFO 3598 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.6.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503804462255628 prestart 2 | STARTUPTIME 503804491902149 restore-native 3 | STARTUPTIME 503804499047478 restore 4 | STARTUPTIME 503804505490113 restore-finish 5 | 2020-07-15 17:53:28.633 INFO 3598 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1dfe2924: startup date [Wed Jul 15 17:49:12 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:53:28.640 INFO 3598 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.6.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503868347676946 prestart 2 | STARTUPTIME 503868374729075 restore-native 3 | STARTUPTIME 503868384374747 restore 4 | STARTUPTIME 503868398899260 restore-finish 5 | 2020-07-15 17:54:32.054 INFO 3598 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1dfe2924: startup date [Wed Jul 15 17:49:12 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:54:32.060 INFO 3598 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.6.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 503931767809952 prestart 2 | STARTUPTIME 503931801335341 restore-native 3 | STARTUPTIME 503931807698527 restore 4 | STARTUPTIME 503931818730518 restore-finish 5 | 2020-07-15 17:55:36.232 INFO 3598 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1dfe2924: startup date [Wed Jul 15 17:49:12 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:55:36.239 INFO 3598 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.7.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504066706728817 prestart 2 | STARTUPTIME 504066744872044 restore-native 3 | STARTUPTIME 504066750635513 restore 4 | STARTUPTIME 504066758698382 restore-finish 5 | 2020-07-15 17:57:49.535 INFO 4175 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@43814d18: startup date [Wed Jul 15 17:55:42 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:57:49.540 INFO 4175 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.7.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504129252522482 prestart 2 | STARTUPTIME 504129284014066 restore-native 3 | STARTUPTIME 504129289441454 restore 4 | STARTUPTIME 504129297871572 restore-finish 5 | 2020-07-15 17:58:50.704 INFO 4175 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@43814d18: startup date [Wed Jul 15 17:55:42 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:58:50.709 INFO 4175 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.7.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504190417992093 prestart 2 | STARTUPTIME 504190453822564 restore-native 3 | STARTUPTIME 504190458914808 restore 4 | STARTUPTIME 504190466998922 restore-finish 5 | 2020-07-15 17:59:52.307 INFO 4175 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@43814d18: startup date [Wed Jul 15 17:55:42 GMT 2020]; root of context hierarchy 6 | 2020-07-15 17:59:52.312 INFO 4175 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.7.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504252023347517 prestart 2 | STARTUPTIME 504252056284002 restore-native 3 | STARTUPTIME 504252061424723 restore 4 | STARTUPTIME 504252069310623 restore-finish 5 | 2020-07-15 18:00:54.932 INFO 4175 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@43814d18: startup date [Wed Jul 15 17:55:42 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:00:54.937 INFO 4175 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.7.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504314645243558 prestart 2 | STARTUPTIME 504314681353619 restore-native 3 | STARTUPTIME 504314688656146 restore 4 | STARTUPTIME 504314697425887 restore-finish 5 | 2020-07-15 18:01:56.248 INFO 4175 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@43814d18: startup date [Wed Jul 15 17:55:42 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:01:56.254 INFO 4175 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.8.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504443548775497 prestart 2 | STARTUPTIME 504443580269856 restore-native 3 | STARTUPTIME 504443585664776 restore 4 | STARTUPTIME 504443593538379 restore-finish 5 | 2020-07-15 18:04:04.034 INFO 4754 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ae63ade: startup date [Wed Jul 15 18:02:02 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:04:04.042 INFO 4754 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.8.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504503748957317 prestart 2 | STARTUPTIME 504503789497412 restore-native 3 | STARTUPTIME 504503795599327 restore 4 | STARTUPTIME 504503803110904 restore-finish 5 | 2020-07-15 18:05:05.030 INFO 4754 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ae63ade: startup date [Wed Jul 15 18:02:02 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:05:05.037 INFO 4754 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.8.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504564746163454 prestart 2 | STARTUPTIME 504564776697825 restore-native 3 | STARTUPTIME 504564783611630 restore 4 | STARTUPTIME 504564790880980 restore-finish 5 | 2020-07-15 18:06:05.409 INFO 4754 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ae63ade: startup date [Wed Jul 15 18:02:02 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:06:05.413 INFO 4754 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.8.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504625124169518 prestart 2 | STARTUPTIME 504625159246364 restore-native 3 | STARTUPTIME 504625165508845 restore 4 | STARTUPTIME 504625171499067 restore-finish 5 | 2020-07-15 18:07:06.949 INFO 4754 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ae63ade: startup date [Wed Jul 15 18:02:02 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:07:06.954 INFO 4754 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.8.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504686666637173 prestart 2 | STARTUPTIME 504686700411347 restore-native 3 | STARTUPTIME 504686706631337 restore 4 | STARTUPTIME 504686715678978 restore-finish 5 | 2020-07-15 18:08:08.162 INFO 4754 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ae63ade: startup date [Wed Jul 15 18:02:02 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:08:08.169 INFO 4754 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.9.1: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504817794999588 prestart 2 | STARTUPTIME 504817832674430 restore-native 3 | STARTUPTIME 504817839421416 restore 4 | STARTUPTIME 504817846942904 restore-finish 5 | 2020-07-15 18:10:20.791 INFO 5331 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@694e1548: startup date [Wed Jul 15 18:08:14 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:10:20.798 INFO 5331 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.9.2: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504880505529029 prestart 2 | STARTUPTIME 504880542095873 restore-native 3 | STARTUPTIME 504880548780450 restore 4 | STARTUPTIME 504880556368370 restore-finish 5 | 2020-07-15 18:11:21.007 INFO 5331 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@694e1548: startup date [Wed Jul 15 18:08:14 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:11:21.012 INFO 5331 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.9.3: -------------------------------------------------------------------------------- 1 | STARTUPTIME 504940723392751 prestart 2 | STARTUPTIME 504940754289560 restore-native 3 | STARTUPTIME 504940762112071 restore 4 | STARTUPTIME 504940772214823 restore-finish 5 | 2020-07-15 18:12:21.825 INFO 5331 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@694e1548: startup date [Wed Jul 15 18:08:14 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:12:21.832 INFO 5331 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.9.4: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505001542094650 prestart 2 | STARTUPTIME 505001573023772 restore-native 3 | STARTUPTIME 505001579944402 restore 4 | STARTUPTIME 505001587308681 restore-finish 5 | 2020-07-15 18:13:23.267 INFO 5331 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@694e1548: startup date [Wed Jul 15 18:08:14 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:13:23.275 INFO 5331 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/log.r.9.5: -------------------------------------------------------------------------------- 1 | STARTUPTIME 505062981369911 prestart 2 | STARTUPTIME 505063017718598 restore-native 3 | STARTUPTIME 505063025675735 restore 4 | STARTUPTIME 505063031807171 restore-finish 5 | 2020-07-15 18:14:24.983 INFO 5331 --- [ Thread-2] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@694e1548: startup date [Wed Jul 15 18:08:14 GMT 2020]; root of context hierarchy 6 | 2020-07-15 18:14:24.990 INFO 5331 --- [ Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 7 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.1.1: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.79 3 | 2000 1.47 4 | 5000 3.39 5 | 10000 6.31 6 | 20000 12.12 7 | 40000 23.71 8 | 60000 35.13 9 | 80000 46.83 10 | 100000 57.74 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.1.2: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.78 3 | 2000 1.40 4 | 5000 3.18 5 | 10000 6.01 6 | 20000 11.69 7 | 40000 22.61 8 | 60000 33.61 9 | 80000 45.22 10 | 100000 56.07 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.1.3: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.78 3 | 2000 1.35 4 | 5000 3.25 5 | 10000 6.10 6 | 20000 11.72 7 | 40000 22.79 8 | 60000 33.36 9 | 80000 44.47 10 | 100000 55.83 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.1.4: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.73 3 | 2000 1.33 4 | 5000 3.22 5 | 10000 5.91 6 | 20000 11.46 7 | 40000 22.53 8 | 60000 33.66 9 | 80000 44.55 10 | 100000 55.36 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.1.5: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.76 3 | 2000 1.37 4 | 5000 3.02 5 | 10000 5.97 6 | 20000 12.02 7 | 40000 23.99 8 | 60000 35.26 9 | 80000 46.76 10 | 100000 57.78 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.10.1: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.80 3 | 2000 1.40 4 | 5000 3.20 5 | 10000 6.01 6 | 20000 11.47 7 | 40000 22.37 8 | 60000 33.21 9 | 80000 43.79 10 | 100000 54.89 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.10.2: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.68 3 | 2000 1.20 4 | 5000 3.02 5 | 10000 5.68 6 | 20000 11.25 7 | 40000 22.54 8 | 60000 33.69 9 | 80000 44.62 10 | 100000 55.54 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.10.3: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.73 3 | 2000 1.35 4 | 5000 3.23 5 | 10000 5.88 6 | 20000 11.39 7 | 40000 21.63 8 | 60000 32.58 9 | 80000 43.08 10 | 100000 53.59 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.10.4: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.75 3 | 2000 1.31 4 | 5000 3.21 5 | 10000 5.94 6 | 20000 11.44 7 | 40000 22.03 8 | 60000 33.14 9 | 80000 43.88 10 | 100000 54.51 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.10.5: -------------------------------------------------------------------------------- 1 | 200 0.23 2 | 1000 0.72 3 | 2000 1.36 4 | 5000 3.09 5 | 10000 5.98 6 | 20000 11.57 7 | 40000 21.97 8 | 60000 33.42 9 | 80000 43.86 10 | 100000 54.24 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.2.1: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.75 3 | 2000 1.37 4 | 5000 3.34 5 | 10000 6.39 6 | 20000 12.36 7 | 40000 23.97 8 | 60000 35.97 9 | 80000 47.38 10 | 100000 59.08 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.2.2: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.77 3 | 2000 1.35 4 | 5000 3.25 5 | 10000 6.12 6 | 20000 11.67 7 | 40000 23.22 8 | 60000 34.81 9 | 80000 46.47 10 | 100000 57.33 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.2.3: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.76 3 | 2000 1.38 4 | 5000 3.23 5 | 10000 6.05 6 | 20000 11.84 7 | 40000 23.46 8 | 60000 34.17 9 | 80000 45.15 10 | 100000 55.90 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.2.4: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.74 3 | 2000 1.31 4 | 5000 3.18 5 | 10000 6.10 6 | 20000 11.48 7 | 40000 22.44 8 | 60000 33.51 9 | 80000 44.43 10 | 100000 55.84 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.2.5: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.77 3 | 2000 1.43 4 | 5000 3.30 5 | 10000 6.13 6 | 20000 11.89 7 | 40000 22.86 8 | 60000 33.40 9 | 80000 44.16 10 | 100000 54.88 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.3.1: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.67 3 | 2000 1.25 4 | 5000 3.14 5 | 10000 5.89 6 | 20000 11.77 7 | 40000 23.37 8 | 60000 34.59 9 | 80000 45.66 10 | 100000 56.72 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.3.2: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.74 3 | 2000 1.35 4 | 5000 3.15 5 | 10000 6.19 6 | 20000 11.78 7 | 40000 23.23 8 | 60000 34.68 9 | 80000 45.83 10 | 100000 56.91 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.3.3: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.73 3 | 2000 1.34 4 | 5000 3.20 5 | 10000 6.15 6 | 20000 11.97 7 | 40000 23.41 8 | 60000 34.66 9 | 80000 45.82 10 | 100000 56.62 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.3.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.75 3 | 2000 1.39 4 | 5000 3.19 5 | 10000 6.13 6 | 20000 11.95 7 | 40000 24.12 8 | 60000 35.99 9 | 80000 47.37 10 | 100000 58.30 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.3.5: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.67 3 | 2000 1.27 4 | 5000 3.08 5 | 10000 5.97 6 | 20000 11.61 7 | 40000 23.00 8 | 60000 34.27 9 | 80000 45.82 10 | 100000 56.86 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.4.1: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.77 3 | 2000 1.40 4 | 5000 3.32 5 | 10000 6.16 6 | 20000 11.74 7 | 40000 23.02 8 | 60000 34.67 9 | 80000 45.36 10 | 100000 56.10 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.4.2: -------------------------------------------------------------------------------- 1 | 200 0.27 2 | 1000 0.79 3 | 2000 1.41 4 | 5000 3.34 5 | 10000 6.14 6 | 20000 11.90 7 | 40000 23.32 8 | 60000 34.78 9 | 80000 46.12 10 | 100000 57.36 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.4.3: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.79 3 | 2000 1.38 4 | 5000 3.27 5 | 10000 6.13 6 | 20000 11.58 7 | 40000 22.79 8 | 60000 34.54 9 | 80000 45.74 10 | 100000 56.54 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.4.4: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.75 3 | 2000 1.35 4 | 5000 3.17 5 | 10000 5.96 6 | 20000 11.73 7 | 40000 23.28 8 | 60000 34.52 9 | 80000 45.27 10 | 100000 55.95 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.4.5: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.73 3 | 2000 1.31 4 | 5000 3.20 5 | 10000 5.93 6 | 20000 11.54 7 | 40000 23.09 8 | 60000 34.24 9 | 80000 45.24 10 | 100000 56.47 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.5.1: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.78 3 | 2000 1.38 4 | 5000 3.16 5 | 10000 5.93 6 | 20000 12.08 7 | 40000 23.34 8 | 60000 34.45 9 | 80000 45.60 10 | 100000 56.74 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.5.2: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.77 3 | 2000 1.37 4 | 5000 3.23 5 | 10000 6.11 6 | 20000 11.84 7 | 40000 22.93 8 | 60000 34.64 9 | 80000 45.73 10 | 100000 57.60 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.5.3: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.72 3 | 2000 1.31 4 | 5000 3.20 5 | 10000 5.95 6 | 20000 11.79 7 | 40000 23.11 8 | 60000 34.30 9 | 80000 45.40 10 | 100000 56.25 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.5.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.72 3 | 2000 1.32 4 | 5000 3.25 5 | 10000 6.18 6 | 20000 12.28 7 | 40000 23.14 8 | 60000 34.12 9 | 80000 44.88 10 | 100000 56.54 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.5.5: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.74 3 | 2000 1.36 4 | 5000 3.18 5 | 10000 6.08 6 | 20000 11.93 7 | 40000 23.33 8 | 60000 34.69 9 | 80000 46.08 10 | 100000 57.63 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.6.1: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.75 3 | 2000 1.38 4 | 5000 3.35 5 | 10000 6.29 6 | 20000 12.26 7 | 40000 23.32 8 | 60000 34.39 9 | 80000 45.49 10 | 100000 56.71 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.6.2: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.76 3 | 2000 1.40 4 | 5000 3.25 5 | 10000 5.91 6 | 20000 11.94 7 | 40000 24.09 8 | 60000 35.50 9 | 80000 46.59 10 | 100000 57.97 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.6.3: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.77 3 | 2000 1.39 4 | 5000 3.32 5 | 10000 6.15 6 | 20000 11.74 7 | 40000 22.99 8 | 60000 34.51 9 | 80000 45.96 10 | 100000 57.71 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.6.4: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.75 3 | 2000 1.36 4 | 5000 3.20 5 | 10000 5.97 6 | 20000 12.04 7 | 40000 23.59 8 | 60000 34.85 9 | 80000 46.03 10 | 100000 57.24 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.6.5: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.74 3 | 2000 1.34 4 | 5000 3.14 5 | 10000 6.00 6 | 20000 11.70 7 | 40000 23.09 8 | 60000 34.93 9 | 80000 46.80 10 | 100000 57.98 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.7.1: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.77 3 | 2000 1.38 4 | 5000 3.24 5 | 10000 6.20 6 | 20000 11.96 7 | 40000 23.06 8 | 60000 34.29 9 | 80000 45.25 10 | 100000 56.36 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.7.2: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.75 3 | 2000 1.32 4 | 5000 3.05 5 | 10000 5.72 6 | 20000 11.06 7 | 40000 22.23 8 | 60000 33.07 9 | 80000 44.37 10 | 100000 54.98 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.7.3: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.69 3 | 2000 1.32 4 | 5000 3.07 5 | 10000 5.89 6 | 20000 11.27 7 | 40000 22.46 8 | 60000 33.44 9 | 80000 44.22 10 | 100000 55.41 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.7.4: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.81 3 | 2000 1.43 4 | 5000 3.20 5 | 10000 6.04 6 | 20000 11.82 7 | 40000 22.95 8 | 60000 34.26 9 | 80000 45.57 10 | 100000 56.45 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.7.5: -------------------------------------------------------------------------------- 1 | 200 0.25 2 | 1000 0.73 3 | 2000 1.31 4 | 5000 3.01 5 | 10000 5.72 6 | 20000 11.06 7 | 40000 22.04 8 | 60000 33.47 9 | 80000 44.26 10 | 100000 55.11 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.8.1: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.74 3 | 2000 1.34 4 | 5000 3.11 5 | 10000 5.73 6 | 20000 11.19 7 | 40000 21.68 8 | 60000 32.80 9 | 80000 43.55 10 | 100000 54.03 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.8.2: -------------------------------------------------------------------------------- 1 | 200 0.26 2 | 1000 0.77 3 | 2000 1.37 4 | 5000 3.20 5 | 10000 5.95 6 | 20000 11.64 7 | 40000 22.19 8 | 60000 33.08 9 | 80000 44.22 10 | 100000 54.82 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.8.3: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.77 3 | 2000 1.42 4 | 5000 3.30 5 | 10000 6.17 6 | 20000 11.61 7 | 40000 22.03 8 | 60000 32.93 9 | 80000 43.78 10 | 100000 54.20 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.8.4: -------------------------------------------------------------------------------- 1 | 200 0.22 2 | 1000 0.76 3 | 2000 1.40 4 | 5000 3.19 5 | 10000 5.83 6 | 20000 11.40 7 | 40000 22.50 8 | 60000 33.21 9 | 80000 44.33 10 | 100000 55.37 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.8.5: -------------------------------------------------------------------------------- 1 | 200 0.24 2 | 1000 0.79 3 | 2000 1.40 4 | 5000 3.11 5 | 10000 5.74 6 | 20000 11.29 7 | 40000 22.08 8 | 60000 33.31 9 | 80000 43.97 10 | 100000 55.04 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.9.1: -------------------------------------------------------------------------------- 1 | 200 0.20 2 | 1000 0.69 3 | 2000 1.30 4 | 5000 2.90 5 | 10000 5.77 6 | 20000 11.48 7 | 40000 22.79 8 | 60000 33.94 9 | 80000 45.47 10 | 100000 56.55 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.9.2: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.73 3 | 2000 1.31 4 | 5000 3.02 5 | 10000 5.89 6 | 20000 11.67 7 | 40000 22.72 8 | 60000 33.33 9 | 80000 43.62 10 | 100000 54.06 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.9.3: -------------------------------------------------------------------------------- 1 | 200 0.19 2 | 1000 0.71 3 | 2000 1.28 4 | 5000 3.01 5 | 10000 5.73 6 | 20000 11.50 7 | 40000 22.03 8 | 60000 32.75 9 | 80000 43.83 10 | 100000 54.60 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.9.4: -------------------------------------------------------------------------------- 1 | 200 0.23 2 | 1000 0.72 3 | 2000 1.26 4 | 5000 3.01 5 | 10000 5.87 6 | 20000 11.58 7 | 40000 22.62 8 | 60000 33.16 9 | 80000 44.24 10 | 100000 55.26 11 | -------------------------------------------------------------------------------- /rawdata/xml-transform/r.9.5: -------------------------------------------------------------------------------- 1 | 200 0.21 2 | 1000 0.69 3 | 2000 1.21 4 | 5000 2.93 5 | 10000 5.68 6 | 20000 11.36 7 | 40000 22.28 8 | 60000 33.28 9 | 80000 44.32 10 | 100000 55.55 11 | -------------------------------------------------------------------------------- /spring-boot.data: -------------------------------------------------------------------------------- 1 | # see startup.data 2 | 3 | 200 0.52 0.18 4 | 1000 1.64 0.62 5 | 2000 2.70 1.12 6 | 5000 4.90 2.40 7 | 10000 7.93 4.37 8 | 20000 12.88 8.19 9 | 40000 20.50 15.76 10 | 60000 27.96 23.19 11 | 80000 35.48 30.61 12 | 100000 42.79 38.04 13 | -------------------------------------------------------------------------------- /spring-boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/spring-boot.png -------------------------------------------------------------------------------- /startup.data: -------------------------------------------------------------------------------- 1 | # the data is obtained with org-crac/util/full-bench.sh on Intel i7-5500U 2 | # in container runnning Dockerfile.full-bench 3 | # started by docker run -it --privileged -v $HOME:$HOME -v $PWD:$PWD -w $PWD full-bench 4 | # running on Linux 5.7.4-arch1-1 5 | # 6 | # logs are in rawdata 7 | 8 | spring-boot 3898 38 9 | micronaut 1001 46 10 | quarkus 980 33 11 | xml-transform 4352 53 12 | -------------------------------------------------------------------------------- /startup.plot: -------------------------------------------------------------------------------- 1 | set terminal pngcairo enhanced font "Arial,12" fontscale 1.0 size 800, 500 2 | set output "startup.png" 3 | 4 | set samples 600, 600 5 | 6 | set title "Time to first operation" 7 | set xlabel "ms" 8 | 9 | set offset 0,0,10,10 10 | barwidth = 2.0 11 | barspace = -10.0 12 | 13 | unset border 14 | set tics scale 0 15 | set grid #noxtics nomxtics ytics 16 | set style fill solid noborder 17 | set xtics 1000 18 | 19 | set ytics offset 0,first -barwidth/2 20 | plot \ 21 | 'startup.data' using ($2*0.5):($0*barspace+1*barwidth):($2*0.5):(barwidth/2):yticlabel(1) title "OpenJDK" with boxxyerrorbars linecolor rgb "red" , \ 22 | 'startup.data' using ($2+20):($0*barspace+1*barwidth):2 with labels left notitle, \ 23 | 'startup.data' using ($3*0.5):($0*barspace+0*barwidth):($3*0.5):(barwidth/2) title "OpenJDK on CRaC" with boxxyerrorbars linecolor rgb "blue", \ 24 | 'startup.data' using ($3+20):($0*barspace+0*barwidth):3 with labels left notitle 25 | 26 | -------------------------------------------------------------------------------- /startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/startup.png -------------------------------------------------------------------------------- /toc.awk: -------------------------------------------------------------------------------- 1 | #!/bin/awk -f 2 | 3 | match($0, /^#(#+) (.*)/, m) { 4 | p = substr(m[1], 2) 5 | gsub("#", " ", p) 6 | link = tolower(m[2]) 7 | gsub(" ", "-", link) 8 | gsub("[/.'`]", "", link) 9 | printf "%s* [%s](#%s)\n", p, m[2], link 10 | } 11 | -------------------------------------------------------------------------------- /xml-transform.data: -------------------------------------------------------------------------------- 1 | # see startup.data 2 | 3 | 200 0.83 0.24 4 | 1000 2.55 0.75 5 | 2000 4.07 1.35 6 | 5000 7.13 3.18 7 | 10000 11.19 5.99 8 | 20000 18.23 11.69 9 | 40000 29.68 22.87 10 | 60000 40.94 34.05 11 | 80000 52.23 45.13 12 | 100000 63.50 56.13 13 | -------------------------------------------------------------------------------- /xml-transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRaC/docs/f528f3d205148f6d31aac4e7c2319a1e7d16f2af/xml-transform.png --------------------------------------------------------------------------------