Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More details in details page for CPU, RAM, DISK #278

Open
flo82 opened this issue Nov 10, 2024 · 1 comment
Open

More details in details page for CPU, RAM, DISK #278

flo82 opened this issue Nov 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@flo82
Copy link

flo82 commented Nov 10, 2024

I'm using different tools for monitoring my systems. What i'm missing in beszel are the following improvements:

CPU graph could be devided into:

  • CPU
  • IOWAIT
  • Steal
  • User
  • System

RAM could be devided into:

  • RAM
  • SWAP
  • Buffered
  • Cached

Also an average, max value for the selected timerange would be appreciated.

Furthermore fstab could be used and monitored to get more devices for monitoring disk-space.

Total values for network for the timerange would also be interesting.

What do you think of the suggestions?
I would like to help you, but I have no idea of go-language :-(

@henrygd
Copy link
Owner

henrygd commented Nov 11, 2024

More CPU metrics could be helpful.

RAM is already divided into used / buffer + cache, as well as ARC if you use ZFS. And there's a separate chart for swap if swap is being utilized by your system.

We have average / max toggle for various metrics like cpu and bandwidth. Not for memory though. We could add it, but generally memory doesn't fluctuate as rapidly as the others so I'm not sure it's needed.

Monitoring fstab is an interesting idea, but there are still limitations with docker where the disks need to be manually set up. And perhaps fstab includes things that people don't want or need to be monitored.

Total network traffic is definitely something I want to add at some point. I think there's one or two other issues about that.

@henrygd henrygd added the enhancement New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants