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
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