You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/01 08:42:51 UTC

[GitHub] [cloudstack] shwstppr commented on issue #6680: Agent unable to retrieve CPU Speed of host after upgrading to 4.17.0.1

shwstppr commented on issue #6680:
URL: https://github.com/apache/cloudstack/issues/6680#issuecomment-1233950653

   @Hudratronium can you please share complete output of `lscpu` so maybe we can check if it can use some other regex like CPU MHz or CPU max MHz from below,
   ```
   ⇒  lscpu                                
   Architecture:                    x86_64
   CPU op-mode(s):                  32-bit, 64-bit
   Byte Order:                      Little Endian
   Address sizes:                   39 bits physical, 48 bits virtual
   CPU(s):                          12
   On-line CPU(s) list:             0-11
   Thread(s) per core:              2
   Core(s) per socket:              6
   Socket(s):                       1
   NUMA node(s):                    1
   Vendor ID:                       GenuineIntel
   CPU family:                      6
   Model:                           158
   Model name:                      Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
   Stepping:                        10
   CPU MHz:                         900.006
   CPU max MHz:                     4100.0000
   CPU min MHz:                     800.0000
   BogoMIPS:                        4399.99
   ```
   
   Also, output of:
   `virsh nodeinfo`
   `virsh sysinfo`
   `virsh capabilities`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org