inv2004 / ttop

System monitoring tool with historical data service, triggers and top-like TUI
MIT License
333 stars 5 forks source link

Not recording historical data #27

Closed dnordberg closed 1 year ago

dnordberg commented 1 year ago

Installed via the executable on Centos 8.

Ran ttop --on.

Got

systemctl daemon-reload
systemctl enable --now 'ttop.timer'

Ran that. Then running ttop again says "No historical stats found".

Sorry if I'm missing something, perhaps I missed a step.

inv2004 commented 1 year ago

it collects every 10 minutes by default. Probably you just have to wait a bit.

You can check next run:

systemctl list-timers --user

remove --user if you did ttop --on from root

Please let me know if it helped or we will investigate it deeper.

Thank you for for the report

inv2004 commented 1 year ago

I just released https://github.com/inv2004/ttop/releases/tag/v1.2.5 to avoid confusion while waiting for the first snapshot save

inv2004 commented 1 year ago

Reopen if actual, plz