home › Forums › # Technical Support › Cpu performance
- This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by
Unknown.
-
AuthorPosts
-
March 24, 2016 at 17:21 #2100
Unknown
Memberhow can i check the porfarmance of each cpu?
i use the sudo cpufreq-set -g performance command line but give error.
inam@inam-Lenovo-G50-70:~$ sudo cpufreq-set -g perfromance
[sudo] password for inam:
Error setting new values. Common errors:
– Do you have proper administration rights? (super-user?)
– Is the governor you requested available and modprobed?
– Trying to set an invalid policy?
– Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn’t loaded?root@inam-Lenovo-G50-70:/home/inam# sudo cpufreq-set -g perfromance
Error setting new values. Common errors:
– Do you have proper administration rights? (super-user?)
– Is the governor you requested available and modprobed?
– Trying to set an invalid policy?
– Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn’t loaded?March 24, 2016 at 17:24 #2101Juan Rada-Vilela (admin)
KeymasterHi, this is not related to fuzzylite, but your problem might be that you are misspelling performance:
sudo cpufreq-set -g perf[ro]mance
sudo cpufreq-set -g performance
March 24, 2016 at 17:58 #2102Unknown
Memberagain same error..
root@inam-Lenovo-G50-70:/home/inam# sudo cpufreq-set -g perfromance
Error setting new values. Common errors:
– Do you have proper administration rights? (super-user?)
– Is the governor you requested available and modprobed?
– Trying to set an invalid policy?
– Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn’t loaded?March 24, 2016 at 18:02 #2103Juan Rada-Vilela (admin)
KeymasterHi,
this is not the right forum for your issue because it is not related to fuzzylite. However, you are still making the same mistake misspelling
performance
. You are writingperfromance
!. Please, look at the difference. You:perfROmance
, me:perfORmance
.You are doing:
sudo cpufreq-set -g perfromance
and it should be:sudo cpufreq-set -g perfORmance
(all in lower case).If you still have issues, I suggest you look into google or another forum more appropriate for the issues you are experiencing.
Cheers.
March 24, 2016 at 18:07 #2104Unknown
Memberthanks
-
AuthorPosts
- You must be logged in to reply to this topic.