- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: can you adjust HZ (tick rate) on Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 09:35 PM
04-25-2005 09:35 PM
can you adjust HZ (tick rate) on Linux
In linux kernel 2.6 the tick rate (HZ) was increased from 100ms to 1000ms.
I am curious, is it possible to adjust
this from the default and in what circumstances
might you do this ?
I recall on HP-UX that this is adjustable (but
not recommended).
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:31 AM
04-26-2005 01:31 AM
Re: can you adjust HZ (tick rate) on Linux
More frequent switching
Better interactive response
Cons:
Some hardware has problems with the clock, timewarps when coming back from disk-suspend.
I know, not much to go by..... but better than nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 02:14 AM
04-26-2005 02:14 AM
Re: can you adjust HZ (tick rate) on Linux
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:37 PM
04-26-2005 06:37 PM
Re: can you adjust HZ (tick rate) on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 12:51 AM
04-27-2005 12:51 AM
Re: can you adjust HZ (tick rate) on Linux
It's advisable in a few few cases:
- sometimes when running vmware, which iirc uses /dev/rtc.
- old bios/mainboard configs on smp systems (i.e. i have a quad ppro where threads may get kicked of the rtc they're reading by other high priority interrupts.) - in my case, linux handles the problem fine, so I didn't have to do it.
- some problems with ntp.
- possibly for real-time applications, but I do *not* know if that applies