CPU Isolating issues


Recommended Posts

Hi, may i think wrong, but currently i see low, small usage on isolated cores while they are not in use

 

thats my cpu pinning, so cores 2/10 up should be off while my VM's (which are assigned there) are off

 

image.png.95fd0c35488dd164a6c46deed0ee014e.png

 

now, when they are off i see some small usage all over, 1-3 %

 

image.thumb.png.b7b1551fdef54c9e94485ba51627417c.png

 

now when i try to check what is running on them as sample

 

root@AlsServer:~# CORENUM=2
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
 8681   2   - [kworker/2:2-wg-crypt-vpn]
root@AlsServer:~# CORENUM=3
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
 7793   3   - [kworker/3:1-wg-crypt-vpn]
root@AlsServer:~# CORENUM=4
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
root@AlsServer:~# CORENUM=5
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
 5502   5   - [kworker/5:1H-events_highpri]
root@AlsServer:~# CORENUM=6
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
 1303   6   - [kworker/6:1-wg-crypt-vpn]
 5501   6   - [kworker/6:1H-events_highpri]
root@AlsServer:~# CORENUM=7
root@AlsServer:~# ps -e -o pid,psr,cpu,cmd | grep -E  "^[[:space:]][[:digit:]]+[[:space:]]+${CORENUM}"
 5500   7   - [kworker/7:1H-events_highpri]
root@AlsServer:~# 

 

and so on ... same on the HT cores which are more likely in use.

 

am i wrong or did i miss something ?

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.