Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
We are running kvm as vmm and upgrating our guest from RHEL5.5 to RHEL6.0
but we observer higher system utilization with same pressure/workloads.
One thing we notice is we have divider=10 in RHEL5.5 so the timer interrupt is less than what we got on RHEL6.
to verify this, we use `cat /proc/interrupts |grep LOC; sleep 10; cat /proc/interrupts |grep LOC` to collect the interrupts inside 10s.
we found that the RHEL5 vm with divider=10. There is 100/s exactly for one cpu.
while with RHEL6 vm, it's ~883/s for one cpu.
we know the divider=10 will help for decrease system utilization.
(exp: http://www.arrfab.net/blog/?p=62)
so I'm wondering if this is a expected? any similar tunnings for RHEL6 to lower the timmer interrupt as divider=10?
Version-Release number of selected component (if applicable):
6.0
How reproducible:
every time
Steps to Reproduce:
1. Setup two Guest VMM on KVM with RHEL6, one is RHEL5.5 one is RHEL6. add divider=10 for RHEL5.5
2. run some same workload for 2 VMM. (we use internal ones with constant pressure too complicate to setup and I think a simpler workload with ~50% load will be OK)
3. use `cat /proc/interrupts |grep LOC; sleep 10; cat /proc/interrupts |grep LOC` to collect the interrupts between two VMM.
Actual results:
Higher timmer interrupts/System utilization for RHEL6 then RHEL5.5+divider=10
Expected results:
Less or at leaset similar.
Additional info:
Comment 2RHEL Program Management
2011-05-05 06:01:46 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.
Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.
Thanks for the information.
One more question is if this also happended for 6.1 or newer version . will it be considerd? what is your suggest version number.
I can have a try with newer versions.
Comment 4RHEL Program Management
2011-10-07 15:34:01 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.
Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.
I'm closing this bug because it was reported long ago and we didn't hear any other reports of similar problems. If you can still reproduce it with recent RHEL6 releases (6.4.z), please reopen it. Thanks.