You are not logged in.
Pages: 1
hi to everybody,
try cpupower, i noticed that the command cpupower info return:
[mattia@arch-desktop ~]$ sudo cpupower info
System's multi core scheduler setting: not supported
System's thread sibling scheduler setting: not supported
System does not support Intel's performance bias setting
analisi della CPU 0:because i have a dual-core processor (opteron 175) why the multi-core scheduler isn't supported ?
thanks in advance
Last edited by nTia89 (2012-04-21 17:18:25)
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
uppp
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
It's a kernel option:
$ zgrep SCHED_MC /proc/config.gz
Offline
infact, why cpupower tell me that isn't supported ???
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Because your chip does not support it. Get a more modern chip.
$ sudo cpupower info
System's multi core scheduler setting: not supported
System's thread sibling scheduler setting: not supported
System does not support Intel's performance bias setting
analyzing CPU 0:
$ grep "model name" /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU X3360 @ 2.83GHz
model name : Intel(R) Xeon(R) CPU X3360 @ 2.83GHz
model name : Intel(R) Xeon(R) CPU X3360 @ 2.83GHz
model name : Intel(R) Xeon(R) CPU X3360 @ 2.83GHzCompare to:
$ sudo cpupower info
System's multi core scheduler setting: 1
System's thread sibling scheduler setting: 1
analyzing CPU 0:
Could not read perf-bias value
$ grep "model name" /proc/cpuinfo
model name : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
model name : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
model name : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
model name : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHzLast edited by graysky (2012-04-20 22:46:28)
Offline
why isn't supported my cpu ?
on what mc sched is supported ?
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
nTia89, to understand what happens you need to get more accustomed to the CPU models and their capabilities. This is part of your homework, you surely know.
This thread is probably TGN and will be moved there if your questions remain on the current uninformed level.
To know or not to know ...
... the questions remain forever.
Offline
i'm not a total noob, i try with google and kernel official documentation but the best i've found is that multicore scheduler should be selected if you have a dual-core CPU or that multicore scheduler is an hardware feature.....
so every CPU with more than one core should use it
where i err ?
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
multicore scheduler != `sudo cpupower info`
It is confusing terminology used by the cpupower.
Try:
$ sudo cpupower monitor
|Mperf
CPU | C0 | Cx | Freq
0|******|******|******
2|******|******|******
3|******|******|******
1|******|******|******I'll bet you see two cores.
Last edited by graysky (2012-04-21 13:32:34)
Offline
output:
[mattia@arch-desktop ~]$ sudo cpupower monitor
No HW Cstate monitors foundwhat do you mean with:
multicore scheduler != `sudo cpupower info`
???
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
That means that the output of the command does not equal the kernel setting. They are called the same but are different. It is confusing. Does htop show two cores?
Offline
That means that the output of the command does not equal the kernel setting. They are called the same but are different. It is confusing. Does htop show two cores?
ah, ok
yes, htop show me two core
so, if i see two core multicore scheduler is active ???
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Yes. Your chip does not support some advanced power saving settings that cpupower uses, that's all the output of the command is telling you.
Last edited by graysky (2012-04-21 16:43:12)
Offline
you have been precise !
thanks and SOLVED
Last edited by nTia89 (2012-04-21 17:18:39)
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Pages: 1