mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #191] Processor show incorrect information #147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Paul-LKW on GitHub (Jan 11, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/191
On the Overview page I find the Processor information is incorrect it show only 200 and my CPU is 3.8GHz, could you have a fix on this wrong display?
Many Thanks.
Paul.LKW
@retspen commented on GitHub (Jan 12, 2014):
Can you show screenshot and and info OS linux?
@Paul-LKW commented on GitHub (Jan 12, 2014):
Yes I am using Linux OS (CentOS-6.5), and below is my screen shot.

@Paul-LKW commented on GitHub (Jan 12, 2014):
As you could see the Processor line is show only 200MHz only, in fact I am using 3.8GHz 8 core AMD CPU.
Thanks for your effort for this Free control panel.
@retspen commented on GitHub (Jan 13, 2014):
Can you show output command:
$ sudo virsh sysinfo
@Paul-LKW commented on GitHub (Jan 13, 2014):
Yes of course.
@Paul-LKW commented on GitHub (Jan 13, 2014):
I see the output of "virsh sysinfo" output is external_clock = 200MHz, max_speed =3800 MHz, so would it display wrong information with external_clock instead of max_speed ?