Actions
Bug #3396
closednew psrinfo does not print socket type
Start date:
2012-12-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The original psrinfo would print the socket type on CPUs where that information was available:
$ psrinfo -pv The physical processor has 2 virtual processors (0 1) x86 (AuthenticAMD 20F12 family 15 model 33 step 2 clock 2200 MHz) Dual Core AMD Opteron(tm) Processor 275 [ Socket: 940 ] The physical processor has 2 virtual processors (2 3) x86 (AuthenticAMD 20F12 family 15 model 33 step 2 clock 2200 MHz) Dual Core AMD Opteron(tm) Processor 275 [ Socket: 940 ]
The new psrinfo does not:
$ psrinfo -pv The physical processor has 2 virtual processors (0-1) x86 (AuthenticAMD 20F12 family 15 model 33 step 2 clock 2200 MHz) Dual Core AMD Opteron(tm) Processor 275 The physical processor has 2 virtual processors (2-3) x86 (AuthenticAMD 20F12 family 15 model 33 step 2 clock 2200 MHz) Dual Core AMD Opteron(tm) Processor 275
Updated by Hans Rosenfeld over 9 years ago
Updated by Rich Lowe over 9 years ago
- Category set to cmd - userland programs
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Tags deleted (
needs-triage)
Resolved in 48ac0ed
Actions