reporting.realtime

Retrieve real time statistics for CPU, network, virtual memory and zfs arc.

This event is generated by a dynamic source. If you want to specify subscription params, subscribe to it using the name in the following format reporting.realtime:{“param”: “value”}

Type: object

ReportingRealtimeEventSourceArgs

Type: object
No Additional Properties

Interval

Type: integer Default: 2

Interval in seconds between real-time data updates.

Value must be greater or equal to 2

ReportingRealtimeEventSourceEvent

Type: object
No Additional Properties

ReportingRealtimeEventSourceEvent

Type: object
No Additional Properties

Cpu

Type: object

CPU performance metrics for real-time monitoring.

ReportingRealtimeEventSourceEventDisks

Type: object

Disk performance metrics for real-time monitoring.

No Additional Properties

Busy

Type: number

Percentage of time the disk was busy servicing requests.

Read Bytes

Type: number

Bytes read from disk per second.

Write Bytes

Type: number

Bytes written to disk per second.

Read Ops

Type: number

Read operations per second.

Write Ops

Type: number

Write operations per second.

Interfaces

Type: object

Network interface statistics for real-time monitoring.

ReportingRealtimeEventSourceEventMemory

Type: object

Memory usage metrics for real-time monitoring.

No Additional Properties

Arc Size

Type: integer

Current size of the ZFS ARC cache in bytes.

Arc Free Memory

Type: integer

Amount of free memory in the ZFS ARC cache in bytes.

Arc Available Memory

Type: integer

Amount of memory available to the ZFS ARC cache in bytes.

Physical Memory Total

Type: integer

Total physical memory in the system in bytes.

Physical Memory Available

Type: integer

Available physical memory in the system in bytes.

ReportingRealtimeEventSourceEventZFS

Type: object

ZFS performance metrics for real-time monitoring.

No Additional Properties

Demand Accesses Per Second

Type: integer

Total ZFS ARC demand accesses per second.

Demand Data Accesses Per Second

Type: integer

ZFS ARC data demand accesses per second.

Demand Metadata Accesses Per Second

Type: integer

ZFS ARC metadata demand accesses per second.

Demand Data Hits Per Second

Type: integer

ZFS ARC data demand hits per second.

Demand Data Io Hits Per Second

Type: integer

ZFS ARC data demand I/O hits per second.

Demand Data Misses Per Second

Type: integer

ZFS ARC data demand misses per second.

Demand Data Hit Percentage

Type: integer

Percentage of ZFS ARC data demand requests that were hits.

Demand Data Io Hit Percentage

Type: integer

Percentage of ZFS ARC data demand I/O requests that were hits.

Demand Data Miss Percentage

Type: integer

Percentage of ZFS ARC data demand requests that were misses.

Demand Metadata Hits Per Second

Type: integer

ZFS ARC metadata demand hits per second.

Demand Metadata Io Hits Per Second

Type: integer

ZFS ARC metadata demand I/O hits per second.

Demand Metadata Misses Per Second

Type: integer

ZFS ARC metadata demand misses per second.

Demand Metadata Hit Percentage

Type: integer

Percentage of ZFS ARC metadata demand requests that were hits.

Demand Metadata Io Hit Percentage

Type: integer

Percentage of ZFS ARC metadata demand I/O requests that were hits.

Demand Metadata Miss Percentage

Type: integer

Percentage of ZFS ARC metadata demand requests that were misses.

L2Arc Hits Per Second

Type: integer

ZFS L2ARC hits per second.

L2Arc Misses Per Second

Type: integer

ZFS L2ARC misses per second.

Total L2Arc Accesses Per Second

Type: integer

Total ZFS L2ARC accesses per second.

L2Arc Access Hit Percentage

Type: integer

Percentage of ZFS L2ARC accesses that were hits.

L2Arc Miss Percentage

Type: integer

Percentage of ZFS L2ARC accesses that were misses.

Bytes Read Per Second From The L2Arc

Type: integer

Bytes read per second from the ZFS L2ARC cache.

Bytes Written Per Second To The L2Arc

Type: integer

Bytes written per second to the ZFS L2ARC cache.

Pools

Type: object

Storage pool statistics for real-time monitoring.



Required roles: REPORTING_READ