Tagged Questions
2
votes
1answer
84 views
Why is a thread's status running but it doesn't use any CPU?
Today I found a very strange problem.
I ran Redhat Enterprise Linux 6, and the CPU was Intel E31275 (4 cores, 8 threads). I found one kernel thread (I called it as my_thread) didn't work correctly.
...
2
votes
2answers
377 views
CPU Numbering on a hypertheading enabled system
I am trying to find out how an OS (Windows, linux) assigns numbers to logical cpus in a Hyper threading enabled environment. ?
Does both the OSs first serially assign numbers to the Physical CPUs and ...
1
vote
1answer
67 views
How to find physical and logical core number in a kernel module?
Are there kernel functions in Linux that would return the number of the physical core and
logical core (in case of Hyperthreading) on which a kernel module is running ?
1
vote
2answers
314 views
Linux find out Hyper-threaded core id
I spent this morning trying to find out how to determine which processor id is the hyper-threaded core, but without luck.
I wish to find out this information and use set_affinity() to bind a process ...