Let's say I want to know how much RAM and how much CPU I consumed after an hour of having the system started, but I don't want to have top
opened and be looking at it all the time.
I want a program that can write the resource usage to some kind of graph so I can look at it and see which resources I have been using at what time. I don't need it to be CLI, maybe a web app or a docker...
Thanks in advance.
conky
: https://github.com/brndnmtthws/conky Check this link (and links that you can find on your favourite search engine) to discover the potentialities of conky (and if it fits your needs). – Lorenz Keel Feb 08 '22 at 09:58