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.