VirtualBox

Opened 15 years ago

Last modified 9 years ago

#4435 closed defect

bogomips are not consistent in SMP — at Initial Version

Reported by: Costin Grigoras Owned by:
Component: VMM Version: VirtualBox 3.0.0
Keywords: bogomips smp Cc:
Guest type: Linux Host type: Linux

Description

When allocating more than 1 cpu to a guest, the bogomips is ok only for the first one. For example:

# cat /proc/cpuinfo | grep -E "processor|MHz|bogomips"
processor       : 0
cpu MHz         : 2772.361
bogomips        : 5544.72
processor       : 1
cpu MHz         : 2772.361
bogomips        : 326.15
processor       : 2
cpu MHz         : 2772.361
bogomips        : 345.29
processor       : 3
cpu MHz         : 2772.361
bogomips        : 347.57

Relevant dmesg messages:

# dmesg | grep -i bogo
Calibrating delay loop (skipped), value calculated using timer frequency.. 5544.72 BogoMIPS (lpj=27723610)
Calibrating delay using timer specific routine.. 326.15 BogoMIPS (lpj=1630777)
Calibrating delay using timer specific routine.. 345.29 BogoMIPS (lpj=1726479)
Calibrating delay using timer specific routine.. 347.57 BogoMIPS (lpj=1737883)
Total of 4 processors activated (6563.74 BogoMIPS).

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use