Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

Hardware infos are not working

  • 227 Views
  • Last Post 31 July 2019
Tomson124 posted this 31 July 2019

OS Name/Version: Ubuntu 18.04.2 LTS

Product Name/Version: AMP 18.3.2

Problem Description: AMP is not recognizing the CPU and does only show "Unkown CPU". lscpu is working fine as AMP user and show the model and core count.

In addition to this, the instances do not show CPU usage or RAM usage, only the play count is working for the two minecraft instances.

AMP is run on a "kind of Root server", it is a VM but direct passthrough of the CPU cores instead of vCPUs.

Order By: Standard | Newest | Votes
Mike posted this 31 July 2019

What exact type of VM is it? Also what's the output of lscpu ?

Tomson124 posted this 31 July 2019

It is is a QEMU KVM virtualization.

Output of lscpu:

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 85
Model name:            Intel(R) Xeon(R) CPU Gold 6140 CPU @ 2.30GHz
Stepping:              4
CPU MHz:               2294.608
BogoMIPS:              4589.21
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              4096K
L3 cache:              16384K
NUMA node0 CPU(s):     0,1
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single pti ssbd ibrs ibpb kaiser fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512v1 xsaveopt xsavec xgetbv1 xsaves arat umip pku ospke md_clear

Mike posted this 31 July 2019

Does /sys/devices/system/cpu/possible exist?

Tomson124 posted this 31 July 2019

Yeah it does exist. It contains 0-1

Close