ektravel commented on code in PR #14912: URL: https://github.com/apache/druid/pull/14912#discussion_r1307602881
########## docs/operations/metrics.md: ########## @@ -427,6 +432,51 @@ These metrics are only available if the `SysMonitor` module is included. |`sys/storage/used`|Disk space used|`fsDirName`|Varies| |`sys/cpu`|CPU used|`cpuName`, `cpuTime`|Varies| +## OshiSysMonitor + +These metrics are only available if the `OshiSysMonitor` module is included. + +|Metric|Description|Dimensions|Normal Value| +|------|-----------|----------|------------| +|`sys/swap/free`|Free swap||Varies| +|`sys/swap/max`|Max swap||Varies| +|`sys/swap/pageIn`|Paged in swap||Varies| +|`sys/swap/pageOut`|Paged out swap||Varies| +|`sys/disk/write/count`|Writes to disk|`diskName`|Varies| +|`sys/disk/read/count`|Reads from disk|`diskName`|Varies| +|`sys/disk/write/size`|Bytes written to disk. One indicator of the amount of paging occurring for segments.|`diskName`|Varies| +|`sys/disk/read/size`|Bytes read from disk. One indicator of the amount of paging occurring for segments.|`diskName`|Varies| +|`sys/disk/queue`|Disk queue length. Measures number of requests waiting to be processed by Disk|`diskName`|Generally 0| Review Comment: ```suggestion |`sys/disk/queue`|Disk queue length. Measures number of requests waiting to be processed by disk|`diskName`|Generally 0| ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
