Comment 0 for bug 1177973

Revision history for this message
Maru Newby (maru) wrote :

On a Devstack-deployed, single-node install, the ovs l2 agent is using an order of magnitude more cpu than any other service. On a nested-virt VM running on a 2.5GHz host, with no VM's provisioned:

 - WIth L2 agent running, 50-100% cpu usage recorded, with average around 80%
 - With L2 agent stopped, 0-10% cpu usage recorded

Casual inspection with something like top or htop will show the excessive cpu usage, but won't give a good indication of the culprit. Enabling the CUTIME and CSTIME stats is necessary to highlight the problem, as all the time taken by the agent is in subprocess-invoked polling whose execution time is not directly included in the parent's cpu usage.