DBC:Errors/DBC-W009

From Dirty Cache Wiki
Revision as of 13:38, 5 November 2024 by Bart (talk | contribs) (Created page with "Category:DBCollect {{ error | [DBC-W009] sysstat timer not active, not collecting OS performance data }} The sysstat timer is not enabled. Sysstat is used to retrieve OS performance statistics. Solution: Enable the sysstat timer. <syntaxhighlight lang=bash> # as root # Enable (newer, systemctl based distro's): systemctl enable --now sysstat-collect.timer </syntaxhighlight> {{PrevNext|DBC:Errors/W007|DBC:Errors}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[DBC-W009] sysstat timer not active, not collecting OS performance data

The sysstat timer is not enabled. Sysstat is used to retrieve OS performance statistics.

Solution: Enable the sysstat timer.

# as root

# Enable (newer, systemctl based distro's):
systemctl enable --now sysstat-collect.timer