Commits
Juris Lambda authored 2f8c55b452f
...G...... [ZBXNEXT-9471] added CPU_SPIN cpu state support on OpenBSD During the 6.4 release cycle, OpenBSD introduced a scheduler state CP_SPIN, which split out the CPU time spent sipping on a lock out of the total system time. This is generally useful to differentiate time spent in the kernel doing useful things vs waiting on locks, which helps detect locks contention. That change effectively made Zabbix blind to the that slice of system time. This has been present in the ports tree[1] as a patch ever since, committed by Jasper Lievisse Adriaanse (jaspert[at]openbsd[dot]org). Praise to Jasper! [1]: https://github.com/openbsd/ports/commit/d4766faed71d6874863143bb75e51f698375bac7