tests: Adding trusted stats for stats tests.
This changes adds the trusted stats required for comparing the output stats from each test. Change-Id: Id85f84f3086481f5d4b8eb7ee36e7a6f862782cc Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/58569 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Bobby Bruce
parent
a3d2f68120
commit
32e4ac65a8
@@ -31,6 +31,8 @@ TODO: At present all the Single Channel memory components are tested. This
|
||||
should be expanded to included DRAMSIM3 memory systems.
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from testlib import *
|
||||
|
||||
|
||||
@@ -50,10 +52,21 @@ def test_memory(
|
||||
for arg in args:
|
||||
name += "-" + arg
|
||||
|
||||
stats_verifier = verifier.MatchJSONStats(
|
||||
os.path.join(
|
||||
os.path.dirname(__file__),
|
||||
"trusted_stats",
|
||||
f"{generator}-{generator_cores}-{cache}-{module}-{memory}",
|
||||
"trusted_stats.json",
|
||||
),
|
||||
"output.json",
|
||||
True,
|
||||
)
|
||||
|
||||
gem5_verify_config(
|
||||
name=name,
|
||||
fixtures=(),
|
||||
verifiers=(),
|
||||
verifiers=(stats_verifier,),
|
||||
config=joinpath(
|
||||
config.base_dir,
|
||||
"tests",
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7542118,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 102360837.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25013163.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7216444,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 96921243.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 24910986.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 6875119,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 91450343.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 24581211.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10279045,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 147098860.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 26170348.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 6731596,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 87694067.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25894514.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8350309,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 115620241.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25519547.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8113879,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 108988873.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25628551.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7707952,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 105036398.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25154639.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10359631,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 150230146.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 24992647.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14549437,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 220671117.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25791304.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 5489505,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 206638506.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16200850.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 4678650,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 182618315.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15897317.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3758571,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 265521377.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15676732.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 12585735,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 359411591.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 20076558.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 1137195,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 136012202.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 60025754.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 11296026,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 219317997.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 19375973.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9474516,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 188865306.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 18532527.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7567425,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 302737167.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17422026.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16397253,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 289867606.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 22414383.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 25226082,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 453326817.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 26266904.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 12536118,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 99249350.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 111088113.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 11642679,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 93359598.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 102539041.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10706616,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 87577523.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 93490111.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 19123191,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 144504806.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 177877743.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8144847,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 67175287.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 65933938.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16486830,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 113060338.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 163786312.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14557095,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 105259241.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 139761076.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 13267053,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 99883815.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 124093423.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 20975337,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 149941781.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 202474301.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 32503464,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 221315733.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 327211830.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7033959,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 102466724.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17025363.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 6729930,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 97324026.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16992685.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 6350643,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 91246045.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16600704.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9694962,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 147518849.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17212298.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 5206122,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 72134772.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16254809.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7844481,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 116009709.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17169293.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7472187,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 109732745.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17232837.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7061931,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 102627364.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17305038.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9880110,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 150899685.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16959847.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14043942,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 221282327.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17269182.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10032292,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 125079302.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 43399791.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7992.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 124423340.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 44808114.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9374617,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 113302038.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 42751738.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7992.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 114152300.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 42395818.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8712946,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 105293872.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 41707917.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 106340610.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 40665541.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7784.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16205113,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 229811326.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 43640974.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7744.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 232126411.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 40656963.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9195130,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 112369875.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 42859175.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 113513817.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 41689073.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7720.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14136184,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 202116524.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 36988784.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7272.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 198271792.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 39762676.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 12383938,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 165853933.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 42651962.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 166782957.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 41953442.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7968.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 11649340,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 154972644.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 41929582.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 157104997.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 39853795.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7568.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 18375940,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 277766238.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 33571548.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 6640.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 264745168.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 45518381.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 28556749,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 439656866.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 38018008.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 443997697.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 37138389.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 5968.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 11358963,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 205446750.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 18470775.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7592.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 203556726.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 19539472.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9521802,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 179440423.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17826759.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7608.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 178149943.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 18747555.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7599060,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 280944605.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17611648.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 293396774.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17327059.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7872.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 25206768,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 387325734.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 26448385.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 391267577.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25420307.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7512.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 1260405,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 149348443.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 35160194.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7992.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 149852067.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 34279970.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 7992.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7984.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 22856121,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 226463248.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 25151322.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 226526014.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 24866222.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7888.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 18915399,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 190655286.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 23431220.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 190276732.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 23084634.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7872.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16433883,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 312415658.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 22008771.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 318444166.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 21645172.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7840.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 33782184,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 303963986.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 31454953.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7904.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 297979992.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 31727275.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 51539076,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 467420382.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 39698708.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7936.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 465345572.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 39824502.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16667316,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 120857294.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 160238288.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7664.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 117690896.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 163831383.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14808510,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 108706323.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 141682431.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 110968412.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 138865086.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7856.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 13181139,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 98498058.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 123499961.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 99528067.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 122525896.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7920.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 33292674,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 232455752.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 326697262.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 233058856.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 325041046.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7888.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8290701,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 69616430.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 70041646.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 70127890.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 70182752.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7744.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 29294343,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 203059208.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 292118938.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7936.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 196853786.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 294552791.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 24559083,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 166499867.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 247218737.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7976.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 165835669.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 247716211.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 21580065,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 158912796.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 206068225.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7792.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 156486900.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 204549052.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 40737888,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 272582084.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 409834875.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7960.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 275117608.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 408572543.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 65319615,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 436683124.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 630245015.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 436289856.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 643489503.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7960.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8299359,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 123740827.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17246404.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 124324545.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16651388.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7664.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7678980,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 113431279.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16990832.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 113250349.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17187735.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7968.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7090236,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 104312866.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16081183.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7608.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 103574904.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16845822.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 14566419,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 234424781.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 13064037.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 6240.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 230187504.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17322803.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 5326668,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 74182256.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16302050.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 74300398.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16122081.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7928.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 12810843,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 201348316.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16340128.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7624.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 200333788.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17329778.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10765224,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 165592990.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17306703.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 166834905.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16095377.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7464.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 10171152,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 155401717.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 17389049.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 156114883.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16665669.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7760.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16748235,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 275096528.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 9529147.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 5200.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 269605000.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15020674.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 26927046,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 441529337.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 16184556.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 8000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 441891507.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15772300.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 8000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 7712.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3929068,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 62582430.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 3019146.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3056.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 61097728.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4833274.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3773890,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 57118920.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5765666.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 57292919.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 6039702.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3992.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3474856,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 51737536.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5377921.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 53042654.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4987792.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3904.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7051276,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 112347402.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5541203.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 112213557.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4729017.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3992.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3579418,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 54655744.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5255714.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3744.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 54622490.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5172617.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 6122539,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 97891496.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4712488.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 99223280.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4129203.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3408.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 5129866,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 80518890.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5592085.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 81737927.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4381919.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3896.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 4627036,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 73343485.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4212627.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 74803403.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 3120385.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 2408.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 8151841,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 130081625.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5169002.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 132125187.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4276582.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3984.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 13304683,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 218711419.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 4569008.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 219850253.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 5039520.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3768.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 5260401,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 94999695.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 9577121.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 102943715.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 8416702.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3400.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 4450545,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 80386471.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 9222295.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 86773744.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 8758955.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3736.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 3683646,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 126151572.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 8866999.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 129192246.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 7524074.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3296.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 12075246,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 179802122.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 13069986.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 195270245.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 11548476.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3296.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 625707,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 58314857.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 21008357.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 3992.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3992.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 60223087.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 21864967.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 11160162,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 105909685.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 12671298.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 110632117.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 12429535.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3912.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 9348642,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 90040100.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 11940890.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 91700301.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 11696123.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3896.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 7627698,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 148107292.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 10754974.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 150953636.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 10327220.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3808.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"simulated_begin_time": 0,
|
||||
"simulated_end_time": 16296021,
|
||||
"system": {
|
||||
"processor": {
|
||||
"cores0": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 141827083.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15734259.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 4000.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cores1": {
|
||||
"generator": {
|
||||
"totalReadLat": {
|
||||
"value": 146737433.0
|
||||
},
|
||||
"totalWriteLat": {
|
||||
"value": 15584985.0
|
||||
},
|
||||
"totalBytesRead": {
|
||||
"value": 4000.0
|
||||
},
|
||||
"totalBytesWritten": {
|
||||
"value": 3944.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user