phoenixframework / phoenix_live_dashboard

Realtime dashboard with metrics, request logging, plus storage, OS and VM insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etop support?

hauxir opened this issue · comments

Would be great to have access to the live updating table when you hit Etop.start() in this library:
https://github.com/infinityoneframework/etop

thoughts?

Can you please explain which part is missing? We already have a process table (and more) and it updates with a given frequency.

Now that I think of it, processes has mostly all of what Etop has, except for cpu percentages which is pretty nice to have when figuring out what's taking up resources, would that make sense to add into Processes?

It is really only the reductions count as a percentage, so i don't think it is strictly necessary. Thanks!

It is really only the reductions count as a percentage, so i don't think it is strictly necessary. Thanks!

Fair enough, thanks for such a quick reply! Love the tool and am using it a lot in production.