In one of my droplets, I have no memory graph. Only Bandwidth, CPU, and Disk/Io.
I tried to follow this guide, but it did not change anything: https://docs.digitalocean.com/products/monitoring/how-to/install-agent/
do-agent seems to be running. when I do ps aux | grep do-agent
, this is the output:
root 6533 0.0 0.0 8160 732 pts/0 S+ 22:52 0:00 grep --color=auto do-agent
How can I get the memory graph to show up?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @geochanto,
Let’s start with the grep command, if you look a bit closely, you’ll notice the ps aux command only shows your grep and not the do-agent.
All in all, the agent is not running. I would assume you’ve missed something from the tutorial. Can you please try again to follow all the steps and let me know how it goes?