You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
The fields which contain information related to model, family and VendorID are unavailable for POWER9 and above generations of processors. The following is the output observed when cpu.Info() is executed.
Bug Description
The fields which contain information related to model, family and VendorID are unavailable for POWER9 and above generations of processors. The following is the output observed when cpu.Info() is executed.
Expected behavior
The expected behaviour is to have the fields related to model, family and vendor ID to be set for POWER9 and above.
The following lines is where the change needs to be made.
gopsutil/cpu/cpu_linux.go
Lines 260 to 263 in c43eaea
Environment (please complete the following information):
ver
]/etc/os-release
and the result ofuname -a
]sw_vers
anduname -a
freebsd-version -k -r -u
anduname -a
]uname -a
]Additional context
None.
The text was updated successfully, but these errors were encountered: