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

Add additional widgets for the CPU #144

Open
xxxserxxx opened this issue Jul 24, 2020 · 0 comments
Open

Add additional widgets for the CPU #144

xxxserxxx opened this issue Jul 24, 2020 · 0 comments
Assignees
Labels
area:widget About a specific widget enhancement New feature or request

Comments

@xxxserxxx
Copy link
Owner

xxxserxxx commented Jul 24, 2020

This is spawned from #17

Provide an alternate view for the CPU data showing per-CPU values.

The current view is per core; that is, every label CPUn represents a CPU core. Users have asked for a view common to some other usage tools, that is a per CPU view where the usage is a sum of the cores in the CPU.

While I'm not interested in displaying paradoxical values > 100%, I'm willing to provide it. The CPU displays will be:

  1. Current, per-core or average only display
  2. Per-CPU, core-averaged display
  3. Per-CPU, "total" display

Each view will allow the AVG label and value, for all computing value in the machine.

1 - ∑C/Δt (actually, it should be a rolling average over a time window, so slightly more complex than that)
2 - ∀p, (∑Cp) / (|Cp|)
3 - ∀p, (∑Cp)

@xxxserxxx xxxserxxx added enhancement New feature or request area:widget About a specific widget labels Jul 24, 2020
@xxxserxxx xxxserxxx self-assigned this Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:widget About a specific widget enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant