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
19
plugins/inputs/ravendb/testdata/collections_full.json
vendored
Normal file
19
plugins/inputs/ravendb/testdata/collections_full.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"PublicServerUrl": "http://localhost:8080",
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db1",
|
||||
"Collections": [
|
||||
{
|
||||
"CollectionName": "Orders",
|
||||
"DocumentsCount": 830,
|
||||
"TotalSizeInBytes": 2744320,
|
||||
"DocumentsSizeInBytes": 868352,
|
||||
"TombstonesSizeInBytes": 122880,
|
||||
"RevisionsSizeInBytes": 1753088
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
19
plugins/inputs/ravendb/testdata/collections_min.json
vendored
Normal file
19
plugins/inputs/ravendb/testdata/collections_min.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"PublicServerUrl": null,
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db1",
|
||||
"Collections": [
|
||||
{
|
||||
"CollectionName": "Orders",
|
||||
"DocumentsCount": 830,
|
||||
"TotalSizeInBytes": 2744320,
|
||||
"DocumentsSizeInBytes": 868352,
|
||||
"TombstonesSizeInBytes": 122880,
|
||||
"RevisionsSizeInBytes": 1753088
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
plugins/inputs/ravendb/testdata/databases_min.json
vendored
Normal file
49
plugins/inputs/ravendb/testdata/databases_min.json
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"PublicServerUrl": null,
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db2",
|
||||
"DatabaseId": "06eefe8b-d720-4a8d-a809-2c5af9a4abb5",
|
||||
"UptimeInSec": 1396,
|
||||
"TimeSinceLastBackupInSec": null,
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
25
plugins/inputs/ravendb/testdata/indexes_full.json
vendored
Normal file
25
plugins/inputs/ravendb/testdata/indexes_full.json
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"PublicServerUrl": "http://localhost:8080",
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db1",
|
||||
"Indexes": [
|
||||
{
|
||||
"IndexName": "Product/Rating",
|
||||
"Priority": "Normal",
|
||||
"State": "Normal",
|
||||
"Errors": 0,
|
||||
"TimeSinceLastQueryInSec": 3.4712567,
|
||||
"TimeSinceLastIndexingInSec": 3.4642612,
|
||||
"LockMode": "Unlock",
|
||||
"IsInvalid": true,
|
||||
"Status": "Running",
|
||||
"MappedPerSec": 102.34,
|
||||
"ReducedPerSec": 593.23,
|
||||
"Type": "MapReduce"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
25
plugins/inputs/ravendb/testdata/indexes_min.json
vendored
Normal file
25
plugins/inputs/ravendb/testdata/indexes_min.json
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"PublicServerUrl": null,
|
||||
"NodeTag": "A",
|
||||
"Results": [
|
||||
{
|
||||
"DatabaseName": "db1",
|
||||
"Indexes": [
|
||||
{
|
||||
"IndexName": "Product/Rating",
|
||||
"Priority": "Normal",
|
||||
"State": "Normal",
|
||||
"Errors": 0,
|
||||
"TimeSinceLastQueryInSec": null,
|
||||
"TimeSinceLastIndexingInSec": null,
|
||||
"LockMode": "Unlock",
|
||||
"IsInvalid": false,
|
||||
"Status": "Running",
|
||||
"MappedPerSec": 102.34,
|
||||
"ReducedPerSec": 593.23,
|
||||
"Type": "MapReduce"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
73
plugins/inputs/ravendb/testdata/server_full.json
vendored
Normal file
73
plugins/inputs/ravendb/testdata/server_full.json
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"ServerVersion": "5.1",
|
||||
"ServerFullVersion": "5.1.1-custom-51",
|
||||
"UpTimeInSec": 30,
|
||||
"ServerProcessId": 26360,
|
||||
"Config": {
|
||||
"ServerUrls": [
|
||||
"http://127.0.0.1:8080",
|
||||
"http://192.168.0.1:8080"
|
||||
],
|
||||
"PublicServerUrl": "http://raven1:8080",
|
||||
"TcpServerUrls": ["tcp://127.0.0.1:3888", "tcp://192.168.0.1:3888"],
|
||||
"PublicTcpServerUrls": ["tcp://2.3.4.5:3888", "tcp://6.7.8.9:3888"]
|
||||
},
|
||||
"Backup": {
|
||||
"CurrentNumberOfRunningBackups": 2,
|
||||
"MaxNumberOfConcurrentBackups": 4
|
||||
},
|
||||
"Cpu": {
|
||||
"ProcessUsage": 6.28,
|
||||
"MachineUsage": 41.05,
|
||||
"MachineIoWait": 2.55,
|
||||
"ProcessorCount": 8,
|
||||
"AssignedProcessorCount": 7,
|
||||
"ThreadPoolAvailableWorkerThreads": 32766,
|
||||
"ThreadPoolAvailableCompletionPortThreads": 1000
|
||||
},
|
||||
"Memory": {
|
||||
"AllocatedMemoryInMb": 235,
|
||||
"PhysicalMemoryInMb": 16250,
|
||||
"InstalledMemoryInMb": 16384,
|
||||
"LowMemorySeverity": "None",
|
||||
"TotalSwapSizeInMb": 1024,
|
||||
"TotalSwapUsageInMb": 456,
|
||||
"WorkingSetSwapUsageInMb": 89,
|
||||
"TotalDirtyInMb": 1
|
||||
},
|
||||
"Disk": {
|
||||
"SystemStoreUsedDataFileSizeInMb": 28,
|
||||
"SystemStoreTotalDataFileSizeInMb": 32,
|
||||
"TotalFreeSpaceInMb": 52078,
|
||||
"RemainingStorageSpacePercentage": 22
|
||||
},
|
||||
"License": {
|
||||
"Type": "Enterprise",
|
||||
"ExpirationLeftInSec": 25466947.5,
|
||||
"UtilizedCpuCores": 8,
|
||||
"MaxCores": 256
|
||||
},
|
||||
"Network": {
|
||||
"TcpActiveConnections": 84,
|
||||
"ConcurrentRequestsCount": 1,
|
||||
"TotalRequests": 3,
|
||||
"RequestsPerSec": 0.03322,
|
||||
"LastRequestTimeInSec": 0.0264977,
|
||||
"LastAuthorizedNonClusterAdminRequestTimeInSec": 0.04
|
||||
},
|
||||
"Certificate": {
|
||||
"ServerCertificateExpirationLeftInSec": 104,
|
||||
"WellKnownAdminCertificates": ["a909502dd82ae41433e6f83886b00d4277a32a7b", "4444444444444444444444444444444444444444"]
|
||||
},
|
||||
"Cluster": {
|
||||
"NodeTag": "A",
|
||||
"NodeState": "Leader",
|
||||
"CurrentTerm": 28,
|
||||
"Index": 104,
|
||||
"Id": "6b535a18-558f-4e53-a479-a514efc16aab"
|
||||
},
|
||||
"Databases": {
|
||||
"TotalCount": 25,
|
||||
"LoadedCount": 2
|
||||
}
|
||||
}
|
72
plugins/inputs/ravendb/testdata/server_min.json
vendored
Normal file
72
plugins/inputs/ravendb/testdata/server_min.json
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"ServerVersion": "5.1",
|
||||
"ServerFullVersion": "5.1.1-custom-51",
|
||||
"UpTimeInSec": 30,
|
||||
"ServerProcessId": 26360,
|
||||
"Config": {
|
||||
"ServerUrls": [
|
||||
"http://127.0.0.1:8080"
|
||||
],
|
||||
"PublicServerUrl": null,
|
||||
"TcpServerUrls": null,
|
||||
"PublicTcpServerUrls": null
|
||||
},
|
||||
"Backup": {
|
||||
"CurrentNumberOfRunningBackups": 2,
|
||||
"MaxNumberOfConcurrentBackups": 4
|
||||
},
|
||||
"Cpu": {
|
||||
"ProcessUsage": 6.28,
|
||||
"MachineUsage": 41.07,
|
||||
"MachineIoWait": null,
|
||||
"ProcessorCount": 8,
|
||||
"AssignedProcessorCount": 7,
|
||||
"ThreadPoolAvailableWorkerThreads": 32766,
|
||||
"ThreadPoolAvailableCompletionPortThreads": 1000
|
||||
},
|
||||
"Memory": {
|
||||
"AllocatedMemoryInMb": 235,
|
||||
"PhysicalMemoryInMb": 16250,
|
||||
"InstalledMemoryInMb": 16384,
|
||||
"LowMemorySeverity": "Low",
|
||||
"TotalSwapSizeInMb": 1024,
|
||||
"TotalSwapUsageInMb": 456,
|
||||
"WorkingSetSwapUsageInMb": 89,
|
||||
"TotalDirtyInMb": 1
|
||||
},
|
||||
"Disk": {
|
||||
"SystemStoreUsedDataFileSizeInMb": 28,
|
||||
"SystemStoreTotalDataFileSizeInMb": 32,
|
||||
"TotalFreeSpaceInMb": 52078,
|
||||
"RemainingStorageSpacePercentage": 22
|
||||
},
|
||||
"License": {
|
||||
"Type": "Enterprise",
|
||||
"ExpirationLeftInSec": null,
|
||||
"UtilizedCpuCores": 8,
|
||||
"MaxCores": 256
|
||||
},
|
||||
"Network": {
|
||||
"TcpActiveConnections": 84,
|
||||
"ConcurrentRequestsCount": 1,
|
||||
"TotalRequests": 3,
|
||||
"RequestsPerSec": 0.03322,
|
||||
"LastRequestTimeInSec": null,
|
||||
"LastAuthorizedNonClusterAdminRequestTimeInSec": null
|
||||
},
|
||||
"Certificate": {
|
||||
"ServerCertificateExpirationLeftInSec": null,
|
||||
"WellKnownAdminCertificates": null
|
||||
},
|
||||
"Cluster": {
|
||||
"NodeTag": "A",
|
||||
"NodeState": "Leader",
|
||||
"CurrentTerm": 28,
|
||||
"Index": 104,
|
||||
"Id": "6b535a18-558f-4e53-a479-a514efc16aab"
|
||||
},
|
||||
"Databases": {
|
||||
"TotalCount": 25,
|
||||
"LoadedCount": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue