Profiler

OrientDB Enterprise Edition comes with a profiler that collects all the metrics about the engine and the system where is running.

Automatic dump

When you incur in problems, the best way to produce information about OrientDB is activating a regular dump of the profiler. Set this configuration variable at start:

  1. java ... -Dprofiler.autoDump.reset=true -Dprofiler.autoDump.interval=60 -Dprofiler.enabled=true ...

This will dump the profiler in the console every 60 seconds and resets the metrics after the dump. For more information about settings look at Parameters.

Retrieve profiler metrics via HTTP

  1. http://<server>[<:port>]/profiler/<command>/[<config>]|[<from>/<to>]

Where:

  • server is the server where OrientDB is running
  • port is the http port, OrientDB listens at 2480 by default
  • command, is the command between:
    • realtime to retrieve realtime information
    • last to retrieve realtime information
    • archive to retrieve archived profiling
    • summary to retrieve summary of past profiling
    • start to start profiling
    • stop to stop profiling
    • reset to reset the profiler (equals to stop+start)
    • status to know the status of profiler
    • configure to configure profiling
    • metadata to retrieve metadata

Example:

  1. http://localhost:2480/profiler/realtime

Metric type

Chrono

Chrono are recording of operation. Each Chrono has the following values:

  • last, as the last time recorded
  • min, as the minimum time recorded
  • max, as the maximum time recorded
  • average, as the average time recorded
  • total, as the total time recorded
  • entries, as the number of times the metric has been recorded

    Counter

It’s a counter as long value that records resources.

HookValues

Are generic values of any type between the supported ones: string, number, boolean or null.

A hook value is not collected in central way, but it’s gathered at runtime by calling the hooks as callbacks.

Metric main categories

Follows the main categories of metrics:

  • db.<db-name>: database related metrics
  • db.<db-name>.cache: metrics about db’s caching
  • db.<db-name>.index: metrics about db’s indexes
  • system: system metrics like CPU, memory, OS, etc.
  • system.disk: File system metrics
  • process: not strictly related to database but to the process (JVM) that is running OrientDB as client, server or embedded
  • process.network: network metrics
  • process.runtime: process’s runtime information like memory used, etc
  • server: server related metrics

Example of profiler values extracted from the server after test suite is run (http://localhost:2480/profiler/realtime):

  1. {
  2. "realtime": {
  3. "from": 1344531312356,
  4. "to": 9223372036854776000,
  5. "hookValues": {
  6. "db.0$db.cache.level1.current": 0,
  7. "db.0$db.cache.level1.enabled": false,
  8. "db.0$db.cache.level1.max": -1,
  9. "db.0$db.cache.level2.current": 0,
  10. "db.0$db.cache.level2.enabled": true,
  11. "db.0$db.cache.level2.max": -1,
  12. "db.0$db.data.holeSize": 0,
  13. "db.0$db.data.holes": 0,
  14. "db.0$db.index.dictionary.entryPointSize": 64,
  15. "db.0$db.index.dictionary.items": 0,
  16. "db.0$db.index.dictionary.maxUpdateBeforeSave": 5000,
  17. "db.0$db.index.dictionary.optimizationThreshold": 100000,
  18. "db.1$db.cache.level1.current": 0,
  19. "db.1$db.cache.level1.enabled": false,
  20. "db.1$db.cache.level1.max": -1,
  21. "db.1$db.cache.level2.current": 0,
  22. "db.1$db.cache.level2.enabled": true,
  23. "db.1$db.cache.level2.max": -1,
  24. "db.1$db.data.holeSize": 0,
  25. "db.1$db.data.holes": 0,
  26. "db.1$db.index.dictionary.entryPointSize": 64,
  27. "db.1$db.index.dictionary.items": 0,
  28. "db.1$db.index.dictionary.maxUpdateBeforeSave": 5000,
  29. "db.1$db.index.dictionary.optimizationThreshold": 100000,
  30. "db.2$db.cache.level1.current": 0,
  31. "db.2$db.cache.level1.enabled": false,
  32. "db.2$db.cache.level1.max": -1,
  33. "db.2$db.cache.level2.current": 0,
  34. "db.2$db.cache.level2.enabled": true,
  35. "db.2$db.cache.level2.max": -1,
  36. "db.2$db.data.holeSize": 0,
  37. "db.2$db.data.holes": 0,
  38. "db.2$db.index.dictionary.entryPointSize": 64,
  39. "db.2$db.index.dictionary.items": 0,
  40. "db.2$db.index.dictionary.maxUpdateBeforeSave": 5000,
  41. "db.2$db.index.dictionary.optimizationThreshold": 100000,
  42. "db.demo.cache.level1.current": 0,
  43. "db.demo.cache.level1.enabled": false,
  44. "db.demo.cache.level1.max": -1,
  45. "db.demo.cache.level2.current": 20520,
  46. "db.demo.cache.level2.enabled": true,
  47. "db.demo.cache.level2.max": -1,
  48. "db.demo.data.holeSize": 47553,
  49. "db.demo.data.holes": 24,
  50. "db.demo.index.BaseTestClass.testParentProperty.entryPointSize": 64,
  51. "db.demo.index.BaseTestClass.testParentProperty.items": 2,
  52. "db.demo.index.BaseTestClass.testParentProperty.maxUpdateBeforeSave": 5000,
  53. "db.demo.index.BaseTestClass.testParentProperty.optimizationThreshold": 100000,
  54. "db.demo.index.ClassIndexTestCompositeEmbeddedList.entryPointSize": 64,
  55. "db.demo.index.ClassIndexTestCompositeEmbeddedList.items": 0,
  56. "db.demo.index.ClassIndexTestCompositeEmbeddedList.maxUpdateBeforeSave": 5000,
  57. "db.demo.index.ClassIndexTestCompositeEmbeddedList.optimizationThreshold": 100000,
  58. "db.demo.index.ClassIndexTestCompositeEmbeddedMap.entryPointSize": 64,
  59. "db.demo.index.ClassIndexTestCompositeEmbeddedMap.items": 0,
  60. "db.demo.index.ClassIndexTestCompositeEmbeddedMap.maxUpdateBeforeSave": 5000,
  61. "db.demo.index.ClassIndexTestCompositeEmbeddedMap.optimizationThreshold": 100000,
  62. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByKey.entryPointSize": 64,
  63. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByKey.items": 0,
  64. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByKey.maxUpdateBeforeSave": 5000,
  65. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByKey.optimizationThreshold": 100000,
  66. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByValue.entryPointSize": 64,
  67. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByValue.items": 0,
  68. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByValue.maxUpdateBeforeSave": 5000,
  69. "db.demo.index.ClassIndexTestCompositeEmbeddedMapByValue.optimizationThreshold": 100000,
  70. "db.demo.index.ClassIndexTestCompositeEmbeddedSet.entryPointSize": 64,
  71. "db.demo.index.ClassIndexTestCompositeEmbeddedSet.items": 0,
  72. "db.demo.index.ClassIndexTestCompositeEmbeddedSet.maxUpdateBeforeSave": 5000,
  73. "db.demo.index.ClassIndexTestCompositeEmbeddedSet.optimizationThreshold": 100000,
  74. "db.demo.index.ClassIndexTestCompositeLinkList.entryPointSize": 64,
  75. "db.demo.index.ClassIndexTestCompositeLinkList.items": 0,
  76. "db.demo.index.ClassIndexTestCompositeLinkList.maxUpdateBeforeSave": 5000,
  77. "db.demo.index.ClassIndexTestCompositeLinkList.optimizationThreshold": 100000,
  78. "db.demo.index.ClassIndexTestCompositeLinkMapByValue.entryPointSize": 64,
  79. "db.demo.index.ClassIndexTestCompositeLinkMapByValue.items": 0,
  80. "db.demo.index.ClassIndexTestCompositeLinkMapByValue.maxUpdateBeforeSave": 5000,
  81. "db.demo.index.ClassIndexTestCompositeLinkMapByValue.optimizationThreshold": 100000,
  82. "db.demo.index.ClassIndexTestCompositeOne.entryPointSize": 64,
  83. "db.demo.index.ClassIndexTestCompositeOne.items": 0,
  84. "db.demo.index.ClassIndexTestCompositeOne.maxUpdateBeforeSave": 5000,
  85. "db.demo.index.ClassIndexTestCompositeOne.optimizationThreshold": 100000,
  86. "db.demo.index.ClassIndexTestCompositeTwo.entryPointSize": 64,
  87. "db.demo.index.ClassIndexTestCompositeTwo.items": 0,
  88. "db.demo.index.ClassIndexTestCompositeTwo.maxUpdateBeforeSave": 5000,
  89. "db.demo.index.ClassIndexTestCompositeTwo.optimizationThreshold": 100000,
  90. "db.demo.index.ClassIndexTestDictionaryIndex.entryPointSize": 64,
  91. "db.demo.index.ClassIndexTestDictionaryIndex.items": 0,
  92. "db.demo.index.ClassIndexTestDictionaryIndex.maxUpdateBeforeSave": 5000,
  93. "db.demo.index.ClassIndexTestDictionaryIndex.optimizationThreshold": 100000,
  94. "db.demo.index.ClassIndexTestFulltextIndex.entryPointSize": 64,
  95. "db.demo.index.ClassIndexTestFulltextIndex.items": 0,
  96. "db.demo.index.ClassIndexTestFulltextIndex.maxUpdateBeforeSave": 5000,
  97. "db.demo.index.ClassIndexTestFulltextIndex.optimizationThreshold": 100000,
  98. "db.demo.index.ClassIndexTestNotUniqueIndex.entryPointSize": 64,
  99. "db.demo.index.ClassIndexTestNotUniqueIndex.items": 0,
  100. "db.demo.index.ClassIndexTestNotUniqueIndex.maxUpdateBeforeSave": 5000,
  101. "db.demo.index.ClassIndexTestNotUniqueIndex.optimizationThreshold": 100000,
  102. "db.demo.index.ClassIndexTestParentPropertyNine.entryPointSize": 64,
  103. "db.demo.index.ClassIndexTestParentPropertyNine.items": 0,
  104. "db.demo.index.ClassIndexTestParentPropertyNine.maxUpdateBeforeSave": 5000,
  105. "db.demo.index.ClassIndexTestParentPropertyNine.optimizationThreshold": 100000,
  106. "db.demo.index.ClassIndexTestPropertyByKeyEmbeddedMap.entryPointSize": 64,
  107. "db.demo.index.ClassIndexTestPropertyByKeyEmbeddedMap.items": 0,
  108. "db.demo.index.ClassIndexTestPropertyByKeyEmbeddedMap.maxUpdateBeforeSave": 5000,
  109. "db.demo.index.ClassIndexTestPropertyByKeyEmbeddedMap.optimizationThreshold": 100000,
  110. "db.demo.index.ClassIndexTestPropertyByValueEmbeddedMap.entryPointSize": 64,
  111. "db.demo.index.ClassIndexTestPropertyByValueEmbeddedMap.items": 0,
  112. "db.demo.index.ClassIndexTestPropertyByValueEmbeddedMap.maxUpdateBeforeSave": 5000,
  113. "db.demo.index.ClassIndexTestPropertyByValueEmbeddedMap.optimizationThreshold": 100000,
  114. "db.demo.index.ClassIndexTestPropertyEmbeddedMap.entryPointSize": 64,
  115. "db.demo.index.ClassIndexTestPropertyEmbeddedMap.items": 0,
  116. "db.demo.index.ClassIndexTestPropertyEmbeddedMap.maxUpdateBeforeSave": 5000,
  117. "db.demo.index.ClassIndexTestPropertyEmbeddedMap.optimizationThreshold": 100000,
  118. "db.demo.index.ClassIndexTestPropertyLinkedMap.entryPointSize": 64,
  119. "db.demo.index.ClassIndexTestPropertyLinkedMap.items": 0,
  120. "db.demo.index.ClassIndexTestPropertyLinkedMap.maxUpdateBeforeSave": 5000,
  121. "db.demo.index.ClassIndexTestPropertyLinkedMap.optimizationThreshold": 100000,
  122. "db.demo.index.ClassIndexTestPropertyLinkedMapByKey.entryPointSize": 64,
  123. "db.demo.index.ClassIndexTestPropertyLinkedMapByKey.items": 0,
  124. "db.demo.index.ClassIndexTestPropertyLinkedMapByKey.maxUpdateBeforeSave": 5000,
  125. "db.demo.index.ClassIndexTestPropertyLinkedMapByKey.optimizationThreshold": 100000,
  126. "db.demo.index.ClassIndexTestPropertyLinkedMapByValue.entryPointSize": 64,
  127. "db.demo.index.ClassIndexTestPropertyLinkedMapByValue.items": 0,
  128. "db.demo.index.ClassIndexTestPropertyLinkedMapByValue.maxUpdateBeforeSave": 5000,
  129. "db.demo.index.ClassIndexTestPropertyLinkedMapByValue.optimizationThreshold": 100000,
  130. "db.demo.index.ClassIndexTestPropertyOne.entryPointSize": 64,
  131. "db.demo.index.ClassIndexTestPropertyOne.items": 0,
  132. "db.demo.index.ClassIndexTestPropertyOne.maxUpdateBeforeSave": 5000,
  133. "db.demo.index.ClassIndexTestPropertyOne.optimizationThreshold": 100000,
  134. "db.demo.index.Collector.stringCollection.entryPointSize": 64,
  135. "db.demo.index.Collector.stringCollection.items": 0,
  136. "db.demo.index.Collector.stringCollection.maxUpdateBeforeSave": 5000,
  137. "db.demo.index.Collector.stringCollection.optimizationThreshold": 100000,
  138. "db.demo.index.DropPropertyIndexCompositeIndex.entryPointSize": 64,
  139. "db.demo.index.DropPropertyIndexCompositeIndex.items": 0,
  140. "db.demo.index.DropPropertyIndexCompositeIndex.maxUpdateBeforeSave": 5000,
  141. "db.demo.index.DropPropertyIndexCompositeIndex.optimizationThreshold": 100000,
  142. "db.demo.index.Fruit.color.entryPointSize": 64,
  143. "db.demo.index.Fruit.color.items": 0,
  144. "db.demo.index.Fruit.color.maxUpdateBeforeSave": 5000,
  145. "db.demo.index.Fruit.color.optimizationThreshold": 100000,
  146. "db.demo.index.IndexCountPlusCondition.entryPointSize": 64,
  147. "db.demo.index.IndexCountPlusCondition.items": 5,
  148. "db.demo.index.IndexCountPlusCondition.maxUpdateBeforeSave": 5000,
  149. "db.demo.index.IndexCountPlusCondition.optimizationThreshold": 100000,
  150. "db.demo.index.IndexNotUniqueIndexKeySize.entryPointSize": 64,
  151. "db.demo.index.IndexNotUniqueIndexKeySize.items": 5,
  152. "db.demo.index.IndexNotUniqueIndexKeySize.maxUpdateBeforeSave": 5000,
  153. "db.demo.index.IndexNotUniqueIndexKeySize.optimizationThreshold": 100000,
  154. "db.demo.index.IndexNotUniqueIndexSize.entryPointSize": 64,
  155. "db.demo.index.IndexNotUniqueIndexSize.items": 5,
  156. "db.demo.index.IndexNotUniqueIndexSize.maxUpdateBeforeSave": 5000,
  157. "db.demo.index.IndexNotUniqueIndexSize.optimizationThreshold": 100000,
  158. "db.demo.index.MapPoint.x.entryPointSize": 64,
  159. "db.demo.index.MapPoint.x.items": 9999,
  160. "db.demo.index.MapPoint.x.maxUpdateBeforeSave": 5000,
  161. "db.demo.index.MapPoint.x.optimizationThreshold": 100000,
  162. "db.demo.index.MapPoint.y.entryPointSize": 64,
  163. "db.demo.index.MapPoint.y.items": 10000,
  164. "db.demo.index.MapPoint.y.maxUpdateBeforeSave": 5000,
  165. "db.demo.index.MapPoint.y.optimizationThreshold": 100000,
  166. "db.demo.index.MyFruit.color.entryPointSize": 64,
  167. "db.demo.index.MyFruit.color.items": 10,
  168. "db.demo.index.MyFruit.color.maxUpdateBeforeSave": 5000,
  169. "db.demo.index.MyFruit.color.optimizationThreshold": 100000,
  170. "db.demo.index.MyFruit.flavor.entryPointSize": 64,
  171. "db.demo.index.MyFruit.flavor.items": 0,
  172. "db.demo.index.MyFruit.flavor.maxUpdateBeforeSave": 5000,
  173. "db.demo.index.MyFruit.flavor.optimizationThreshold": 100000,
  174. "db.demo.index.MyFruit.name.entryPointSize": 64,
  175. "db.demo.index.MyFruit.name.items": 5000,
  176. "db.demo.index.MyFruit.name.maxUpdateBeforeSave": 5000,
  177. "db.demo.index.MyFruit.name.optimizationThreshold": 100000,
  178. "db.demo.index.MyProfile.name.entryPointSize": 64,
  179. "db.demo.index.MyProfile.name.items": 3,
  180. "db.demo.index.MyProfile.name.maxUpdateBeforeSave": 5000,
  181. "db.demo.index.MyProfile.name.optimizationThreshold": 100000,
  182. "db.demo.index.Profile.hash.entryPointSize": 64,
  183. "db.demo.index.Profile.hash.items": 5,
  184. "db.demo.index.Profile.hash.maxUpdateBeforeSave": 5000,
  185. "db.demo.index.Profile.hash.optimizationThreshold": 100000,
  186. "db.demo.index.Profile.name.entryPointSize": 64,
  187. "db.demo.index.Profile.name.items": 20,
  188. "db.demo.index.Profile.name.maxUpdateBeforeSave": 5000,
  189. "db.demo.index.Profile.name.optimizationThreshold": 100000,
  190. "db.demo.index.Profile.nick.entryPointSize": 64,
  191. "db.demo.index.Profile.nick.items": 38,
  192. "db.demo.index.Profile.nick.maxUpdateBeforeSave": 5000,
  193. "db.demo.index.Profile.nick.optimizationThreshold": 100000,
  194. "db.demo.index.PropertyIndexFirstIndex.entryPointSize": 64,
  195. "db.demo.index.PropertyIndexFirstIndex.items": 0,
  196. "db.demo.index.PropertyIndexFirstIndex.maxUpdateBeforeSave": 5000,
  197. "db.demo.index.PropertyIndexFirstIndex.optimizationThreshold": 100000,
  198. "db.demo.index.PropertyIndexSecondIndex.entryPointSize": 64,
  199. "db.demo.index.PropertyIndexSecondIndex.items": 0,
  200. "db.demo.index.PropertyIndexSecondIndex.maxUpdateBeforeSave": 5000,
  201. "db.demo.index.PropertyIndexSecondIndex.optimizationThreshold": 100000,
  202. "db.demo.index.PropertyIndexTestClass.prop1.entryPointSize": 64,
  203. "db.demo.index.PropertyIndexTestClass.prop1.items": 0,
  204. "db.demo.index.PropertyIndexTestClass.prop1.maxUpdateBeforeSave": 5000,
  205. "db.demo.index.PropertyIndexTestClass.prop1.optimizationThreshold": 100000,
  206. "db.demo.index.SQLDropClassCompositeIndex.entryPointSize": 64,
  207. "db.demo.index.SQLDropClassCompositeIndex.items": 0,
  208. "db.demo.index.SQLDropClassCompositeIndex.maxUpdateBeforeSave": 5000,
  209. "db.demo.index.SQLDropClassCompositeIndex.optimizationThreshold": 100000,
  210. "db.demo.index.SQLDropIndexCompositeIndex.entryPointSize": 64,
  211. "db.demo.index.SQLDropIndexCompositeIndex.items": 0,
  212. "db.demo.index.SQLDropIndexCompositeIndex.maxUpdateBeforeSave": 5000,
  213. "db.demo.index.SQLDropIndexCompositeIndex.optimizationThreshold": 100000,
  214. "db.demo.index.SQLDropIndexTestClass.prop1.entryPointSize": 64,
  215. "db.demo.index.SQLDropIndexTestClass.prop1.items": 0,
  216. "db.demo.index.SQLDropIndexTestClass.prop1.maxUpdateBeforeSave": 5000,
  217. "db.demo.index.SQLDropIndexTestClass.prop1.optimizationThreshold": 100000,
  218. "db.demo.index.SQLDropIndexWithoutClass.entryPointSize": 64,
  219. "db.demo.index.SQLDropIndexWithoutClass.items": 0,
  220. "db.demo.index.SQLDropIndexWithoutClass.maxUpdateBeforeSave": 5000,
  221. "db.demo.index.SQLDropIndexWithoutClass.optimizationThreshold": 100000,
  222. "db.demo.index.SQLSelectCompositeIndexDirectSearchTestIndex.entryPointSize": 64,
  223. "db.demo.index.SQLSelectCompositeIndexDirectSearchTestIndex.items": 0,
  224. "db.demo.index.SQLSelectCompositeIndexDirectSearchTestIndex.maxUpdateBeforeSave": 5000,
  225. "db.demo.index.SQLSelectCompositeIndexDirectSearchTestIndex.optimizationThreshold": 100000,
  226. "db.demo.index.SchemaSharedIndexCompositeIndex.entryPointSize": 64,
  227. "db.demo.index.SchemaSharedIndexCompositeIndex.items": 0,
  228. "db.demo.index.SchemaSharedIndexCompositeIndex.maxUpdateBeforeSave": 5000,
  229. "db.demo.index.SchemaSharedIndexCompositeIndex.optimizationThreshold": 100000,
  230. "db.demo.index.TRPerson.name.entryPointSize": 64,
  231. "db.demo.index.TRPerson.name.items": 4,
  232. "db.demo.index.TRPerson.name.maxUpdateBeforeSave": 5000,
  233. "db.demo.index.TRPerson.name.optimizationThreshold": 100000,
  234. "db.demo.index.TRPerson.surname.entryPointSize": 64,
  235. "db.demo.index.TRPerson.surname.items": 3,
  236. "db.demo.index.TRPerson.surname.maxUpdateBeforeSave": 5000,
  237. "db.demo.index.TRPerson.surname.optimizationThreshold": 100000,
  238. "db.demo.index.TestClass.name.entryPointSize": 64,
  239. "db.demo.index.TestClass.name.items": 2,
  240. "db.demo.index.TestClass.name.maxUpdateBeforeSave": 5000,
  241. "db.demo.index.TestClass.name.optimizationThreshold": 100000,
  242. "db.demo.index.TestClass.testLink.entryPointSize": 64,
  243. "db.demo.index.TestClass.testLink.items": 2,
  244. "db.demo.index.TestClass.testLink.maxUpdateBeforeSave": 5000,
  245. "db.demo.index.TestClass.testLink.optimizationThreshold": 100000,
  246. "db.demo.index.TransactionUniqueIndexWithDotTest.label.entryPointSize": 64,
  247. "db.demo.index.TransactionUniqueIndexWithDotTest.label.items": 1,
  248. "db.demo.index.TransactionUniqueIndexWithDotTest.label.maxUpdateBeforeSave": 5000,
  249. "db.demo.index.TransactionUniqueIndexWithDotTest.label.optimizationThreshold": 100000,
  250. "db.demo.index.Whiz.account.entryPointSize": 64,
  251. "db.demo.index.Whiz.account.items": 1,
  252. "db.demo.index.Whiz.account.maxUpdateBeforeSave": 5000,
  253. "db.demo.index.Whiz.account.optimizationThreshold": 100000,
  254. "db.demo.index.Whiz.text.entryPointSize": 64,
  255. "db.demo.index.Whiz.text.items": 275,
  256. "db.demo.index.Whiz.text.maxUpdateBeforeSave": 5000,
  257. "db.demo.index.Whiz.text.optimizationThreshold": 100000,
  258. "db.demo.index.a.entryPointSize": 64,
  259. "db.demo.index.a.items": 0,
  260. "db.demo.index.a.maxUpdateBeforeSave": 5000,
  261. "db.demo.index.a.optimizationThreshold": 100000,
  262. "db.demo.index.anotherproperty.entryPointSize": 64,
  263. "db.demo.index.anotherproperty.items": 0,
  264. "db.demo.index.anotherproperty.maxUpdateBeforeSave": 5000,
  265. "db.demo.index.anotherproperty.optimizationThreshold": 100000,
  266. "db.demo.index.byte-array-manualIndex-notunique.entryPointSize": 64,
  267. "db.demo.index.byte-array-manualIndex-notunique.items": 6,
  268. "db.demo.index.byte-array-manualIndex-notunique.maxUpdateBeforeSave": 5000,
  269. "db.demo.index.byte-array-manualIndex-notunique.optimizationThreshold": 100000,
  270. "db.demo.index.byte-array-manualIndex.entryPointSize": 64,
  271. "db.demo.index.byte-array-manualIndex.items": 11,
  272. "db.demo.index.byte-array-manualIndex.maxUpdateBeforeSave": 5000,
  273. "db.demo.index.byte-array-manualIndex.optimizationThreshold": 100000,
  274. "db.demo.index.byteArrayKeyIndex.entryPointSize": 64,
  275. "db.demo.index.byteArrayKeyIndex.items": 2,
  276. "db.demo.index.byteArrayKeyIndex.maxUpdateBeforeSave": 5000,
  277. "db.demo.index.byteArrayKeyIndex.optimizationThreshold": 100000,
  278. "db.demo.index.classIndexManagerComposite.entryPointSize": 64,
  279. "db.demo.index.classIndexManagerComposite.items": 0,
  280. "db.demo.index.classIndexManagerComposite.maxUpdateBeforeSave": 5000,
  281. "db.demo.index.classIndexManagerComposite.optimizationThreshold": 100000,
  282. "db.demo.index.classIndexManagerTestClass.prop1.entryPointSize": 64,
  283. "db.demo.index.classIndexManagerTestClass.prop1.items": 0,
  284. "db.demo.index.classIndexManagerTestClass.prop1.maxUpdateBeforeSave": 5000,
  285. "db.demo.index.classIndexManagerTestClass.prop1.optimizationThreshold": 100000,
  286. "db.demo.index.classIndexManagerTestClass.prop2.entryPointSize": 64,
  287. "db.demo.index.classIndexManagerTestClass.prop2.items": 0,
  288. "db.demo.index.classIndexManagerTestClass.prop2.maxUpdateBeforeSave": 5000,
  289. "db.demo.index.classIndexManagerTestClass.prop2.optimizationThreshold": 100000,
  290. "db.demo.index.classIndexManagerTestClass.prop4.entryPointSize": 64,
  291. "db.demo.index.classIndexManagerTestClass.prop4.items": 0,
  292. "db.demo.index.classIndexManagerTestClass.prop4.maxUpdateBeforeSave": 5000,
  293. "db.demo.index.classIndexManagerTestClass.prop4.optimizationThreshold": 100000,
  294. "db.demo.index.classIndexManagerTestClass.prop6.entryPointSize": 64,
  295. "db.demo.index.classIndexManagerTestClass.prop6.items": 0,
  296. "db.demo.index.classIndexManagerTestClass.prop6.maxUpdateBeforeSave": 5000,
  297. "db.demo.index.classIndexManagerTestClass.prop6.optimizationThreshold": 100000,
  298. "db.demo.index.classIndexManagerTestIndexByKey.entryPointSize": 64,
  299. "db.demo.index.classIndexManagerTestIndexByKey.items": 0,
  300. "db.demo.index.classIndexManagerTestIndexByKey.maxUpdateBeforeSave": 5000,
  301. "db.demo.index.classIndexManagerTestIndexByKey.optimizationThreshold": 100000,
  302. "db.demo.index.classIndexManagerTestIndexByValue.entryPointSize": 64,
  303. "db.demo.index.classIndexManagerTestIndexByValue.items": 0,
  304. "db.demo.index.classIndexManagerTestIndexByValue.maxUpdateBeforeSave": 5000,
  305. "db.demo.index.classIndexManagerTestIndexByValue.optimizationThreshold": 100000,
  306. "db.demo.index.classIndexManagerTestIndexValueAndCollection.entryPointSize": 64,
  307. "db.demo.index.classIndexManagerTestIndexValueAndCollection.items": 0,
  308. "db.demo.index.classIndexManagerTestIndexValueAndCollection.maxUpdateBeforeSave": 5000,
  309. "db.demo.index.classIndexManagerTestIndexValueAndCollection.optimizationThreshold": 100000,
  310. "db.demo.index.classIndexManagerTestSuperClass.prop0.entryPointSize": 64,
  311. "db.demo.index.classIndexManagerTestSuperClass.prop0.items": 0,
  312. "db.demo.index.classIndexManagerTestSuperClass.prop0.maxUpdateBeforeSave": 5000,
  313. "db.demo.index.classIndexManagerTestSuperClass.prop0.optimizationThreshold": 100000,
  314. "db.demo.index.compositeByteArrayKey.entryPointSize": 64,
  315. "db.demo.index.compositeByteArrayKey.items": 4,
  316. "db.demo.index.compositeByteArrayKey.maxUpdateBeforeSave": 5000,
  317. "db.demo.index.compositeByteArrayKey.optimizationThreshold": 100000,
  318. "db.demo.index.compositeIndexWithoutSchema.entryPointSize": 64,
  319. "db.demo.index.compositeIndexWithoutSchema.items": 0,
  320. "db.demo.index.compositeIndexWithoutSchema.maxUpdateBeforeSave": 5000,
  321. "db.demo.index.compositeIndexWithoutSchema.optimizationThreshold": 100000,
  322. "db.demo.index.compositeone.entryPointSize": 64,
  323. "db.demo.index.compositeone.items": 0,
  324. "db.demo.index.compositeone.maxUpdateBeforeSave": 5000,
  325. "db.demo.index.compositeone.optimizationThreshold": 100000,
  326. "db.demo.index.compositetwo.entryPointSize": 64,
  327. "db.demo.index.compositetwo.items": 0,
  328. "db.demo.index.compositetwo.maxUpdateBeforeSave": 5000,
  329. "db.demo.index.compositetwo.optimizationThreshold": 100000,
  330. "db.demo.index.curotorCompositeIndex.entryPointSize": 64,
  331. "db.demo.index.curotorCompositeIndex.items": 0,
  332. "db.demo.index.curotorCompositeIndex.maxUpdateBeforeSave": 5000,
  333. "db.demo.index.curotorCompositeIndex.optimizationThreshold": 100000,
  334. "db.demo.index.dictionary.entryPointSize": 64,
  335. "db.demo.index.dictionary.items": 2,
  336. "db.demo.index.dictionary.maxUpdateBeforeSave": 5000,
  337. "db.demo.index.dictionary.optimizationThreshold": 100000,
  338. "db.demo.index.diplomaThesisUnique.entryPointSize": 64,
  339. "db.demo.index.diplomaThesisUnique.items": 3,
  340. "db.demo.index.diplomaThesisUnique.maxUpdateBeforeSave": 5000,
  341. "db.demo.index.diplomaThesisUnique.optimizationThreshold": 100000,
  342. "db.demo.index.equalityIdx.entryPointSize": 64,
  343. "db.demo.index.equalityIdx.items": 0,
  344. "db.demo.index.equalityIdx.maxUpdateBeforeSave": 5000,
  345. "db.demo.index.equalityIdx.optimizationThreshold": 100000,
  346. "db.demo.index.idx.entryPointSize": 64,
  347. "db.demo.index.idx.items": 2,
  348. "db.demo.index.idx.maxUpdateBeforeSave": 5000,
  349. "db.demo.index.idx.optimizationThreshold": 100000,
  350. "db.demo.index.idxTerm.entryPointSize": 64,
  351. "db.demo.index.idxTerm.items": 1,
  352. "db.demo.index.idxTerm.maxUpdateBeforeSave": 5000,
  353. "db.demo.index.idxTerm.optimizationThreshold": 100000,
  354. "db.demo.index.idxTransactionUniqueIndexTest.entryPointSize": 64,
  355. "db.demo.index.idxTransactionUniqueIndexTest.items": 1,
  356. "db.demo.index.idxTransactionUniqueIndexTest.maxUpdateBeforeSave": 5000,
  357. "db.demo.index.idxTransactionUniqueIndexTest.optimizationThreshold": 100000,
  358. "db.demo.index.idxTxAwareMultiValueGetEntriesTest.entryPointSize": 64,
  359. "db.demo.index.idxTxAwareMultiValueGetEntriesTest.items": 0,
  360. "db.demo.index.idxTxAwareMultiValueGetEntriesTest.maxUpdateBeforeSave": 5000,
  361. "db.demo.index.idxTxAwareMultiValueGetEntriesTest.optimizationThreshold": 100000,
  362. "db.demo.index.idxTxAwareMultiValueGetTest.entryPointSize": 64,
  363. "db.demo.index.idxTxAwareMultiValueGetTest.items": 0,
  364. "db.demo.index.idxTxAwareMultiValueGetTest.maxUpdateBeforeSave": 5000,
  365. "db.demo.index.idxTxAwareMultiValueGetTest.optimizationThreshold": 100000,
  366. "db.demo.index.idxTxAwareMultiValueGetValuesTest.entryPointSize": 64,
  367. "db.demo.index.idxTxAwareMultiValueGetValuesTest.items": 0,
  368. "db.demo.index.idxTxAwareMultiValueGetValuesTest.maxUpdateBeforeSave": 5000,
  369. "db.demo.index.idxTxAwareMultiValueGetValuesTest.optimizationThreshold": 100000,
  370. "db.demo.index.idxTxAwareOneValueGetEntriesTest.entryPointSize": 64,
  371. "db.demo.index.idxTxAwareOneValueGetEntriesTest.items": 0,
  372. "db.demo.index.idxTxAwareOneValueGetEntriesTest.maxUpdateBeforeSave": 5000,
  373. "db.demo.index.idxTxAwareOneValueGetEntriesTest.optimizationThreshold": 100000,
  374. "db.demo.index.idxTxAwareOneValueGetTest.entryPointSize": 64,
  375. "db.demo.index.idxTxAwareOneValueGetTest.items": 0,
  376. "db.demo.index.idxTxAwareOneValueGetTest.maxUpdateBeforeSave": 5000,
  377. "db.demo.index.idxTxAwareOneValueGetTest.optimizationThreshold": 100000,
  378. "db.demo.index.idxTxAwareOneValueGetValuesTest.entryPointSize": 64,
  379. "db.demo.index.idxTxAwareOneValueGetValuesTest.items": 0,
  380. "db.demo.index.idxTxAwareOneValueGetValuesTest.maxUpdateBeforeSave": 5000,
  381. "db.demo.index.idxTxAwareOneValueGetValuesTest.optimizationThreshold": 100000,
  382. "db.demo.index.inIdx.entryPointSize": 64,
  383. "db.demo.index.inIdx.items": 0,
  384. "db.demo.index.inIdx.maxUpdateBeforeSave": 5000,
  385. "db.demo.index.inIdx.optimizationThreshold": 100000,
  386. "db.demo.index.indexForMap.entryPointSize": 64,
  387. "db.demo.index.indexForMap.items": 0,
  388. "db.demo.index.indexForMap.maxUpdateBeforeSave": 5000,
  389. "db.demo.index.indexForMap.optimizationThreshold": 100000,
  390. "db.demo.index.indexWithoutSchema.entryPointSize": 64,
  391. "db.demo.index.indexWithoutSchema.items": 0,
  392. "db.demo.index.indexWithoutSchema.maxUpdateBeforeSave": 5000,
  393. "db.demo.index.indexWithoutSchema.optimizationThreshold": 100000,
  394. "db.demo.index.indexfive.entryPointSize": 64,
  395. "db.demo.index.indexfive.items": 0,
  396. "db.demo.index.indexfive.maxUpdateBeforeSave": 5000,
  397. "db.demo.index.indexfive.optimizationThreshold": 100000,
  398. "db.demo.index.indexfour.entryPointSize": 64,
  399. "db.demo.index.indexfour.items": 0,
  400. "db.demo.index.indexfour.maxUpdateBeforeSave": 5000,
  401. "db.demo.index.indexfour.optimizationThreshold": 100000,
  402. "db.demo.index.indexone.entryPointSize": 64,
  403. "db.demo.index.indexone.items": 0,
  404. "db.demo.index.indexone.maxUpdateBeforeSave": 5000,
  405. "db.demo.index.indexone.optimizationThreshold": 100000,
  406. "db.demo.index.indexsix.entryPointSize": 64,
  407. "db.demo.index.indexsix.items": 0,
  408. "db.demo.index.indexsix.maxUpdateBeforeSave": 5000,
  409. "db.demo.index.indexsix.optimizationThreshold": 100000,
  410. "db.demo.index.indexthree.entryPointSize": 64,
  411. "db.demo.index.indexthree.items": 0,
  412. "db.demo.index.indexthree.maxUpdateBeforeSave": 5000,
  413. "db.demo.index.indexthree.optimizationThreshold": 100000,
  414. "db.demo.index.indextwo.entryPointSize": 64,
  415. "db.demo.index.indextwo.items": 0,
  416. "db.demo.index.indextwo.maxUpdateBeforeSave": 5000,
  417. "db.demo.index.indextwo.optimizationThreshold": 100000,
  418. "db.demo.index.linkCollectionIndex.entryPointSize": 64,
  419. "db.demo.index.linkCollectionIndex.items": 0,
  420. "db.demo.index.linkCollectionIndex.maxUpdateBeforeSave": 5000,
  421. "db.demo.index.linkCollectionIndex.optimizationThreshold": 100000,
  422. "db.demo.index.lpirtCurator.name.entryPointSize": 64,
  423. "db.demo.index.lpirtCurator.name.items": 0,
  424. "db.demo.index.lpirtCurator.name.maxUpdateBeforeSave": 5000,
  425. "db.demo.index.lpirtCurator.name.optimizationThreshold": 100000,
  426. "db.demo.index.lpirtCurator.salary.entryPointSize": 64,
  427. "db.demo.index.lpirtCurator.salary.items": 0,
  428. "db.demo.index.lpirtCurator.salary.maxUpdateBeforeSave": 5000,
  429. "db.demo.index.lpirtCurator.salary.optimizationThreshold": 100000,
  430. "db.demo.index.lpirtDiploma.GPA.entryPointSize": 64,
  431. "db.demo.index.lpirtDiploma.GPA.items": 3,
  432. "db.demo.index.lpirtDiploma.GPA.maxUpdateBeforeSave": 5000,
  433. "db.demo.index.lpirtDiploma.GPA.optimizationThreshold": 100000,
  434. "db.demo.index.lpirtDiploma.thesis.entryPointSize": 64,
  435. "db.demo.index.lpirtDiploma.thesis.items": 54,
  436. "db.demo.index.lpirtDiploma.thesis.maxUpdateBeforeSave": 5000,
  437. "db.demo.index.lpirtDiploma.thesis.optimizationThreshold": 100000,
  438. "db.demo.index.lpirtGroup.curator.entryPointSize": 64,
  439. "db.demo.index.lpirtGroup.curator.items": 0,
  440. "db.demo.index.lpirtGroup.curator.maxUpdateBeforeSave": 5000,
  441. "db.demo.index.lpirtGroup.curator.optimizationThreshold": 100000,
  442. "db.demo.index.lpirtGroup.name.entryPointSize": 64,
  443. "db.demo.index.lpirtGroup.name.items": 0,
  444. "db.demo.index.lpirtGroup.name.maxUpdateBeforeSave": 5000,
  445. "db.demo.index.lpirtGroup.name.optimizationThreshold": 100000,
  446. "db.demo.index.lpirtStudent.group.entryPointSize": 64,
  447. "db.demo.index.lpirtStudent.group.items": 0,
  448. "db.demo.index.lpirtStudent.group.maxUpdateBeforeSave": 5000,
  449. "db.demo.index.lpirtStudent.group.optimizationThreshold": 100000,
  450. "db.demo.index.lpirtStudent.name.entryPointSize": 64,
  451. "db.demo.index.lpirtStudent.name.items": 0,
  452. "db.demo.index.lpirtStudent.name.maxUpdateBeforeSave": 5000,
  453. "db.demo.index.lpirtStudent.name.optimizationThreshold": 100000,
  454. "db.demo.index.manualTxIndexTest.entryPointSize": 64,
  455. "db.demo.index.manualTxIndexTest.items": 1,
  456. "db.demo.index.manualTxIndexTest.maxUpdateBeforeSave": 5000,
  457. "db.demo.index.manualTxIndexTest.optimizationThreshold": 100000,
  458. "db.demo.index.mapIndexTestKey.entryPointSize": 64,
  459. "db.demo.index.mapIndexTestKey.items": 0,
  460. "db.demo.index.mapIndexTestKey.maxUpdateBeforeSave": 5000,
  461. "db.demo.index.mapIndexTestKey.optimizationThreshold": 100000,
  462. "db.demo.index.mapIndexTestValue.entryPointSize": 64,
  463. "db.demo.index.mapIndexTestValue.items": 0,
  464. "db.demo.index.mapIndexTestValue.maxUpdateBeforeSave": 5000,
  465. "db.demo.index.mapIndexTestValue.optimizationThreshold": 100000,
  466. "db.demo.index.newV.f_int.entryPointSize": 64,
  467. "db.demo.index.newV.f_int.items": 3,
  468. "db.demo.index.newV.f_int.maxUpdateBeforeSave": 5000,
  469. "db.demo.index.newV.f_int.optimizationThreshold": 100000,
  470. "db.demo.index.nullkey.entryPointSize": 64,
  471. "db.demo.index.nullkey.items": 0,
  472. "db.demo.index.nullkey.maxUpdateBeforeSave": 5000,
  473. "db.demo.index.nullkey.optimizationThreshold": 100000,
  474. "db.demo.index.nullkeytwo.entryPointSize": 64,
  475. "db.demo.index.nullkeytwo.items": 0,
  476. "db.demo.index.nullkeytwo.maxUpdateBeforeSave": 5000,
  477. "db.demo.index.nullkeytwo.optimizationThreshold": 100000,
  478. "db.demo.index.propOne1.entryPointSize": 64,
  479. "db.demo.index.propOne1.items": 0,
  480. "db.demo.index.propOne1.maxUpdateBeforeSave": 5000,
  481. "db.demo.index.propOne1.optimizationThreshold": 100000,
  482. "db.demo.index.propOne2.entryPointSize": 64,
  483. "db.demo.index.propOne2.items": 0,
  484. "db.demo.index.propOne2.maxUpdateBeforeSave": 5000,
  485. "db.demo.index.propOne2.optimizationThreshold": 100000,
  486. "db.demo.index.propOne3.entryPointSize": 64,
  487. "db.demo.index.propOne3.items": 0,
  488. "db.demo.index.propOne3.maxUpdateBeforeSave": 5000,
  489. "db.demo.index.propOne3.optimizationThreshold": 100000,
  490. "db.demo.index.propOne4.entryPointSize": 64,
  491. "db.demo.index.propOne4.items": 0,
  492. "db.demo.index.propOne4.maxUpdateBeforeSave": 5000,
  493. "db.demo.index.propOne4.optimizationThreshold": 100000,
  494. "db.demo.index.propertyone.entryPointSize": 64,
  495. "db.demo.index.propertyone.items": 0,
  496. "db.demo.index.propertyone.maxUpdateBeforeSave": 5000,
  497. "db.demo.index.propertyone.optimizationThreshold": 100000,
  498. "db.demo.index.simplekey.entryPointSize": 64,
  499. "db.demo.index.simplekey.items": 0,
  500. "db.demo.index.simplekey.maxUpdateBeforeSave": 5000,
  501. "db.demo.index.simplekey.optimizationThreshold": 100000,
  502. "db.demo.index.simplekeytwo.entryPointSize": 64,
  503. "db.demo.index.simplekeytwo.items": 0,
  504. "db.demo.index.simplekeytwo.maxUpdateBeforeSave": 5000,
  505. "db.demo.index.simplekeytwo.optimizationThreshold": 100000,
  506. "db.demo.index.sqlCreateIndexCompositeIndex.entryPointSize": 64,
  507. "db.demo.index.sqlCreateIndexCompositeIndex.items": 0,
  508. "db.demo.index.sqlCreateIndexCompositeIndex.maxUpdateBeforeSave": 5000,
  509. "db.demo.index.sqlCreateIndexCompositeIndex.optimizationThreshold": 100000,
  510. "db.demo.index.sqlCreateIndexCompositeIndex2.entryPointSize": 64,
  511. "db.demo.index.sqlCreateIndexCompositeIndex2.items": 0,
  512. "db.demo.index.sqlCreateIndexCompositeIndex2.maxUpdateBeforeSave": 5000,
  513. "db.demo.index.sqlCreateIndexCompositeIndex2.optimizationThreshold": 100000,
  514. "db.demo.index.sqlCreateIndexEmbeddedListIndex.entryPointSize": 64,
  515. "db.demo.index.sqlCreateIndexEmbeddedListIndex.items": 0,
  516. "db.demo.index.sqlCreateIndexEmbeddedListIndex.maxUpdateBeforeSave": 5000,
  517. "db.demo.index.sqlCreateIndexEmbeddedListIndex.optimizationThreshold": 100000,
  518. "db.demo.index.sqlCreateIndexEmbeddedMapByKeyIndex.entryPointSize": 64,
  519. "db.demo.index.sqlCreateIndexEmbeddedMapByKeyIndex.items": 0,
  520. "db.demo.index.sqlCreateIndexEmbeddedMapByKeyIndex.maxUpdateBeforeSave": 5000,
  521. "db.demo.index.sqlCreateIndexEmbeddedMapByKeyIndex.optimizationThreshold": 100000,
  522. "db.demo.index.sqlCreateIndexEmbeddedMapByValueIndex.entryPointSize": 64,
  523. "db.demo.index.sqlCreateIndexEmbeddedMapByValueIndex.items": 0,
  524. "db.demo.index.sqlCreateIndexEmbeddedMapByValueIndex.maxUpdateBeforeSave": 5000,
  525. "db.demo.index.sqlCreateIndexEmbeddedMapByValueIndex.optimizationThreshold": 100000,
  526. "db.demo.index.sqlCreateIndexEmbeddedMapIndex.entryPointSize": 64,
  527. "db.demo.index.sqlCreateIndexEmbeddedMapIndex.items": 0,
  528. "db.demo.index.sqlCreateIndexEmbeddedMapIndex.maxUpdateBeforeSave": 5000,
  529. "db.demo.index.sqlCreateIndexEmbeddedMapIndex.optimizationThreshold": 100000,
  530. "db.demo.index.sqlCreateIndexTestClass.prop1.entryPointSize": 64,
  531. "db.demo.index.sqlCreateIndexTestClass.prop1.items": 0,
  532. "db.demo.index.sqlCreateIndexTestClass.prop1.maxUpdateBeforeSave": 5000,
  533. "db.demo.index.sqlCreateIndexTestClass.prop1.optimizationThreshold": 100000,
  534. "db.demo.index.sqlCreateIndexTestClass.prop3.entryPointSize": 64,
  535. "db.demo.index.sqlCreateIndexTestClass.prop3.items": 0,
  536. "db.demo.index.sqlCreateIndexTestClass.prop3.maxUpdateBeforeSave": 5000,
  537. "db.demo.index.sqlCreateIndexTestClass.prop3.optimizationThreshold": 100000,
  538. "db.demo.index.sqlCreateIndexTestClass.prop5.entryPointSize": 64,
  539. "db.demo.index.sqlCreateIndexTestClass.prop5.items": 0,
  540. "db.demo.index.sqlCreateIndexTestClass.prop5.maxUpdateBeforeSave": 5000,
  541. "db.demo.index.sqlCreateIndexTestClass.prop5.optimizationThreshold": 100000,
  542. "db.demo.index.sqlCreateIndexWithoutClass.entryPointSize": 64,
  543. "db.demo.index.sqlCreateIndexWithoutClass.items": 0,
  544. "db.demo.index.sqlCreateIndexWithoutClass.maxUpdateBeforeSave": 5000,
  545. "db.demo.index.sqlCreateIndexWithoutClass.optimizationThreshold": 100000,
  546. "db.demo.index.sqlSelectIndexReuseTestEmbeddedList.entryPointSize": 64,
  547. "db.demo.index.sqlSelectIndexReuseTestEmbeddedList.items": 0,
  548. "db.demo.index.sqlSelectIndexReuseTestEmbeddedList.maxUpdateBeforeSave": 5000,
  549. "db.demo.index.sqlSelectIndexReuseTestEmbeddedList.optimizationThreshold": 100000,
  550. "db.demo.index.sqlSelectIndexReuseTestEmbeddedListTwoProp8.entryPointSize": 64,
  551. "db.demo.index.sqlSelectIndexReuseTestEmbeddedListTwoProp8.items": 0,
  552. "db.demo.index.sqlSelectIndexReuseTestEmbeddedListTwoProp8.maxUpdateBeforeSave": 5000,
  553. "db.demo.index.sqlSelectIndexReuseTestEmbeddedListTwoProp8.optimizationThreshold": 100000,
  554. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKey.entryPointSize": 64,
  555. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKey.items": 0,
  556. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKey.maxUpdateBeforeSave": 5000,
  557. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKey.optimizationThreshold": 100000,
  558. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKeyProp8.entryPointSize": 64,
  559. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKeyProp8.items": 0,
  560. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKeyProp8.maxUpdateBeforeSave": 5000,
  561. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByKeyProp8.optimizationThreshold": 100000,
  562. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValue.entryPointSize": 64,
  563. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValue.items": 0,
  564. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValue.maxUpdateBeforeSave": 5000,
  565. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValue.optimizationThreshold": 100000,
  566. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValueProp8.entryPointSize": 64,
  567. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValueProp8.items": 0,
  568. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValueProp8.maxUpdateBeforeSave": 5000,
  569. "db.demo.index.sqlSelectIndexReuseTestEmbeddedMapByValueProp8.optimizationThreshold": 100000,
  570. "db.demo.index.sqlSelectIndexReuseTestEmbeddedSetProp8.entryPointSize": 64,
  571. "db.demo.index.sqlSelectIndexReuseTestEmbeddedSetProp8.items": 0,
  572. "db.demo.index.sqlSelectIndexReuseTestEmbeddedSetProp8.maxUpdateBeforeSave": 5000,
  573. "db.demo.index.sqlSelectIndexReuseTestEmbeddedSetProp8.optimizationThreshold": 100000,
  574. "db.demo.index.sqlSelectIndexReuseTestProp9EmbeddedSetProp8.entryPointSize": 64,
  575. "db.demo.index.sqlSelectIndexReuseTestProp9EmbeddedSetProp8.items": 0,
  576. "db.demo.index.sqlSelectIndexReuseTestProp9EmbeddedSetProp8.maxUpdateBeforeSave": 5000,
  577. "db.demo.index.sqlSelectIndexReuseTestProp9EmbeddedSetProp8.optimizationThreshold": 100000,
  578. "db.demo.index.studentDiplomaAndNameIndex.entryPointSize": 64,
  579. "db.demo.index.studentDiplomaAndNameIndex.items": 0,
  580. "db.demo.index.studentDiplomaAndNameIndex.maxUpdateBeforeSave": 5000,
  581. "db.demo.index.studentDiplomaAndNameIndex.optimizationThreshold": 100000,
  582. "db.demo.index.testIdx.entryPointSize": 64,
  583. "db.demo.index.testIdx.items": 1,
  584. "db.demo.index.testIdx.maxUpdateBeforeSave": 5000,
  585. "db.demo.index.testIdx.optimizationThreshold": 100000,
  586. "db.demo.index.test_class_by_data.entryPointSize": 64,
  587. "db.demo.index.test_class_by_data.items": 0,
  588. "db.demo.index.test_class_by_data.maxUpdateBeforeSave": 5000,
  589. "db.demo.index.test_class_by_data.optimizationThreshold": 100000,
  590. "db.demo.index.twoclassproperty.entryPointSize": 64,
  591. "db.demo.index.twoclassproperty.items": 0,
  592. "db.demo.index.twoclassproperty.maxUpdateBeforeSave": 5000,
  593. "db.demo.index.twoclassproperty.optimizationThreshold": 100000,
  594. "db.demo.index.vertexA_name_idx.entryPointSize": 64,
  595. "db.demo.index.vertexA_name_idx.items": 2,
  596. "db.demo.index.vertexA_name_idx.maxUpdateBeforeSave": 5000,
  597. "db.demo.index.vertexA_name_idx.optimizationThreshold": 100000,
  598. "db.demo.index.vertexB_name_idx.entryPointSize": 64,
  599. "db.demo.index.vertexB_name_idx.items": 2,
  600. "db.demo.index.vertexB_name_idx.maxUpdateBeforeSave": 5000,
  601. "db.demo.index.vertexB_name_idx.optimizationThreshold": 100000,
  602. "db.subTest.cache.level1.current": 0,
  603. "db.subTest.cache.level1.enabled": false,
  604. "db.subTest.cache.level1.max": -1,
  605. "db.subTest.cache.level2.current": 0,
  606. "db.subTest.cache.level2.enabled": false,
  607. "db.subTest.cache.level2.max": -1,
  608. "db.subTest.data.holeSize": 0,
  609. "db.subTest.data.holes": 0,
  610. "db.subTest.index.dictionary.entryPointSize": 64,
  611. "db.subTest.index.dictionary.items": 0,
  612. "db.subTest.index.dictionary.maxUpdateBeforeSave": 5000,
  613. "db.subTest.index.dictionary.optimizationThreshold": 100000,
  614. "db.temp.cache.level1.current": 0,
  615. "db.temp.cache.level1.enabled": false,
  616. "db.temp.cache.level1.max": -1,
  617. "db.temp.cache.level2.current": 3,
  618. "db.temp.cache.level2.enabled": true,
  619. "db.temp.cache.level2.max": -1,
  620. "db.temp.index.dictionary.entryPointSize": 64,
  621. "db.temp.index.dictionary.items": 0,
  622. "db.temp.index.dictionary.maxUpdateBeforeSave": 5000,
  623. "db.temp.index.dictionary.optimizationThreshold": 100000,
  624. "process.network.channel.binary./0:0:0:0:0:0:0:1:451822480.flushes": 0,
  625. "process.network.channel.binary./0:0:0:0:0:0:0:1:451822480.receivedBytes": 513,
  626. "process.network.channel.binary./0:0:0:0:0:0:0:1:451822480.transmittedBytes": 0,
  627. "process.network.channel.binary./127.0.0.1:451282424.flushes": 3,
  628. "process.network.channel.binary./127.0.0.1:451282424.receivedBytes": 98,
  629. "process.network.channel.binary./127.0.0.1:451282424.transmittedBytes": 16,
  630. "process.network.channel.binary./127.0.0.1:451292424.flushes": 3,
  631. "process.network.channel.binary./127.0.0.1:451292424.receivedBytes": 72,
  632. "process.network.channel.binary./127.0.0.1:451292424.transmittedBytes": 17,
  633. "process.network.channel.binary./127.0.0.1:451352424.flushes": 3,
  634. "process.network.channel.binary./127.0.0.1:451352424.receivedBytes": 79,
  635. "process.network.channel.binary./127.0.0.1:451352424.transmittedBytes": 134,
  636. "process.network.channel.binary./127.0.0.1:451362424.flushes": 3,
  637. "process.network.channel.binary./127.0.0.1:451362424.receivedBytes": 105,
  638. "process.network.channel.binary./127.0.0.1:451362424.transmittedBytes": 16,
  639. "process.network.channel.binary./127.0.0.1:451382424.flushes": 3,
  640. "process.network.channel.binary./127.0.0.1:451382424.receivedBytes": 79,
  641. "process.network.channel.binary./127.0.0.1:451382424.transmittedBytes": 16,
  642. "process.network.channel.binary./127.0.0.1:451392424.flushes": 3,
  643. "process.network.channel.binary./127.0.0.1:451392424.receivedBytes": 79,
  644. "process.network.channel.binary./127.0.0.1:451392424.transmittedBytes": 134,
  645. "process.network.channel.binary./127.0.0.1:451402424.flushes": 3,
  646. "process.network.channel.binary./127.0.0.1:451402424.receivedBytes": 105,
  647. "process.network.channel.binary./127.0.0.1:451402424.transmittedBytes": 16,
  648. "process.network.channel.binary./127.0.0.1:451422424.flushes": 3,
  649. "process.network.channel.binary./127.0.0.1:451422424.receivedBytes": 79,
  650. "process.network.channel.binary./127.0.0.1:451422424.transmittedBytes": 16,
  651. "process.network.channel.binary./127.0.0.1:451432424.flushes": 3,
  652. "process.network.channel.binary./127.0.0.1:451432424.receivedBytes": 72,
  653. "process.network.channel.binary./127.0.0.1:451432424.transmittedBytes": 127,
  654. "process.network.channel.binary./127.0.0.1:451442424.flushes": 3,
  655. "process.network.channel.binary./127.0.0.1:451442424.receivedBytes": 98,
  656. "process.network.channel.binary./127.0.0.1:451442424.transmittedBytes": 16,
  657. "process.network.channel.binary./127.0.0.1:451452424.flushes": 3,
  658. "process.network.channel.binary./127.0.0.1:451452424.receivedBytes": 72,
  659. "process.network.channel.binary./127.0.0.1:451452424.transmittedBytes": 17,
  660. "process.network.channel.binary./127.0.0.1:451462424.flushes": 7,
  661. "process.network.channel.binary./127.0.0.1:451462424.receivedBytes": 194,
  662. "process.network.channel.binary./127.0.0.1:451462424.transmittedBytes": 2606,
  663. "process.network.channel.binary./127.0.0.1:451472424.flushes": 3,
  664. "process.network.channel.binary./127.0.0.1:451472424.receivedBytes": 72,
  665. "process.network.channel.binary./127.0.0.1:451472424.transmittedBytes": 127,
  666. "process.network.channel.binary./127.0.0.1:451482424.flushes": 3,
  667. "process.network.channel.binary./127.0.0.1:451482424.receivedBytes": 98,
  668. "process.network.channel.binary./127.0.0.1:451482424.transmittedBytes": 16,
  669. "process.network.channel.binary./127.0.0.1:451492424.flushes": 3,
  670. "process.network.channel.binary./127.0.0.1:451492424.receivedBytes": 72,
  671. "process.network.channel.binary./127.0.0.1:451492424.transmittedBytes": 17,
  672. "process.network.channel.binary./127.0.0.1:451502424.flushes": 7,
  673. "process.network.channel.binary./127.0.0.1:451502424.receivedBytes": 194,
  674. "process.network.channel.binary./127.0.0.1:451502424.transmittedBytes": 2606,
  675. "process.network.channel.binary./127.0.0.1:451512424.flushes": 3,
  676. "process.network.channel.binary./127.0.0.1:451512424.receivedBytes": 72,
  677. "process.network.channel.binary./127.0.0.1:451512424.transmittedBytes": 127,
  678. "process.network.channel.binary./127.0.0.1:451522424.flushes": 3,
  679. "process.network.channel.binary./127.0.0.1:451522424.receivedBytes": 98,
  680. "process.network.channel.binary./127.0.0.1:451522424.transmittedBytes": 16,
  681. "process.network.channel.binary./127.0.0.1:451532424.flushes": 3,
  682. "process.network.channel.binary./127.0.0.1:451532424.receivedBytes": 72,
  683. "process.network.channel.binary./127.0.0.1:451532424.transmittedBytes": 17,
  684. "process.network.channel.binary./127.0.0.1:451542424.flushes": 7,
  685. "process.network.channel.binary./127.0.0.1:451542424.receivedBytes": 194,
  686. "process.network.channel.binary./127.0.0.1:451542424.transmittedBytes": 2606,
  687. "process.network.channel.binary./127.0.0.1:451552424.flushes": 3,
  688. "process.network.channel.binary./127.0.0.1:451552424.receivedBytes": 72,
  689. "process.network.channel.binary./127.0.0.1:451552424.transmittedBytes": 17,
  690. "process.network.channel.binary./127.0.0.1:451562424.flushes": 3,
  691. "process.network.channel.binary./127.0.0.1:451562424.receivedBytes": 72,
  692. "process.network.channel.binary./127.0.0.1:451562424.transmittedBytes": 16,
  693. "process.network.channel.binary./127.0.0.1:451572424.flushes": 3,
  694. "process.network.channel.binary./127.0.0.1:451572424.receivedBytes": 72,
  695. "process.network.channel.binary./127.0.0.1:451572424.transmittedBytes": 17,
  696. "process.network.channel.binary./127.0.0.1:451582424.flushes": 3,
  697. "process.network.channel.binary./127.0.0.1:451582424.receivedBytes": 72,
  698. "process.network.channel.binary./127.0.0.1:451582424.transmittedBytes": 17,
  699. "process.network.channel.binary./127.0.0.1:451592424.flushes": 3,
  700. "process.network.channel.binary./127.0.0.1:451592424.receivedBytes": 72,
  701. "process.network.channel.binary./127.0.0.1:451592424.transmittedBytes": 16,
  702. "process.network.channel.binary./127.0.0.1:451602424.flushes": 3,
  703. "process.network.channel.binary./127.0.0.1:451602424.receivedBytes": 72,
  704. "process.network.channel.binary./127.0.0.1:451602424.transmittedBytes": 17,
  705. "process.network.channel.binary./127.0.0.1:451612424.flushes": 3,
  706. "process.network.channel.binary./127.0.0.1:451612424.receivedBytes": 72,
  707. "process.network.channel.binary./127.0.0.1:451612424.transmittedBytes": 17,
  708. "process.network.channel.binary./127.0.0.1:451622424.flushes": 3,
  709. "process.network.channel.binary./127.0.0.1:451622424.receivedBytes": 72,
  710. "process.network.channel.binary./127.0.0.1:451622424.transmittedBytes": 16,
  711. "process.network.channel.binary./127.0.0.1:451632424.flushes": 3,
  712. "process.network.channel.binary./127.0.0.1:451632424.receivedBytes": 72,
  713. "process.network.channel.binary./127.0.0.1:451632424.transmittedBytes": 17,
  714. "process.network.channel.binary./127.0.0.1:451642424.flushes": 3,
  715. "process.network.channel.binary./127.0.0.1:451642424.receivedBytes": 72,
  716. "process.network.channel.binary./127.0.0.1:451642424.transmittedBytes": 16,
  717. "process.network.channel.binary./127.0.0.1:451652424.flushes": 3,
  718. "process.network.channel.binary./127.0.0.1:451652424.receivedBytes": 98,
  719. "process.network.channel.binary./127.0.0.1:451652424.transmittedBytes": 16,
  720. "process.network.channel.binary./127.0.0.1:451672424.flushes": 3,
  721. "process.network.channel.binary./127.0.0.1:451672424.receivedBytes": 72,
  722. "process.network.channel.binary./127.0.0.1:451672424.transmittedBytes": 16,
  723. "process.network.channel.binary./127.0.0.1:451682424.flushes": 3,
  724. "process.network.channel.binary./127.0.0.1:451682424.receivedBytes": 98,
  725. "process.network.channel.binary./127.0.0.1:451682424.transmittedBytes": 16,
  726. "process.network.channel.binary./127.0.0.1:451692424.flushes": 3,
  727. "process.network.channel.binary./127.0.0.1:451692424.receivedBytes": 72,
  728. "process.network.channel.binary./127.0.0.1:451692424.transmittedBytes": 17,
  729. "process.network.channel.binary./127.0.0.1:451702424.flushes": 76545,
  730. "process.network.channel.binary./127.0.0.1:451702424.receivedBytes": 4937639,
  731. "process.network.channel.binary./127.0.0.1:451702424.transmittedBytes": 53391585,
  732. "process.network.channel.binary./127.0.0.1:451712424.flushes": 3,
  733. "process.network.channel.binary./127.0.0.1:451712424.receivedBytes": 72,
  734. "process.network.channel.binary./127.0.0.1:451712424.transmittedBytes": 17,
  735. "process.network.channel.binary./127.0.0.1:451762424.flushes": 16176,
  736. "process.network.channel.binary./127.0.0.1:451762424.receivedBytes": 435578,
  737. "process.network.channel.binary./127.0.0.1:451762424.transmittedBytes": 7744941,
  738. "process.network.channel.binary./127.0.0.1:451772424.flushes": 16181,
  739. "process.network.channel.binary./127.0.0.1:451772424.receivedBytes": 446949,
  740. "process.network.channel.binary./127.0.0.1:451772424.transmittedBytes": 7932617,
  741. "process.network.channel.binary./127.0.0.1:451782424.flushes": 16103,
  742. "process.network.channel.binary./127.0.0.1:451782424.receivedBytes": 437708,
  743. "process.network.channel.binary./127.0.0.1:451782424.transmittedBytes": 7192022,
  744. "process.network.channel.binary./127.0.0.1:451792424.flushes": 15663,
  745. "process.network.channel.binary./127.0.0.1:451792424.receivedBytes": 422013,
  746. "process.network.channel.binary./127.0.0.1:451792424.transmittedBytes": 1128841,
  747. "process.network.channel.binary.flushes": 140851,
  748. "process.network.channel.binary.receivedBytes": 6687263,
  749. "process.network.channel.binary.transmittedBytes": 77419866,
  750. "process.runtime.availableMemory": 311502288,
  751. "process.runtime.maxMemory": 939524096,
  752. "process.runtime.totalMemory": 442368000,
  753. "server.connections.actives": 101,
  754. "system.config.cpus": 8,
  755. "system.disk.C.freeSpace": 50445692928,
  756. "system.disk.C.totalSpace": 127928365056,
  757. "system.disk.C.usableSpace": 50445692928,
  758. "system.disk.D.freeSpace": 0,
  759. "system.disk.D.totalSpace": 0,
  760. "system.disk.D.usableSpace": 0,
  761. "system.disk.G.freeSpace": 12820815872,
  762. "system.disk.G.totalSpace": 500103213056,
  763. "system.disk.G.usableSpace": 12820815872,
  764. "system.file.mmap.mappedPages": 177,
  765. "system.file.mmap.nonPooledBufferUsed": 0,
  766. "system.file.mmap.pooledBufferCreated": 0,
  767. "system.file.mmap.pooledBufferUsed": 0,
  768. "system.file.mmap.reusedPages": 31698774,
  769. "system.memory.alerts": 0,
  770. "system.memory.stream.resize": 21154
  771. },
  772. "chronos": {
  773. "db.0$db.close": {
  774. "entries": 4,
  775. "last": 16,
  776. "min": 0,
  777. "max": 16,
  778. "average": 4,
  779. "total": 16
  780. },
  781. "db.0$db.create": {
  782. "entries": 1,
  783. "last": 13,
  784. "min": 13,
  785. "max": 13,
  786. "average": 13,
  787. "total": 13
  788. },
  789. "db.0$db.createRecord": {
  790. "entries": 10,
  791. "last": 1,
  792. "min": 0,
  793. "max": 1,
  794. "average": 0,
  795. "total": 6
  796. },
  797. "db.0$db.data.createHole": {
  798. "entries": 14,
  799. "last": 2,
  800. "min": 0,
  801. "max": 2,
  802. "average": 0,
  803. "total": 8
  804. },
  805. "db.0$db.data.findClosestHole": {
  806. "entries": 11,
  807. "last": 0,
  808. "min": 0,
  809. "max": 0,
  810. "average": 0,
  811. "total": 0
  812. },
  813. "db.0$db.data.move": {
  814. "entries": 6,
  815. "last": 1,
  816. "min": 0,
  817. "max": 1,
  818. "average": 0,
  819. "total": 3
  820. },
  821. "db.0$db.data.recycled.notFound": {
  822. "entries": 7,
  823. "last": 0,
  824. "min": 0,
  825. "max": 0,
  826. "average": 0,
  827. "total": 0
  828. },
  829. "db.0$db.data.recycled.partial": {
  830. "entries": 11,
  831. "last": 0,
  832. "min": 0,
  833. "max": 0,
  834. "average": 0,
  835. "total": 0
  836. },
  837. "db.0$db.data.updateHole": {
  838. "entries": 21,
  839. "last": 0,
  840. "min": 0,
  841. "max": 1,
  842. "average": 0,
  843. "total": 2
  844. },
  845. "db.0$db.delete": {
  846. "entries": 1,
  847. "last": 101,
  848. "min": 101,
  849. "max": 101,
  850. "average": 101,
  851. "total": 101
  852. },
  853. "db.0$db.metadata.load": {
  854. "entries": 3,
  855. "last": 0,
  856. "min": 0,
  857. "max": 0,
  858. "average": 0,
  859. "total": 0
  860. },
  861. "db.0$db.open": {
  862. "entries": 3,
  863. "last": 0,
  864. "min": 0,
  865. "max": 0,
  866. "average": 0,
  867. "total": 0
  868. },
  869. "db.0$db.readRecord": {
  870. "entries": 15,
  871. "last": 0,
  872. "min": 0,
  873. "max": 1,
  874. "average": 0,
  875. "total": 5
  876. },
  877. "db.0$db.updateRecord": {
  878. "entries": 18,
  879. "last": 2,
  880. "min": 0,
  881. "max": 2,
  882. "average": 0,
  883. "total": 9
  884. },
  885. "db.1$db.close": {
  886. "entries": 4,
  887. "last": 13,
  888. "min": 0,
  889. "max": 13,
  890. "average": 3,
  891. "total": 13
  892. },
  893. "db.1$db.create": {
  894. "entries": 1,
  895. "last": 15,
  896. "min": 15,
  897. "max": 15,
  898. "average": 15,
  899. "total": 15
  900. },
  901. "db.1$db.createRecord": {
  902. "entries": 10,
  903. "last": 1,
  904. "min": 0,
  905. "max": 1,
  906. "average": 0,
  907. "total": 5
  908. },
  909. "db.1$db.data.createHole": {
  910. "entries": 14,
  911. "last": 3,
  912. "min": 0,
  913. "max": 3,
  914. "average": 0,
  915. "total": 8
  916. },
  917. "db.1$db.data.findClosestHole": {
  918. "entries": 11,
  919. "last": 0,
  920. "min": 0,
  921. "max": 0,
  922. "average": 0,
  923. "total": 0
  924. },
  925. "db.1$db.data.move": {
  926. "entries": 6,
  927. "last": 0,
  928. "min": 0,
  929. "max": 1,
  930. "average": 0,
  931. "total": 3
  932. },
  933. "db.1$db.data.recycled.notFound": {
  934. "entries": 7,
  935. "last": 0,
  936. "min": 0,
  937. "max": 0,
  938. "average": 0,
  939. "total": 0
  940. },
  941. "db.1$db.data.recycled.partial": {
  942. "entries": 11,
  943. "last": 0,
  944. "min": 0,
  945. "max": 0,
  946. "average": 0,
  947. "total": 0
  948. },
  949. "db.1$db.data.updateHole": {
  950. "entries": 21,
  951. "last": 1,
  952. "min": 0,
  953. "max": 1,
  954. "average": 0,
  955. "total": 1
  956. },
  957. "db.1$db.delete": {
  958. "entries": 1,
  959. "last": 115,
  960. "min": 115,
  961. "max": 115,
  962. "average": 115,
  963. "total": 115
  964. },
  965. "db.1$db.metadata.load": {
  966. "entries": 3,
  967. "last": 0,
  968. "min": 0,
  969. "max": 0,
  970. "average": 0,
  971. "total": 0
  972. },
  973. "db.1$db.open": {
  974. "entries": 3,
  975. "last": 0,
  976. "min": 0,
  977. "max": 0,
  978. "average": 0,
  979. "total": 0
  980. },
  981. "db.1$db.readRecord": {
  982. "entries": 15,
  983. "last": 0,
  984. "min": 0,
  985. "max": 1,
  986. "average": 0,
  987. "total": 4
  988. },
  989. "db.1$db.updateRecord": {
  990. "entries": 18,
  991. "last": 3,
  992. "min": 0,
  993. "max": 3,
  994. "average": 0,
  995. "total": 7
  996. },
  997. "db.2$db.close": {
  998. "entries": 4,
  999. "last": 15,
  1000. "min": 0,
  1001. "max": 15,
  1002. "average": 3,
  1003. "total": 15
  1004. },
  1005. "db.2$db.create": {
  1006. "entries": 1,
  1007. "last": 17,
  1008. "min": 17,
  1009. "max": 17,
  1010. "average": 17,
  1011. "total": 17
  1012. },
  1013. "db.2$db.createRecord": {
  1014. "entries": 10,
  1015. "last": 1,
  1016. "min": 0,
  1017. "max": 1,
  1018. "average": 0,
  1019. "total": 5
  1020. },
  1021. "db.2$db.data.createHole": {
  1022. "entries": 14,
  1023. "last": 1,
  1024. "min": 0,
  1025. "max": 1,
  1026. "average": 0,
  1027. "total": 5
  1028. },
  1029. "db.2$db.data.findClosestHole": {
  1030. "entries": 11,
  1031. "last": 0,
  1032. "min": 0,
  1033. "max": 0,
  1034. "average": 0,
  1035. "total": 0
  1036. },
  1037. "db.2$db.data.move": {
  1038. "entries": 6,
  1039. "last": 0,
  1040. "min": 0,
  1041. "max": 1,
  1042. "average": 0,
  1043. "total": 1
  1044. },
  1045. "db.2$db.data.recycled.notFound": {
  1046. "entries": 7,
  1047. "last": 0,
  1048. "min": 0,
  1049. "max": 0,
  1050. "average": 0,
  1051. "total": 0
  1052. },
  1053. "db.2$db.data.recycled.partial": {
  1054. "entries": 11,
  1055. "last": 0,
  1056. "min": 0,
  1057. "max": 0,
  1058. "average": 0,
  1059. "total": 0
  1060. },
  1061. "db.2$db.data.updateHole": {
  1062. "entries": 21,
  1063. "last": 0,
  1064. "min": 0,
  1065. "max": 1,
  1066. "average": 0,
  1067. "total": 1
  1068. },
  1069. "db.2$db.delete": {
  1070. "entries": 1,
  1071. "last": 61,
  1072. "min": 61,
  1073. "max": 61,
  1074. "average": 61,
  1075. "total": 61
  1076. },
  1077. "db.2$db.metadata.load": {
  1078. "entries": 3,
  1079. "last": 0,
  1080. "min": 0,
  1081. "max": 0,
  1082. "average": 0,
  1083. "total": 0
  1084. },
  1085. "db.2$db.open": {
  1086. "entries": 3,
  1087. "last": 0,
  1088. "min": 0,
  1089. "max": 0,
  1090. "average": 0,
  1091. "total": 0
  1092. },
  1093. "db.2$db.readRecord": {
  1094. "entries": 15,
  1095. "last": 0,
  1096. "min": 0,
  1097. "max": 1,
  1098. "average": 0,
  1099. "total": 1
  1100. },
  1101. "db.2$db.updateRecord": {
  1102. "entries": 18,
  1103. "last": 1,
  1104. "min": 0,
  1105. "max": 1,
  1106. "average": 0,
  1107. "total": 5
  1108. },
  1109. "db.demo.close": {
  1110. "entries": 1396,
  1111. "last": 0,
  1112. "min": 0,
  1113. "max": 31,
  1114. "average": 0,
  1115. "total": 51
  1116. },
  1117. "db.demo.create": {
  1118. "entries": 3,
  1119. "last": 19,
  1120. "min": 19,
  1121. "max": 40,
  1122. "average": 27,
  1123. "total": 81
  1124. },
  1125. "db.demo.createRecord": {
  1126. "entries": 35716,
  1127. "last": 0,
  1128. "min": 0,
  1129. "max": 12,
  1130. "average": 0,
  1131. "total": 1187
  1132. },
  1133. "db.demo.data.createHole": {
  1134. "entries": 58886,
  1135. "last": 0,
  1136. "min": 0,
  1137. "max": 23,
  1138. "average": 0,
  1139. "total": 9822
  1140. },
  1141. "db.demo.data.findClosestHole": {
  1142. "entries": 51022,
  1143. "last": 0,
  1144. "min": 0,
  1145. "max": 1,
  1146. "average": 0,
  1147. "total": 181
  1148. },
  1149. "db.demo.data.move": {
  1150. "entries": 1327946,
  1151. "last": 0,
  1152. "min": 0,
  1153. "max": 16,
  1154. "average": 0,
  1155. "total": 4091
  1156. },
  1157. "db.demo.data.recycled.complete": {
  1158. "entries": 24,
  1159. "last": 0,
  1160. "min": 0,
  1161. "max": 0,
  1162. "average": 0,
  1163. "total": 0
  1164. },
  1165. "db.demo.data.recycled.notFound": {
  1166. "entries": 16070,
  1167. "last": 0,
  1168. "min": 0,
  1169. "max": 1,
  1170. "average": 0,
  1171. "total": 59
  1172. },
  1173. "db.demo.data.recycled.partial": {
  1174. "entries": 57638,
  1175. "last": 0,
  1176. "min": 0,
  1177. "max": 1,
  1178. "average": 0,
  1179. "total": 102
  1180. },
  1181. "db.demo.data.updateHole": {
  1182. "entries": 108613,
  1183. "last": 0,
  1184. "min": 0,
  1185. "max": 12,
  1186. "average": 0,
  1187. "total": 451
  1188. },
  1189. "db.demo.delete": {
  1190. "entries": 2,
  1191. "last": 61,
  1192. "min": 61,
  1193. "max": 124,
  1194. "average": 92,
  1195. "total": 185
  1196. },
  1197. "db.demo.deleteRecord": {
  1198. "entries": 12362,
  1199. "last": 0,
  1200. "min": 0,
  1201. "max": 24,
  1202. "average": 0,
  1203. "total": 4626
  1204. },
  1205. "db.demo.metadata.load": {
  1206. "entries": 1423,
  1207. "last": 0,
  1208. "min": 0,
  1209. "max": 1,
  1210. "average": 0,
  1211. "total": 49
  1212. },
  1213. "db.demo.open": {
  1214. "entries": 1423,
  1215. "last": 0,
  1216. "min": 0,
  1217. "max": 1,
  1218. "average": 0,
  1219. "total": 6
  1220. },
  1221. "db.demo.readRecord": {
  1222. "entries": 476697,
  1223. "last": 0,
  1224. "min": 0,
  1225. "max": 16,
  1226. "average": 0,
  1227. "total": 3071
  1228. },
  1229. "db.demo.synch": {
  1230. "entries": 484,
  1231. "last": 2,
  1232. "min": 0,
  1233. "max": 34,
  1234. "average": 2,
  1235. "total": 1251
  1236. },
  1237. "db.demo.updateRecord": {
  1238. "entries": 180667,
  1239. "last": 0,
  1240. "min": 0,
  1241. "max": 12,
  1242. "average": 0,
  1243. "total": 2343
  1244. },
  1245. "db.subTest.close": {
  1246. "entries": 10,
  1247. "last": 0,
  1248. "min": 0,
  1249. "max": 16,
  1250. "average": 3,
  1251. "total": 31
  1252. },
  1253. "db.subTest.create": {
  1254. "entries": 2,
  1255. "last": 44,
  1256. "min": 18,
  1257. "max": 44,
  1258. "average": 31,
  1259. "total": 62
  1260. },
  1261. "db.subTest.createRecord": {
  1262. "entries": 20,
  1263. "last": 1,
  1264. "min": 0,
  1265. "max": 1,
  1266. "average": 0,
  1267. "total": 11
  1268. },
  1269. "db.subTest.data.createHole": {
  1270. "entries": 28,
  1271. "last": 2,
  1272. "min": 0,
  1273. "max": 2,
  1274. "average": 0,
  1275. "total": 12
  1276. },
  1277. "db.subTest.data.findClosestHole": {
  1278. "entries": 22,
  1279. "last": 0,
  1280. "min": 0,
  1281. "max": 1,
  1282. "average": 0,
  1283. "total": 1
  1284. },
  1285. "db.subTest.data.move": {
  1286. "entries": 12,
  1287. "last": 0,
  1288. "min": 0,
  1289. "max": 1,
  1290. "average": 0,
  1291. "total": 4
  1292. },
  1293. "db.subTest.data.recycled.notFound": {
  1294. "entries": 14,
  1295. "last": 0,
  1296. "min": 0,
  1297. "max": 0,
  1298. "average": 0,
  1299. "total": 0
  1300. },
  1301. "db.subTest.data.recycled.partial": {
  1302. "entries": 22,
  1303. "last": 0,
  1304. "min": 0,
  1305. "max": 0,
  1306. "average": 0,
  1307. "total": 0
  1308. },
  1309. "db.subTest.data.updateHole": {
  1310. "entries": 42,
  1311. "last": 0,
  1312. "min": 0,
  1313. "max": 1,
  1314. "average": 0,
  1315. "total": 2
  1316. },
  1317. "db.subTest.delete": {
  1318. "entries": 2,
  1319. "last": 118,
  1320. "min": 76,
  1321. "max": 118,
  1322. "average": 97,
  1323. "total": 194
  1324. },
  1325. "db.subTest.metadata.load": {
  1326. "entries": 6,
  1327. "last": 0,
  1328. "min": 0,
  1329. "max": 1,
  1330. "average": 0,
  1331. "total": 1
  1332. },
  1333. "db.subTest.open": {
  1334. "entries": 6,
  1335. "last": 0,
  1336. "min": 0,
  1337. "max": 0,
  1338. "average": 0,
  1339. "total": 0
  1340. },
  1341. "db.subTest.readRecord": {
  1342. "entries": 30,
  1343. "last": 0,
  1344. "min": 0,
  1345. "max": 1,
  1346. "average": 0,
  1347. "total": 3
  1348. },
  1349. "db.subTest.updateRecord": {
  1350. "entries": 36,
  1351. "last": 2,
  1352. "min": 0,
  1353. "max": 2,
  1354. "average": 0,
  1355. "total": 16
  1356. },
  1357. "db.temp.createRecord": {
  1358. "entries": 10,
  1359. "last": 0,
  1360. "min": 0,
  1361. "max": 1,
  1362. "average": 0,
  1363. "total": 2
  1364. },
  1365. "db.temp.readRecord": {
  1366. "entries": 7,
  1367. "last": 0,
  1368. "min": 0,
  1369. "max": 1,
  1370. "average": 0,
  1371. "total": 1
  1372. },
  1373. "db.temp.updateRecord": {
  1374. "entries": 21,
  1375. "last": 0,
  1376. "min": 0,
  1377. "max": 1,
  1378. "average": 0,
  1379. "total": 2
  1380. },
  1381. "process.file.mmap.commitPages": {
  1382. "entries": 2034,
  1383. "last": 1,
  1384. "min": 0,
  1385. "max": 21,
  1386. "average": 0,
  1387. "total": 1048
  1388. },
  1389. "process.mvrbtree.clear": {
  1390. "entries": 16007,
  1391. "last": 0,
  1392. "min": 0,
  1393. "max": 1,
  1394. "average": 0,
  1395. "total": 141
  1396. },
  1397. "process.mvrbtree.commitChanges": {
  1398. "entries": 165235,
  1399. "last": 0,
  1400. "min": 0,
  1401. "max": 55,
  1402. "average": 0,
  1403. "total": 5730
  1404. },
  1405. "process.mvrbtree.entry.fromStream": {
  1406. "entries": 5408,
  1407. "last": 0,
  1408. "min": 0,
  1409. "max": 1,
  1410. "average": 0,
  1411. "total": 45
  1412. },
  1413. "process.mvrbtree.entry.toStream": {
  1414. "entries": 60839,
  1415. "last": 0,
  1416. "min": 0,
  1417. "max": 26,
  1418. "average": 0,
  1419. "total": 3013
  1420. },
  1421. "process.mvrbtree.fromStream": {
  1422. "entries": 7424,
  1423. "last": 0,
  1424. "min": 0,
  1425. "max": 1,
  1426. "average": 0,
  1427. "total": 54
  1428. },
  1429. "process.mvrbtree.get": {
  1430. "entries": 97863,
  1431. "last": 0,
  1432. "min": 0,
  1433. "max": 1,
  1434. "average": 0,
  1435. "total": 233
  1436. },
  1437. "process.mvrbtree.put": {
  1438. "entries": 151070,
  1439. "last": 0,
  1440. "min": 0,
  1441. "max": 55,
  1442. "average": 0,
  1443. "total": 5002
  1444. },
  1445. "process.mvrbtree.putAll": {
  1446. "entries": 1847,
  1447. "last": 0,
  1448. "min": 0,
  1449. "max": 8,
  1450. "average": 0,
  1451. "total": 84
  1452. },
  1453. "process.mvrbtree.remove": {
  1454. "entries": 41000,
  1455. "last": 0,
  1456. "min": 0,
  1457. "max": 10,
  1458. "average": 0,
  1459. "total": 2226
  1460. },
  1461. "process.mvrbtree.toStream": {
  1462. "entries": 124870,
  1463. "last": 0,
  1464. "min": 0,
  1465. "max": 6,
  1466. "average": 0,
  1467. "total": 543
  1468. },
  1469. "process.mvrbtree.unload": {
  1470. "entries": 7424,
  1471. "last": 0,
  1472. "min": 0,
  1473. "max": 10,
  1474. "average": 0,
  1475. "total": 519
  1476. },
  1477. "process.serializer.record.string.binary2string": {
  1478. "entries": 1867,
  1479. "last": 0,
  1480. "min": 0,
  1481. "max": 1,
  1482. "average": 0,
  1483. "total": 18
  1484. },
  1485. "process.serializer.record.string.bool2string": {
  1486. "entries": 43,
  1487. "last": 0,
  1488. "min": 0,
  1489. "max": 0,
  1490. "average": 0,
  1491. "total": 0
  1492. },
  1493. "process.serializer.record.string.byte2string": {
  1494. "entries": 1143,
  1495. "last": 0,
  1496. "min": 0,
  1497. "max": 0,
  1498. "average": 0,
  1499. "total": 0
  1500. },
  1501. "process.serializer.record.string.date2string": {
  1502. "entries": 114176,
  1503. "last": 0,
  1504. "min": 0,
  1505. "max": 6,
  1506. "average": 0,
  1507. "total": 464
  1508. },
  1509. "process.serializer.record.string.datetime2string": {
  1510. "entries": 2,
  1511. "last": 0,
  1512. "min": 0,
  1513. "max": 0,
  1514. "average": 0,
  1515. "total": 0
  1516. },
  1517. "process.serializer.record.string.decimal2string": {
  1518. "entries": 2,
  1519. "last": 1,
  1520. "min": 0,
  1521. "max": 1,
  1522. "average": 0,
  1523. "total": 1
  1524. },
  1525. "process.serializer.record.string.double2string": {
  1526. "entries": 30237,
  1527. "last": 0,
  1528. "min": 0,
  1529. "max": 1,
  1530. "average": 0,
  1531. "total": 104
  1532. },
  1533. "process.serializer.record.string.embed2string": {
  1534. "entries": 122581,
  1535. "last": 0,
  1536. "min": 0,
  1537. "max": 1,
  1538. "average": 0,
  1539. "total": 117
  1540. },
  1541. "process.serializer.record.string.embedList2string": {
  1542. "entries": 29922,
  1543. "last": 0,
  1544. "min": 0,
  1545. "max": 2,
  1546. "average": 0,
  1547. "total": 87
  1548. },
  1549. "process.serializer.record.string.embedMap2string": {
  1550. "entries": 3160,
  1551. "last": 0,
  1552. "min": 0,
  1553. "max": 1,
  1554. "average": 0,
  1555. "total": 25
  1556. },
  1557. "process.serializer.record.string.embedSet2string": {
  1558. "entries": 32280,
  1559. "last": 1,
  1560. "min": 0,
  1561. "max": 8,
  1562. "average": 0,
  1563. "total": 1430
  1564. },
  1565. "process.serializer.record.string.float2string": {
  1566. "entries": 20640,
  1567. "last": 0,
  1568. "min": 0,
  1569. "max": 1,
  1570. "average": 0,
  1571. "total": 63
  1572. },
  1573. "process.serializer.record.string.fromStream": {
  1574. "entries": 1735665,
  1575. "last": 0,
  1576. "min": 0,
  1577. "max": 82,
  1578. "average": 0,
  1579. "total": 7174
  1580. },
  1581. "process.serializer.record.string.int2string": {
  1582. "entries": 246700,
  1583. "last": 0,
  1584. "min": 0,
  1585. "max": 1,
  1586. "average": 0,
  1587. "total": 101
  1588. },
  1589. "process.serializer.record.string.link2string": {
  1590. "entries": 18664,
  1591. "last": 0,
  1592. "min": 0,
  1593. "max": 6,
  1594. "average": 0,
  1595. "total": 62
  1596. },
  1597. "process.serializer.record.string.linkList2string": {
  1598. "entries": 2648,
  1599. "last": 0,
  1600. "min": 0,
  1601. "max": 2,
  1602. "average": 0,
  1603. "total": 52
  1604. },
  1605. "process.serializer.record.string.linkMap2string": {
  1606. "entries": 28,
  1607. "last": 0,
  1608. "min": 0,
  1609. "max": 1,
  1610. "average": 0,
  1611. "total": 1
  1612. },
  1613. "process.serializer.record.string.linkSet2string": {
  1614. "entries": 1269,
  1615. "last": 0,
  1616. "min": 0,
  1617. "max": 33,
  1618. "average": 0,
  1619. "total": 80
  1620. },
  1621. "process.serializer.record.string.long2string": {
  1622. "entries": 1620,
  1623. "last": 0,
  1624. "min": 0,
  1625. "max": 1,
  1626. "average": 0,
  1627. "total": 6
  1628. },
  1629. "process.serializer.record.string.string2string": {
  1630. "entries": 358585,
  1631. "last": 0,
  1632. "min": 0,
  1633. "max": 3,
  1634. "average": 0,
  1635. "total": 183
  1636. },
  1637. "process.serializer.record.string.toStream": {
  1638. "entries": 183912,
  1639. "last": 0,
  1640. "min": 0,
  1641. "max": 34,
  1642. "average": 0,
  1643. "total": 3149
  1644. },
  1645. "server.http.0:0:0:0:0:0:0:1.request": {
  1646. "entries": 2,
  1647. "last": 2,
  1648. "min": 2,
  1649. "max": 19,
  1650. "average": 10,
  1651. "total": 21
  1652. }
  1653. },
  1654. "statistics": {},
  1655. "counters": {
  1656. "db.0$db.cache.level2.cache.found": 7,
  1657. "db.0$db.cache.level2.cache.notFound": 8,
  1658. "db.0$db.data.update.notReused": 11,
  1659. "db.0$db.data.update.reusedAll": 7,
  1660. "db.1$db.cache.level2.cache.found": 7,
  1661. "db.1$db.cache.level2.cache.notFound": 8,
  1662. "db.1$db.data.update.notReused": 11,
  1663. "db.1$db.data.update.reusedAll": 7,
  1664. "db.2$db.cache.level2.cache.found": 7,
  1665. "db.2$db.cache.level2.cache.notFound": 8,
  1666. "db.2$db.data.update.notReused": 11,
  1667. "db.2$db.data.update.reusedAll": 7,
  1668. "db.demo.cache.level2.cache.found": 364467,
  1669. "db.demo.cache.level2.cache.notFound": 393509,
  1670. "db.demo.data.update.notReused": 38426,
  1671. "db.demo.data.update.reusedAll": 140921,
  1672. "db.demo.data.update.reusedPartial": 100,
  1673. "db.demo.query.compositeIndexUsed": 46,
  1674. "db.demo.query.compositeIndexUsed.2": 42,
  1675. "db.demo.query.compositeIndexUsed.2.1": 20,
  1676. "db.demo.query.compositeIndexUsed.2.2": 18,
  1677. "db.demo.query.compositeIndexUsed.3": 4,
  1678. "db.demo.query.compositeIndexUsed.3.1": 1,
  1679. "db.demo.query.compositeIndexUsed.3.2": 1,
  1680. "db.demo.query.compositeIndexUsed.3.3": 2,
  1681. "db.demo.query.indexUsed": 2784,
  1682. "db.subTest.cache.level2.cache.found": 14,
  1683. "db.subTest.cache.level2.cache.notFound": 16,
  1684. "db.subTest.data.update.notReused": 22,
  1685. "db.subTest.data.update.reusedAll": 14,
  1686. "db.temp.cache.level2.cache.found": 5,
  1687. "db.temp.cache.level2.cache.notFound": 4,
  1688. "process.file.mmap.pagesCommitted": 2034,
  1689. "process.mvrbtree.entry.serializeKey": 4617509,
  1690. "process.mvrbtree.entry.serializeValue": 68620,
  1691. "process.mvrbtree.entry.unserializeKey": 6127,
  1692. "process.mvrbtree.entry.unserializeValue": 225,
  1693. "process.serializer.record.string.linkList2string.cached": 19,
  1694. "server.http.0:0:0:0:0:0:0:1.requests": 3,
  1695. "server.http.0:0:0:0:0:0:0:1.timeout": 1
  1696. }
  1697. }
  1698. }