systemDiagnostics
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The diagnostics of the system this NiFi is running on.
XML
Elements
| name (type) |
min/max occurs |
description |
|
availableProcessors (int)
|
0/1 |
The number of available processors, if supported.
|
|
daemonThreads (int)
|
0/1 |
The number of daemon threads.
|
|
freeHeap (string)
|
0/1 |
The amount of free heap.
|
|
freeNonHeap (string)
|
0/1 |
The amount of free non-heap.
|
|
maxHeap (string)
|
0/1 |
The max size of the heap.
|
|
maxNonHeap (string)
|
0/1 |
The max size of the non-heap.
|
|
processorLoadAverage (double)
|
0/1 |
The processor load average, if supported.
|
|
totalHeap (string)
|
0/1 |
The total size of the heap.
|
|
totalNonHeap (string)
|
0/1 |
The total size of non-heap.
|
|
totalThreads (int)
|
0/1 |
The total number of threads.
|
|
usedHeap (string)
|
0/1 |
The amount of used heap.
|
|
usedNonHeap (string)
|
0/1 |
The amount of used non-heap.
|
|
heapUtilization (string)
|
0/1 |
The heap utilization.
|
|
nonHeapUtilization (string)
|
0/1 |
The non-heap utilization.
|
|
contentRepositoryStorageUsage (storageUsage)
|
0/unbounded |
The content repository storage usage.
|
|
flowFileRepositoryStorageUsage (storageUsage)
|
0/1 |
The flowfile repository storage usage.
|
|
garbageCollection (garbageCollection)
|
0/unbounded |
Garbage collection details.
|
|
statsLastRefreshed (string)
|
0/1 |
When these diagnostics were generated.
|
JSON
| property |
type |
description |
| availableProcessors |
availableProcessors (int)
|
The number of available processors, if supported.
|
| daemonThreads |
daemonThreads (int)
|
The number of daemon threads.
|
| freeHeap |
freeHeap (string)
|
The amount of free heap.
|
| freeNonHeap |
freeNonHeap (string)
|
The amount of free non-heap.
|
| maxHeap |
maxHeap (string)
|
The max size of the heap.
|
| maxNonHeap |
maxNonHeap (string)
|
The max size of the non-heap.
|
| processorLoadAverage |
processorLoadAverage (double)
|
The processor load average, if supported.
|
| totalHeap |
totalHeap (string)
|
The total size of the heap.
|
| totalNonHeap |
totalNonHeap (string)
|
The total size of non-heap.
|
| totalThreads |
totalThreads (int)
|
The total number of threads.
|
| usedHeap |
usedHeap (string)
|
The amount of used heap.
|
| usedNonHeap |
usedNonHeap (string)
|
The amount of used non-heap.
|
| heapUtilization |
heapUtilization (string)
|
The heap utilization.
|
| nonHeapUtilization |
nonHeapUtilization (string)
|
The non-heap utilization.
|
| contentRepositoryStorageUsage |
array of contentRepositoryStorageUsage (storageUsage)
|
The content repository storage usage.
|
| flowFileRepositoryStorageUsage |
flowFileRepositoryStorageUsage (storageUsage)
|
The flowfile repository storage usage.
|
| garbageCollection |
array of garbageCollection (garbageCollection)
|
Garbage collection details.
|
| statsLastRefreshed |
statsLastRefreshed (string)
|
When these diagnostics were generated.
|