package kaun-board
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Training dashboard and logging for Raven
Install
dune-project
Dependency
Authors
Maintainers
Sources
raven-1.0.0.alpha3.tbz
sha256=96d35ce03dfbebd2313657273e24c2e2d20f9e6c7825b8518b69bd1d6ed5870f
sha512=90c5053731d4108f37c19430e45456063e872b04b8a1bbad064c356e1b18e69222de8bfcf4ec14757e71f18164ec6e4630ba770dbcb1291665de5418827d1465
doc/kaun-board.sysstat/Sysstat/index.html
Module SysstatSource
System metrics collection library.
Sysstat provides stateless, poll-based system monitoring. The caller manages state and sampling intervals. Each module samples instantaneous or cumulative values from the operating system. CPU, network, and disk I/O statistics are cumulative since boot and require two samples to compute usage percentages; memory statistics are instantaneous.
Platform Support
Supported platforms: Linux and macOS. Platform-specific behavior is documented per module. Some metrics have limited availability on certain platforms (e.g., macOS CPU counters populate only user/nice/system/idle fields).
Sysstat Modules
System Information
loadavg () returns the 1, 5, and 15 minute load averages.
uptime () returns system uptime in seconds.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page