Clockspeed graphing program in linux

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Is there a program to graph (CPU) clockspeeds in real time? For example, something like psensor which is useful for temperature graphs.



EDIT: Running Fedora 27 on a Ryzen system (Pinnacle Ridge)







share|improve this question





















  • matlab can do it
    – ajeh
    May 9 at 16:30










  • @ajeh I'm looking for a monitoring utility, not a general plotting software.
    – adatum
    May 9 at 16:41










  • Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
    – ajeh
    May 9 at 16:50










  • @ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
    – adatum
    May 9 at 19:34














up vote
0
down vote

favorite












Is there a program to graph (CPU) clockspeeds in real time? For example, something like psensor which is useful for temperature graphs.



EDIT: Running Fedora 27 on a Ryzen system (Pinnacle Ridge)







share|improve this question





















  • matlab can do it
    – ajeh
    May 9 at 16:30










  • @ajeh I'm looking for a monitoring utility, not a general plotting software.
    – adatum
    May 9 at 16:41










  • Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
    – ajeh
    May 9 at 16:50










  • @ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
    – adatum
    May 9 at 19:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Is there a program to graph (CPU) clockspeeds in real time? For example, something like psensor which is useful for temperature graphs.



EDIT: Running Fedora 27 on a Ryzen system (Pinnacle Ridge)







share|improve this question













Is there a program to graph (CPU) clockspeeds in real time? For example, something like psensor which is useful for temperature graphs.



EDIT: Running Fedora 27 on a Ryzen system (Pinnacle Ridge)









share|improve this question












share|improve this question




share|improve this question








edited May 9 at 19:33
























asked May 9 at 15:39









adatum

557




557











  • matlab can do it
    – ajeh
    May 9 at 16:30










  • @ajeh I'm looking for a monitoring utility, not a general plotting software.
    – adatum
    May 9 at 16:41










  • Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
    – ajeh
    May 9 at 16:50










  • @ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
    – adatum
    May 9 at 19:34
















  • matlab can do it
    – ajeh
    May 9 at 16:30










  • @ajeh I'm looking for a monitoring utility, not a general plotting software.
    – adatum
    May 9 at 16:41










  • Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
    – ajeh
    May 9 at 16:50










  • @ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
    – adatum
    May 9 at 19:34















matlab can do it
– ajeh
May 9 at 16:30




matlab can do it
– ajeh
May 9 at 16:30












@ajeh I'm looking for a monitoring utility, not a general plotting software.
– adatum
May 9 at 16:41




@ajeh I'm looking for a monitoring utility, not a general plotting software.
– adatum
May 9 at 16:41












Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
– ajeh
May 9 at 16:50




Please add these details to the question. Did you google at all? If you did, what in this solution is missing for your use case: olausson.de/programs/plot-linux-system-stats ?
– ajeh
May 9 at 16:50












@ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
– adatum
May 9 at 19:34




@ajeh i7z seems to be just for Intel systems. I edited my post to mention I'm using AMD.
– adatum
May 9 at 19:34










1 Answer
1






active

oldest

votes

















up vote
1
down vote













It's a bit overkill for just plotting CPU frequencies, but Netdata can do this with minimal setup effort (install it, start it collecting data, and point a web browser at the dashboard). It also provides a mind boggling variety of other statistics in real (or near real) time, including networking data, temperature sensor data, general system performance info, and even per-user stats, with a comparatively miniscule overhead (typically less than 1% CPU utilization despite collecting data every second, and double digit MB memory usage with default settings on most systems).






share|improve this answer





















  • Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
    – adatum
    May 9 at 19:38










  • Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
    – adatum
    May 9 at 19:48






  • 1




    Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
    – Austin Hemmelgarn
    May 10 at 18:14










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442811%2fclockspeed-graphing-program-in-linux%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













It's a bit overkill for just plotting CPU frequencies, but Netdata can do this with minimal setup effort (install it, start it collecting data, and point a web browser at the dashboard). It also provides a mind boggling variety of other statistics in real (or near real) time, including networking data, temperature sensor data, general system performance info, and even per-user stats, with a comparatively miniscule overhead (typically less than 1% CPU utilization despite collecting data every second, and double digit MB memory usage with default settings on most systems).






share|improve this answer





















  • Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
    – adatum
    May 9 at 19:38










  • Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
    – adatum
    May 9 at 19:48






  • 1




    Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
    – Austin Hemmelgarn
    May 10 at 18:14














up vote
1
down vote













It's a bit overkill for just plotting CPU frequencies, but Netdata can do this with minimal setup effort (install it, start it collecting data, and point a web browser at the dashboard). It also provides a mind boggling variety of other statistics in real (or near real) time, including networking data, temperature sensor data, general system performance info, and even per-user stats, with a comparatively miniscule overhead (typically less than 1% CPU utilization despite collecting data every second, and double digit MB memory usage with default settings on most systems).






share|improve this answer





















  • Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
    – adatum
    May 9 at 19:38










  • Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
    – adatum
    May 9 at 19:48






  • 1




    Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
    – Austin Hemmelgarn
    May 10 at 18:14












up vote
1
down vote










up vote
1
down vote









It's a bit overkill for just plotting CPU frequencies, but Netdata can do this with minimal setup effort (install it, start it collecting data, and point a web browser at the dashboard). It also provides a mind boggling variety of other statistics in real (or near real) time, including networking data, temperature sensor data, general system performance info, and even per-user stats, with a comparatively miniscule overhead (typically less than 1% CPU utilization despite collecting data every second, and double digit MB memory usage with default settings on most systems).






share|improve this answer













It's a bit overkill for just plotting CPU frequencies, but Netdata can do this with minimal setup effort (install it, start it collecting data, and point a web browser at the dashboard). It also provides a mind boggling variety of other statistics in real (or near real) time, including networking data, temperature sensor data, general system performance info, and even per-user stats, with a comparatively miniscule overhead (typically less than 1% CPU utilization despite collecting data every second, and double digit MB memory usage with default settings on most systems).







share|improve this answer













share|improve this answer



share|improve this answer











answered May 9 at 19:03









Austin Hemmelgarn

5,104915




5,104915











  • Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
    – adatum
    May 9 at 19:38










  • Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
    – adatum
    May 9 at 19:48






  • 1




    Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
    – Austin Hemmelgarn
    May 10 at 18:14
















  • Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
    – adatum
    May 9 at 19:38










  • Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
    – adatum
    May 9 at 19:48






  • 1




    Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
    – Austin Hemmelgarn
    May 10 at 18:14















Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
– adatum
May 9 at 19:38




Incredible! Can it run just the CPU part? Even though the service is lightweight, a browser with the visualizations might not be.
– adatum
May 9 at 19:38












Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
– adatum
May 9 at 19:48




Actually, it's reporting only base clocks, not also boost clocks. I just tested it on a Ryzen 2700X, and netdata is showing max 3.7GHz, while lscpushows up to 4.3GHz. Maybe a configuration issue?
– adatum
May 9 at 19:48




1




1




Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
– Austin Hemmelgarn
May 10 at 18:14




Hmm, I think that's a bug in netdata then, not a configuration issue. I've not looked too far into the cpufreq plugin myself, so i'm not sure.
– Austin Hemmelgarn
May 10 at 18:14












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442811%2fclockspeed-graphing-program-in-linux%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)