Skip to main content

Questions tagged [lscpu]

19 votes
1 answer
2k views

As far as I understand, the number of CPUs in my computer should be given by CPU = Thread(s) per core x Core(s) per socket x Socket(s) Here are the first few lines of the lscpu output: $ lscpu | head -...
Miguel's user avatar
  • 193
0 votes
1 answer
169 views

I have a server (linux 4.18+intel xeon) which has isolated cpus for latency-sensitive service. I noticed that the service process's nr_involuntary_switches is gradually increasing every a few seconds ...
Xiaoyong Guo's user avatar
0 votes
1 answer
122 views

dajnyx@penguin:~$ lscpu ... CPU(s): 2 On-line CPU(s) list: 0,1 Vendor ID: GenuineIntel Model name: Intel(R) Celeron(R) CPU 1037U @ 1.80GHz CPU ...
Wolk's user avatar
  • 1
1 vote
1 answer
137 views

I have been trying to understand lscpu's output and came across several threads dedicated to concepts of CPUs, physical cores, and threads. Based on those threads, to get the total number of CPUs (...
Jason's user avatar
  • 13
-1 votes
1 answer
386 views

I've had to deal with case I need the JSON format data of lscpu output, but -J key hasn't supported. So I made simple command line script allows to transform plain output to JSON which I'll post here ...
Aleksey's user avatar
  • 75
-1 votes
1 answer
271 views

I need to know the name of the CPU used in a GKE cluster I have launched. The gcloud command has a --min-cpu-platform option, but my understanding is that is the minimum and I may get a later CPU ...
Haywood Slap's user avatar
1 vote
1 answer
236 views

Where I work, I have access to a cluster. I logged in into one node and did "lscpu". Here's the output: Now I am very confused. If I google the CPU: Intel® Xeon® Processor E5-2699 v4: https:...
phdstudent's user avatar
1 vote
0 answers
161 views

Is this a bug from lscpu? How to fix it? ~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: ...
Mark Kang's user avatar
  • 975
2 votes
0 answers
940 views

Tl;dr I need to mock info about CPU architecture on the server for testing purpose. The only way that I can achieve it, is by changing info source about CPU architecture, that is used by lscpu command ...
mindgod's user avatar
  • 21
-3 votes
1 answer
57 views

I would like to get the following output from lscpu: (number of cores) x (cpu model name) @ (max mhz) I already figured out the attribute I need: Model name: Core(s) per socket CPU max MHz But on ...
sudoer's user avatar
  • 65
0 votes
2 answers
3k views

I'm using ubuntu 20.04 on Dell Precision 7820. $ uname -a Linux myhost 5.4.0-56-generic #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Only one cpu is used/known by the OS,...
wsdzbm's user avatar
  • 2,936
0 votes
1 answer
442 views

So I typed in lscpu into my terminal and saw this: CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 The no. of CPU(s) is 4 here ...
stagee's user avatar
  • 1
1 vote
0 answers
425 views

I think CPU MHZ is always more than CPU min MHz. But, my server can't do that now. When it looks like below, what should I check? Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit ...
byulk's user avatar
  • 11
1 vote
0 answers
115 views

how does an operating system say linux understand how many ram/pci/cpu slots/sockets are there? Does the operating system detect this or just the info is passed from bios acpi if so please tell how ...
 Zeeshan Haris's user avatar
1 vote
0 answers
76 views

My computer, for whatever reason, will lower CPU usage when it gets hot instead of turning on its fan. I don't know if it's a driver issue or something else. Thanks! The above is at 80 degrees ...
T1 L.'s user avatar
  • 11

15 30 50 per page