| Managed Object Model 3266/155 54-LZN 765 0163/9-V1 Uen S |
|
|
| Name | Value |
|---|---|
| description | This represents an individual processor core |
| pmGroupId | OSProcessingLogicalUnit |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent waiting for I/O (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * iowait / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IOWait |
| measurementTypeId | CPULoad.IOWait |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * irq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IRQ |
| measurementTypeId | CPULoad.IRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in low priority processes (positive nice value) (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * nice / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Nice |
| measurementTypeId | CPULoad.Nice |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing soft interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * softirq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.SoftIRQ |
| measurementTypeId | CPULoad.SoftIRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * steal / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.Steal |
| measurementTypeId | CPULoad.Steal |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Calculation is the same as for CPULoad.Steal. |
| initialValue | 0 |
| measurementName | CPULoad.Steal.Maximum |
| measurementTypeId | CPULoad.Steal.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in kernel space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * system / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.System |
| measurementTypeId | CPULoad.System |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Total |
| measurementTypeId | CPULoad.Total |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage (percentage). Calculation is the same as for CPULoad.Total. |
| initialValue | 0 |
| measurementName | CPULoad.Total.Maximum |
| measurementTypeId | CPULoad.Total.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage for virtualized cores (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt |
| measurementTypeId | CPULoad.TotalVirt |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage for virtualized cores (percentage). Calculation is the same as for CPULoad.TotalVirt. |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt.Maximum |
| measurementTypeId | CPULoad.TotalVirt.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in user space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * user / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.User |
| measurementTypeId | CPULoad.User |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| description | This represents the measurement totals of one or more processor core units in an individual socket |
| pmGroupId | OSProcessingSocketUnit |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent waiting for I/O (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * iowait / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IOWait |
| measurementTypeId | CPULoad.IOWait |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * irq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IRQ |
| measurementTypeId | CPULoad.IRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in low priority processes (positive nice value) (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * nice / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Nice |
| measurementTypeId | CPULoad.Nice |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing soft interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * softirq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.SoftIRQ |
| measurementTypeId | CPULoad.SoftIRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * steal / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.Steal |
| measurementTypeId | CPULoad.Steal |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Calculation is the same as for CPULoad.Steal. |
| initialValue | 0 |
| measurementName | CPULoad.Steal.Maximum |
| measurementTypeId | CPULoad.Steal.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in kernel space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * system / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.System |
| measurementTypeId | CPULoad.System |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Total |
| measurementTypeId | CPULoad.Total |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage (percentage). Calculation is the same as for CPULoad.Total. |
| initialValue | 0 |
| measurementName | CPULoad.Total.Maximum |
| measurementTypeId | CPULoad.Total.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage for virtualized cores (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt |
| measurementTypeId | CPULoad.TotalVirt |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage for virtualized cores (percentage). Calculation is the same as for CPULoad.TotalVirt. |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt.Maximum |
| measurementTypeId | CPULoad.TotalVirt.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in user space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * user / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.User |
| measurementTypeId | CPULoad.User |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| description | This is a node in the cluster, containing one or more socket units |
| pmGroupId | OSProcessingUnit |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent waiting for I/O (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * iowait / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IOWait |
| measurementTypeId | CPULoad.IOWait |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * irq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.IRQ |
| measurementTypeId | CPULoad.IRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in low priority processes (positive nice value) (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * nice / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Nice |
| measurementTypeId | CPULoad.Nice |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent servicing soft interrupts (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * softirq / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.SoftIRQ |
| measurementTypeId | CPULoad.SoftIRQ |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * steal / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.Steal |
| measurementTypeId | CPULoad.Steal |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum time spent by virtual CPU waiting while hypervisor cannot allocate real CPU (percentage). Calculation is the same as for CPULoad.Steal. |
| initialValue | 0 |
| measurementName | CPULoad.Steal.Maximum |
| measurementTypeId | CPULoad.Steal.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in kernel space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * system / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.System |
| measurementTypeId | CPULoad.System |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.Total |
| measurementTypeId | CPULoad.Total |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage (percentage). Calculation is the same as for CPULoad.Total. |
| initialValue | 0 |
| measurementName | CPULoad.Total.Maximum |
| measurementTypeId | CPULoad.Total.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Total CPU usage for virtualized cores (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * (user + system + nice + irq + softirq) / (user + system + nice + irq + softirq + idle + iowait + steal). |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt |
| measurementTypeId | CPULoad.TotalVirt |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum total CPU usage for virtualized cores (percentage). Calculation is the same as for CPULoad.TotalVirt. |
| initialValue | 0 |
| measurementName | CPULoad.TotalVirt.Maximum |
| measurementTypeId | CPULoad.TotalVirt.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | CPU usage spent in user space (percentage). Average of values from /proc/stat Linux kernel interface, sampled once every second: 100 * user / (user + system + nice + irq + softirq + idle + iowait). |
| initialValue | 0 |
| measurementName | CPULoad.User |
| measurementTypeId | CPULoad.User |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free disk space (KB). Average of values from statfs Linux kernel interface, sampled once every second: Disk.Total - Disk.Used. |
| initialValue | 0 |
| measurementName | Disk.Free |
| measurementTypeId | Disk.Free |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free disk space (percentage). Average of values from statfs Linux kernel interface, sampled once every second: (Disk.Free / Disk.Total) * 100. |
| initialValue | 0 |
| measurementName | Disk.PercentFree |
| measurementTypeId | Disk.PercentFree |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used disk space (percentage). Average of values from statfs Linux kernel interface, sampled once every second: (Disk.Used / Disk.Total) * 100. |
| initialValue | 0 |
| measurementName | Disk.PercentUsed |
| measurementTypeId | Disk.PercentUsed |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used disk space (percentage). Calculation is the same as for Disk.PercentUsed. |
| initialValue | 0 |
| measurementName | Disk.PercentUsed.Maximum |
| measurementTypeId | Disk.PercentUsed.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used disk space (KB). Average of values from statfs Linux kernel interface, sampled once every second: (Block_count - Free_blocks + Reserved_block_count) * Block_size. |
| initialValue | 0 |
| measurementName | Disk.Used |
| measurementTypeId | Disk.Used |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used disk space (KB). Calculation is the same as for Disk.Used. |
| initialValue | 0 |
| measurementName | Disk.Used.Maximum |
| measurementTypeId | Disk.Used.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free memory (KB). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: MemAvailable. |
| initialValue | 0 |
| measurementName | Mem.Free |
| measurementTypeId | Mem.Free |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free memory (percentage). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: 100 * MemAvailable / MemTotal. |
| initialValue | 0 |
| measurementName | Mem.PercentFree |
| measurementTypeId | Mem.PercentFree |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used memory (percentage). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: 100 * (MemTotal - MemAvailable) / MemTotal. |
| initialValue | 0 |
| measurementName | Mem.PercentUsed |
| measurementTypeId | Mem.PercentUsed |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used memory (percentage). Calculation is the same as for Mem.PercentUsed. |
| initialValue | 0 |
| measurementName | Mem.PercentUsed.Maximum |
| measurementTypeId | Mem.PercentUsed.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | LAST_UPDATE |
| collectionMethod | SI |
| derSampleRate | 0 |
| description | Total amount of memory in the system (KB). Value from /proc/meminfo Linux kernel interface: MemTotal. |
| initialValue | 0 |
| measurementName | Mem.Total |
| measurementTypeId | Mem.Total |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used memory (KB). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: MemTotal - MemAvailable. |
| initialValue | 0 |
| measurementName | Mem.Used |
| measurementTypeId | Mem.Used |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used memory (KB). Calculation is the same as for Mem.Used. |
| initialValue | 0 |
| measurementName | Mem.Used.Maximum |
| measurementTypeId | Mem.Used.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free swap space (KB). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: SwapFree. |
| initialValue | 0 |
| measurementName | Swap.Free |
| measurementTypeId | Swap.Free |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Free swap space (percentage). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: 100 * SwapFree / SwapTotal. |
| initialValue | 0 |
| measurementName | Swap.PercentFree |
| measurementTypeId | Swap.PercentFree |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used swap space (percentage). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: 100 * (SwapTotal - SwapFree) / SwapTotal. |
| initialValue | 0 |
| measurementName | Swap.PercentUsed |
| measurementTypeId | Swap.PercentUsed |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used swap space (percentage). Calculation is the same as for Swap.PercentUsed. |
| initialValue | 0 |
| measurementName | Swap.PercentUsed.Maximum |
| measurementTypeId | Swap.PercentUsed.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | AVG |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Used swap space (KB). Average of values from /proc/meminfo Linux kernel interface, sampled once every second: SwapTotal - SwapFree. |
| initialValue | 0 |
| measurementName | Swap.Used |
| measurementTypeId | Swap.Used |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |
| Name | Value |
|---|---|
| aggregation | MAX |
| collectionMethod | GAUGE |
| derSampleRate | 0 |
| description | Maximum used swap space (KB). Calculation is the same as for Swap.Used. |
| initialValue | 0 |
| measurementName | Swap.Used.Maximum |
| measurementTypeId | Swap.Used.Maximum |
| resetAtGranPeriod | true |
| thresholdDirection | INCREASING |