Re: hz_timer

2006-09-22 Thread Mark D Pace
>Happy to see that in the latest SLES9 kernel, the hz_timer is now >"off" by default. It was so easy to miss that setting. Thanks, because I had forgotten on my last 7 guests. Mark D Pace Senior Systems Engineer Mainline Information Systems 1700 Summit Lake Drive Tallahassee,

hz_timer

2006-09-22 Thread Rob van der Heij
Happy to see that in the latest SLES9 kernel, the hz_timer is now "off" by default. It was so easy to miss that setting. Rob -- Rob van der Heij Velocity Software, Inc http://velocitysoftware.com/ -- For LINUX-390

Re: Problem with sysctl and hz_timer on SLES8

2004-02-05 Thread Marcy Cortes
: [LINUX-390] Problem with sysctl and hz_timer on SLES8 I am trying to set my SLES8 guest up to have hz_timer set to 0 at boot. I have found that this can be done using sysctl.conf or dynamically by sysctl kernel.hz_timer=0. However, it seems that the sysctl kernel.hz_timer=0 command does not work

Re: Problem with sysctl and hz_timer on SLES8

2004-02-05 Thread Lucius, Leland
Try: sysctl -w kernel.hz_timer=0 > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of > Eric Sammons > Sent: Thursday, February 05, 2004 2:04 PM > To: [EMAIL PROTECTED] > Subject: Problem with sysctl and hz_timer on SLES8 > > >

Re: Problem with sysctl and hz_timer on SLES8

2004-02-05 Thread Rich Smrcina
Issue the command 'sysctl -p' after boot ( /etc/rc.d/boot.local). On Thu, 2004-02-05 at 14:04, Eric Sammons wrote: > I am trying to set my SLES8 guest up to have hz_timer set to 0 at boot. I > have found that this can be done using sysctl.conf or dynamically by > sysct

Problem with sysctl and hz_timer on SLES8

2004-02-05 Thread Eric Sammons
I am trying to set my SLES8 guest up to have hz_timer set to 0 at boot. I have found that this can be done using sysctl.conf or dynamically by sysctl kernel.hz_timer=0. However, it seems that the sysctl kernel.hz_timer=0 command does not work. See the following: sysctl kernel.hz_timer

Re: hz_timer

2003-06-13 Thread John Summerfield
On Fri, 13 Jun 2003, Adam Thornton wrote: > On Fri, 2003-06-13 at 02:03, John Summerfield wrote: > > I would have thought it better to look at ACPI, which is supposed to > > replace APM. > > FWIW, all ACPI has ever done for me, on either my Thinkpad X20 or my > white-box dual-proc P3/866, is to ge

Re: hz_timer

2003-06-13 Thread Adam Thornton
On Fri, 2003-06-13 at 02:03, John Summerfield wrote: > I would have thought it better to look at ACPI, which is supposed to > replace APM. FWIW, all ACPI has ever done for me, on either my Thinkpad X20 or my white-box dual-proc P3/866, is to generate kernel panics and keep me from booting. Adam

Re: hz_timer

2003-06-13 Thread John Summerfield
On Fri, 13 Jun 2003, Rob van der Heij wrote: > Alan Cox wrote: > > > For an x86 hypervisor you'd probably use the APM interface to do this. > > On modern x86 "hlt" also doesn't save power. > > I looked into the APM stuff in Linux for a generic way to let Linux > tell VM it does not need resources

Re: hz_timer

2003-06-12 Thread Rob van der Heij
Alan Cox wrote: For an x86 hypervisor you'd probably use the APM interface to do this. On modern x86 "hlt" also doesn't save power. I looked into the APM stuff in Linux for a generic way to let Linux tell VM it does not need resources allocated now, but did not like what I saw. From what I can tel

Re: hz_timer

2003-06-12 Thread Matt Zimmerman
On Thu, Jun 12, 2003 at 10:24:08PM +1200, Vic Cross wrote: > On Thu, 12 Jun 2003, John Summerfield wrote: > > > On Wed, 11 Jun 2003, Rod Furey wrote: > > > > > A more interesting question is: what do the User Mode Linux patches > > > do? > > > > Run real, unmodified* Linux programs in a virtual co

Re: hz_timer

2003-06-12 Thread Vic Cross
On Thu, 12 Jun 2003, John Summerfield wrote: > On Wed, 11 Jun 2003, Rod Furey wrote: > > > A more interesting question is: what do the User Mode Linux patches > > do? > > Run real, unmodified* Linux programs in a virtual computer. UML uses > standard user-space API to access virtual devices and me

Re: hz_timer

2003-06-11 Thread John Summerfield
On Wed, 11 Jun 2003, Rod Furey wrote: > > What about somebody running Linux/Intel under Windows using VMWare? Or > > somebody (weird?) running multiple Linux/Intel servers under VMWare/ESX? > > A more interesting question is: what do the User Mode Linux patches > do? Run real, unmodified* Linux p

Re: hz_timer

2003-06-11 Thread John Summerfield
On Wed, 11 Jun 2003, McKown, John wrote: > What about somebody running Linux/Intel under Windows using VMWare? Or > somebody (weird?) running multiple Linux/Intel servers under VMWare/ESX? > IBM will be offering Linux Virtual Servers on xSeries by years' end. I don't know what the host OS will be

Re: hz_timer

2003-06-11 Thread Rod Furey
What about somebody running Linux/Intel under Windows using VMWare? Or somebody (weird?) running multiple Linux/Intel servers under VMWare/ESX? A more interesting question is: what do the User Mode Linux patches do? (Not being up on the internals of the kernel and not being able to read the stuff (

Re: hz_timer

2003-06-11 Thread McKown, John
aking any action based on it, is strictly prohibited. > -Original Message- > From: Fargusson.Alan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 12:33 PM > To: [EMAIL PROTECTED] > Subject: Re: hz_timer > > > Interesting idea. Something similar would probab

Re: hz_timer

2003-06-11 Thread Fargusson.Alan
Interesting idea. Something similar would probably apply to other processors as well, if someone wrote a hypervisor for them. -Original Message- From: Alan Cox [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:17 AM To: [EMAIL PROTECTED] Subject: Re: hz_timer On Mer, 2003-06

Re: hz_timer

2003-06-11 Thread Alan Cox
On Mer, 2003-06-11 at 18:13, Fargusson.Alan wrote: > Part of the timer patch is machine dependant. Since most systems that run Linux > don't have anything like VM there isn't any point in implementing the timer patch on > them. > > I suspect that the (misnamed) halt instruction on the Intel syst

Re: hz_timer

2003-06-11 Thread Fargusson.Alan
a VM like hypervisor, so the timer patch probably would not help. -Original Message- From: Rod Furey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:27 AM To: [EMAIL PROTECTED] Subject: Re: hz_timer > This is a kernel compile-time option. > make menuconfig ---> >

Re: hz_timer

2003-06-11 Thread Jim Sibley
John wrote: >Did you try the man command? Surprise, surprise! Regards, Jim Linux S/390-zSeries Support, SEEL, IBM Silicon Valley Labs t/l 543-4021, 408-463-4021, [EMAIL PROTECTED] *** Grace Happens ***

Re: hz_timer

2003-06-11 Thread Post, Mark K
The option doesn't show up in my Intel .config file. I would have to say that this particular option is Linux/390 specific. Mark Post -Original Message- From: Rod Furey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 7:27 AM To: [EMAIL PROTECTED] Subject: Re: hz_timer &

Re: hz_timer

2003-06-11 Thread Rod Furey
This is a kernel compile-time option. make menuconfig ---> General setup ---> [*] No HZ timer ticks in idle [*] Idle HZ timer on by default Erm... does it let you try this trick with any type of processor? Could I build this into a PowerPC nucleus for exam

Re: hz_timer

2003-06-10 Thread John Summerfield
On Tue, 10 Jun 2003, Jim Sibley wrote: > So where is /etc/sysctl.conf documented? I did a grep on the string in the > /usr/src/linux directory and and I found some informaiton on sysctl, bit I > did not find the file (though I did a developer's opinion that one should > read the code to find out h

Re: hz_timer

2003-06-10 Thread Jim Sibley
So where is /etc/sysctl.conf documented? I did a grep on the string in the /usr/src/linux directory and and I found some informaiton on sysctl, bit I did not find the file (though I did a developer's opinion that one should read the code to find out how sysctl works!. So where does one look to fin

Re: hz_timer

2003-06-10 Thread John Summerfield
On Tue, 10 Jun 2003, Tom Duerbusch wrote: > When I do a > cat /proc/sys/kernel/hz_timer > it shows a '1'. > > I set it to '0' as suggested for VM types. But after a boot, it is back > to '1'. The documentation on this doesn't say anything

Re: hz_timer

2003-06-10 Thread Jim Sibley
For those of us that have to build for both LPAR and VM, you might consider adding this code to /etc/init.d/boot.local if [ $(grep -c "version = FF" /proc/cpuinfo) != 0 ] then /sbin/sysctl -w kernel.hz_timer=0 fi Regards, Jim Linux S/390-zSeries Support, SEEL, IBM Sili

Re: hz_timer

2003-06-10 Thread Bernhard Kaindl
On Tue, 10 Jun 2003, Tom Duerbusch wrote: > I set it to '0' as suggested for VM types. But after a boot, it is back > to '1'. The documentation on this doesn't say anything about needing to > put it in a boot script. Seems to imply that this is a one time only > thing. ... > 3. Is the docs wron

Re: hz_timer

2003-06-10 Thread Daniel Jarboe
Does SuSE have an /etc/sysctl.conf? If so, try putting a kernel.hz_timer = 0 in it... sysctl.conf's purpose is to hold desired values for runtime-adjustable kernel parameters (like at boot time), and you'd probably be better served placing your values here than needing to hunt around for it at som

Re: hz_timer

2003-06-10 Thread Post, Mark K
, 2003 1:32 PM To: [EMAIL PROTECTED] Subject: hz_timer When I do a cat /proc/sys/kernel/hz_timer it shows a '1'. I set it to '0' as suggested for VM types. But after a boot, it is back to '1'. The documentation on this doesn't say anything about needing to put

Re: hz_timer

2003-06-10 Thread Adam Thornton
On Tue, 2003-06-10 at 12:31, Tom Duerbusch wrote: > When I do a > cat /proc/sys/kernel/hz_timer > it shows a '1'. > > I set it to '0' as suggested for VM types. But after a boot, it is back > to '1'. The documentation on this doesn't sa

hz_timer

2003-06-10 Thread Tom Duerbusch
When I do a cat /proc/sys/kernel/hz_timer it shows a '1'. I set it to '0' as suggested for VM types. But after a boot, it is back to '1'. The documentation on this doesn't say anything about needing to put it in a boot script. Seems to imply that this is a o