You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2022. It is now read-only.
import sadf
from sadf import fieldgroups as fg
cmd = sadf.SadfCommand()
cmd.field_groups = [ fg.Network(dev=True) ]
report = cmd.run()
Error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/sadf/__init__.py", line 141, in run
results = self._exec()
File "/usr/local/lib/python3.8/dist-packages/sadf/__init__.py", line 238, in _exec
raise SadfCommandException('Failed to execute sadf command: {}'
sadf.SadfCommandException: Failed to execute sadf command: Cannot open /var/log/sysstat/sa13: No such file or directory
Please check if data collecting is enabled