similar to: Questions on cpu frequency scaling AMD vs. Intel

Displaying 20 results from an estimated 4000 matches similar to: "Questions on cpu frequency scaling AMD vs. Intel"

2012 Sep 21
0
Xen 4.2.0 - CPU Frequency Scaling
Hi, This has been a problem since the xen-acpi-processor code was added to the kernel source. I wasn''t sure if the problem I was seeing was related to the old version (4.1.2) of Xen that I was using but now I''m on 4.2.0 and it still exists I thought I would check if I have a misconfiguration or if I have discovered a problem. My system is a dual AMD Opteron(tm) Processor
2007 Apr 24
1
cpuspeed on centos 5
It appears as cpuspeed is not running on my centos 5 box(s). One is a biostar motherboard Am2 6400+ the other is Asus am2 4800+. If I do "service cpuspeed stop" it says OK, If I do a "service cpuspeed start" is says OK. However at no time is cpuspeed running. /proc/cpuinfo only shows the cpu running at 1000 Mhz. If I manually run "cpuspeed -C & " I now have
2008 Nov 07
3
correct way to set centos 5 amd64 to performance mode
what is the correct way to set an AMD64 CPU into performance mode at boot time? I have tried doing service network cpuspeed start, then killall -SIGUSR1 cpuspeed and this works but I cant get it working this way at boot. I have set chkconfig cpuspeed on but that didnt seem to help. I just want this particular machine to boot in performance mode and stay there. Jerry
2009 Apr 10
4
powernow-k8 in newer centosplus kernel
Hello, Using kernel: 2.6.18-92.1.13.el5.centos.plus the cpu throttling works as desired (see 2 traces below) ------------- trace snips -------------- dmesg | grep -i pow ACPI: SSDT (v001 PTLTD POWERNOW 0x00000001 LTP 0x00000001) @ 0x3fff9b40 powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ processors ( 2 cpu cores) (version 2.20.00) powernow-k8: 0 :
2007 Oct 23
2
[PATCH][cpufreq] Xen support for the ondemand governor [2/2] (linux)
Modify the cpufreq ondemand governor so that it can get idle and total ticks from the Xen hypervisor. Linux and Xen have different ideas of what an idle tick is, so the Xen values for both have to be returned in the same platform hypercall. Otherwise, use basically the same scheme as native Linux. Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com> iff -r 9bf1ddd0f6bf
2009 Mar 28
6
cpu frequency scaling in xen 3.3.1
Hi, i read the xenpm wiki page, but i cannot use the "p-states". xenpm shows: xenpm cpu id : 0 total C-states : 2 idle time(ms) : 1776034 C0 : transition [00000000000000000000] residency [00000000000000000000 ms] C1 : transition [00000000000000260278] residency
2006 Jan 12
1
I have installed CentOS 4.2 on an AMD based machine usingthe ATI chipset (xpress 200) and I am hav
Chris, I have a compaq AMD r4000 x86_64. grabbing the latest kernel and compiling it fixed my clock skew. I have not had any slow disk issues. again the kernel may help doing the command: killall -SIGUSR1 cpuspeed makes the CPU run faster. Hope that helps. Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 08
1
cpuspeed causing hangs on warm boots
We are using CentOS-4.3 (x86_64) with Opteron servers, and noticed a problem with cpuspeed: If we reboot by doing "# reboot" or similar from a shell, the boot will hang not long after cpuspeed starts. The machine freezes: ctrl-alt-del doesn't work, and only pressing the reset button or a power cycle will restart the machine. If we reboot from power-up or by pressing the reset
2006 May 04
3
sempron 2500+ running at 1044 cpu speed.
I have a desktop unit with a sempron 2500+ to play with. doing "more /proc/cpuinfo" indicates cpu Mhz as1044 not the 2500 I am familiar with cpuspeed. doing ps ax | grep cpuspeed resulting in nothing. I did service cpuspeed start. No errors reported. ps ax | grep cpuspeed resulted in nothing. I was going to do "killall -SIGUSR1 cpuspeed" to attempt to get 2500+ cpu speed. I
2007 Oct 29
0
[PATCH][retry 2][cpufreq] Xen support for the ondemand governor in Linux dom0
Modify the cpufreq ondemand governor so that it can get idle and total nsecs from the Xen hypervisor.  Xen uses nsecs to measure idle time, while Linux uses ticks. Other than accounting for that difference, use the same algorithm to calculate idle time as Linux does. Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com> diff -r 26962454b508 drivers/cpufreq/cpufreq_ondemand.c ---
2006 Jul 10
3
Kernel-utils stupidities (readahead and cpuspeed)
Hi all, I think I've spotted a few stupidities (bugs) in the current version of kernel-utils (kernel-utils-2.4-13.1.80). I'm sure these are all propagated from upstream, but I hope someone could have a quick look to verify this and see if we either can push complaints upwards, or provide local fixes. The kernel-utils package provides several 'kernel-type' functions -
2006 Dec 22
0
Understanding cpuspeed/cpufreq
[I sent this to the RHEL4 list - but maybe someone on this list knows more] I have a number of dual CPU and dual CPU/dual core Opteron systems that are used as compute servers. In an effort to reduce power consumption and reduce heat output, I would like to make use of the PowerNow! capabilities to clock back the CPUs when the machines are idle. These machines are running a 2.6.9-42 RHEL4 kernel
2008 Mar 26
2
Moving data between R and Matlab back and forth?
Hi to the list, I am trying to find a way to painlessly move structured data back and forth between R and Matlab (also Octave). For this purpose I found the R.matlab package great help. I wish to use a Matlab -v6 MAT file as an intermediary format, because it is well read by both Matlab and Octave. It is also well read by 'readMat' function in R.matlab package, but that is where I run
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone, When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE to y then I cannot boot Xen; there is a crash. If I turn CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has booted, xenpm works and gives some sane output, see below. I have tested this with kernels 3.2 to 3.4.6. Is it impossible to use INTEL_IDLE with Xen? If this is a known issue then maybe
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone, When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE to y then I cannot boot Xen; there is a crash. If I turn CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has booted, xenpm works and gives some sane output, see below. I have tested this with kernels 3.2 to 3.4.6. Is it impossible to use INTEL_IDLE with Xen? If this is a known issue then maybe
2008 Dec 16
2
cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
After upgrade my laptop, I discovered a low performance on it. The laptop is a 2,73GHz Intel centrino and from some kernels versions to now, it had a good performance, the cpu scaling worked fine. Now, I discover that forcing in /etc/sysconfig/cpuspeed the governors and/or max/min speeds, it don't want to run more quickly. The laptop boots fine with the correct speed (usual speed), but when
2010 Nov 08
2
issue with fileserve in KH branch
Hello together after trying to deploy one of the latest version out of the KH branch to our servers we ran into an issue with streaming of ondemand files. After deploying 2.3.2-kh27.1 and also trying 2.3.2-kh24 and 2.3.2-kh22 we see that if we try to stream an ondemand file through the fileserv option we get the ondemand file play back correctly and also see the appropriate file length in
2010 Jun 16
2
cpuspeed settings??
Hey, folks, Sometimes my workstation bogs down... slows to a crawl. Using gkrellm, it's obvious the CPU is the laggard. The top utility confirms: the load average gets up over 4 at times. But this occurs when cpu stepping pegs the speed at 600MHz. This processor is capable of 1.5GHz and when it's allowed to run at that speed, the load average is under 2, which is fine. So the
2020 Aug 14
2
[PATCH nbdkit] New ondemand plugin.
This creates filesystems on demand. A client simply connects with a desired export name and a new export is created. The export is persistent (until deleted by the server admin), and clients may disconnect and reconnect. In some respects this is similar to the nbdkit-tmpdisk-plugin, or nbdkit-file-plugin with the dir= option. --- plugins/ondemand/nbdkit-ondemand-plugin.pod | 190 ++++++
2004 Oct 20
1
Connection Nodes
Hello All, I have been looking over Tinc & VPE for a project and really like what I have seen in Tinc. In the VPE documentation, I came across: ----------------------------------------------------------- *connect = ondemand|never|always|disabled * Sets the connect mode (default: always). It can be always (always try to establish and keep a conenction to the given host), never (never