-
Notifications
You must be signed in to change notification settings - Fork 311
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
Display system RAM speed in MHz #543
Comments
This could be solved by using polkit (see https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html). If you add this configuration as
it would allow to run lshw as root without user authentication and without granting general root rights. The next problem would be parsing lshw. (And of course, you would need a dbus interface.) |
I don't see memory frequency in this, is it still possible to get with lshw? |
Run as root:
Gives you the clock per bank though. The root access problem can be solved via polkit as posted before. |
Can you add feature to display ram bus usage in %? |
What does that mean and how would you measure it? |
Since 0.6.2 and 0.6.3 it is not possible to show SWAP amount which fills the gap next to RAM amount which is a nice feature.
However, especially for systemws without swap or for those who don't want to show it, how about an option to display the system memory speed in MHz, similar to VRAM?
I keep finding
dmidecode
orlshw
for that, both of which require root to run. Is it possible to retrieve that info without root access?The text was updated successfully, but these errors were encountered: