Bug 427302
| Summary: | Incorrect RHEL 5.1 Release Note for the tick divider option | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Chris Lalancette <clalance> |
| Component: | kernel | Assignee: | Don Domingo <ddomingo> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Martin Jenner <mjenner> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.1 | CC: | clalance |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-15 01:28:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 222082 | ||
|
Description
Chris Lalancette
2008-01-02 21:18:18 UTC
Further, the whole section is actually wrong. It's not a sysfs parameter at
all. Here's the current text:
===============================================================================
tick_divider
The tick_divider=<value> option is a sysfs parameter that allows you to
adjust the system clock rate while maintaining the same visible HZ timing value
to user space applications.
Using the tick_divider= option allows you to reduce CPU overhead and
increase efficiency at the cost of lowering the accuracy of timing operations
and profiling.
Useful <values> for the standard 1000Hz clock are:
* 2 = 500Hz
* 4 = 250Hz
* 5 = 200Hz
* 8 = 125Hz
* 10 = 100Hz (value used by previous releases of Red Hat Enterprise Linux)
Note that the virtualized kernel does not support multiple timer rates on
guests. dom0 uses a fixed timing rate set across all guests; this reduces the
load that multiple tick rates could cause.
==============================================================================
This would be much more clear and useful as the following:
==============================================================================
divider
The divider=<value> option is a kernel command-line parameter that allows
you to adjust the system clock rate while maintaining the same visible HZ timing
value to user space applications.
Using the divider= option allows you to reduce CPU overhead and increase
efficiency at the cost of lowering the accuracy of timing operations and
profiling. This can be useful in virtualized environments as well as for
certain applications.
Useful <values> for the standard 1000Hz clock are:
* 2 = 500Hz
* 4 = 250Hz
* 10 = 100Hz (value used by previous releases of Red Hat Enterprise Linux)
Note that the virtualized (Xen) kernel uses a 250HZ clock by default, and
thus does not need the divider= option either in dom0 or in paravirtualized guests.
==============================================================================
Chris Lalancette
thanks Chris. i have revised the release note accordingly in source, the online release notes will be updated on the next cycle. |