1
0
Fork 0
telegraf/plugins/inputs/ravendb/testdata/server_min.json
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

72 lines
1.7 KiB
JSON

{
"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
}
}