bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage
MIT License
2.63k stars 67 forks source link

Empty graphs and process list on Ubuntu Focal #121

Closed BYK closed 2 years ago

BYK commented 2 years ago

Hi!

I heard about Zenith and wanted to give it a try on a dev machine hosted on AWS EC2. It starts up without any apparent errors but all I get is empty charts and no process list at all. The UI is responsive, I just cannot get any of the info. Tried with sudo just in case, no change. Ran it in debug mode and here's the output: https://gist.github.com/BYK/cd9cbe4a0601fa8a654b0698b6e2fcf8

Happy to chip in if you can guide me in the right direction.

bvaisvil commented 2 years ago

I’ve definitely run it on aws. Maybe it has something to do with the instance type? Which one did you use? Did zenith even report itself in the process list ? Also, If you’re running in a container, you won’t be able to see much…

On Jun 30, 2022, at 04:14, Burak Yigit Kaya @.***> wrote:

 Hi!

I heard about Zenith and wanted to give it a try on a dev machine hosted on AWS EC2. It starts up without any apparent errors but all I get is empty charts and no process list at all. The UI is responsive, I just cannot get any of the info. Tried with sudo just in case, no change. Ran it in debug mode and here's the output: https://gist.github.com/BYK/cd9cbe4a0601fa8a654b0698b6e2fcf8

Happy to chip in if you can guide me in the right direction.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

BYK commented 2 years ago

Sorry for the lack of response here! I don't get to see any process list at all. Not running in a container. All I get is something like this: image

bvaisvil commented 2 years ago

I think this may just be a matter of options and/or screen size. Pressing "F1" will give you an option to turn on/off different sections. Is the process section on?

Screen Shot 2022-08-17 at 10 46 57 AM

If it is you can try turning off some of the sections so that it has room to render in the screen dimensions your showing...

BYK commented 2 years ago

Aha, that worked! Not sure why the default state was weird tho :(