Score:0

Any way to monitor the resources of my system over time?

in flag

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.

Lorenz Keel avatar
gr flag
Probably you are looking for something like `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).
muru avatar
us flag
Does this answer your question? [What system monitoring tools are available?](https://askubuntu.com/questions/293426/what-system-monitoring-tools-are-available)
Satoshi Nakamoto avatar
lc flag
Do you need something that works in the background, but you can check anytime soon to see the resources used?
GBT55 avatar
in flag
exactly @Tyþë-Ø
Satoshi Nakamoto avatar
lc flag
I think it's possible to create a script for that. Like you open the script then it shows "the last most used resources"
Score:1
in flag

What you are looking for is system monitoring. I use monitorix It's open source system monitoring tool and exist in Ubuntu repository. You can install it via:

sudo apt install monitorix
sudo systemctl start monitorix

Then open the link in your browser :

http://127.0.0.1:8080/monitorix

More info: https://www.linode.com/docs/guides/how-to-use-monitorix-for-system-monitoring/ https://wiki.archlinux.org/title/monitorix

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.