Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
54
plugins/inputs/ravendb/testdata/databases_full.json
vendored
Normal file
54
plugins/inputs/ravendb/testdata/databases_full.json
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"PublicServerUrl": "http://myhost:8080",
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db2",
|
||||
"DatabaseId": "06eefe8b-d720-4a8d-a809-2c5af9a4abb5",
|
||||
"UptimeInSec": 1396,
|
||||
"TimeSinceLastBackupInSec": 104.3,
|
||||
"Counts": {
|
||||
"Documents": 425189,
|
||||
"Revisions": 429605,
|
||||
"Attachments": 17,
|
||||
"UniqueAttachments": 16,
|
||||
"Alerts": 2,
|
||||
"Rehabs": 3,
|
||||
"PerformanceHints": 5,
|
||||
"ReplicationFactor": 2
|
||||
},
|
||||
"Statistics": {
|
||||
"DocPutsPerSec": 23.4,
|
||||
"MapIndexIndexesPerSec": 82.5,
|
||||
"MapReduceIndexMappedPerSec": 50.3,
|
||||
"MapReduceIndexReducedPerSec": 85.2,
|
||||
"RequestsPerSec": 22.5,
|
||||
"RequestsCount": 809,
|
||||
"RequestAverageDurationInMs": 0.55
|
||||
},
|
||||
"Indexes": {
|
||||
"Count": 7,
|
||||
"StaleCount": 1,
|
||||
"ErrorsCount": 2,
|
||||
"StaticCount": 7,
|
||||
"AutoCount": 3,
|
||||
"IdleCount": 4,
|
||||
"DisabledCount": 5,
|
||||
"ErroredCount": 6
|
||||
},
|
||||
"Storage": {
|
||||
"DocumentsAllocatedDataFileInMb": 1024,
|
||||
"DocumentsUsedDataFileInMb": 942,
|
||||
"IndexesAllocatedDataFileInMb": 464,
|
||||
"IndexesUsedDataFileInMb": 278,
|
||||
"TotalAllocatedStorageFileInMb": 1496,
|
||||
"TotalFreeSpaceInMb": 52074,
|
||||
"IoReadOperations": 0.5,
|
||||
"IoWriteOperations": 0.7,
|
||||
"ReadThroughputInKb": 2137,
|
||||
"WriteThroughputInKb": 2115,
|
||||
"QueueLength": 15
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue