Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

A couple of useful commands for vcpu pinning

Featured Replies

Here's a command to print your socket info, including which core and which ones are hyperthreaded together:

 

          <cpus num='8'>
            <cpu id='0' socket_id='0' core_id='0' siblings='0,4'/>
            <cpu id='1' socket_id='0' core_id='1' siblings='1,5'/>
            <cpu id='2' socket_id='0' core_id='2' siblings='2,6'/>
            <cpu id='3' socket_id='0' core_id='3' siblings='3,7'/>
            <cpu id='4' socket_id='0' core_id='0' siblings='0,4'/>
            <cpu id='5' socket_id='0' core_id='1' siblings='1,5'/>
            <cpu id='6' socket_id='0' core_id='2' siblings='2,6'/>
            <cpu id='7' socket_id='0' core_id='3' siblings='3,7'/>
          </cpus>

 

Here's a command to see what vcpus are being used by your VM. In this example, I have my VM configured for emulatorpin on 1,5 and vcpu pinning for 2,6,3,7. So you can see that 2,6,3,7 have more CPU usage. (Sadly, 200% total CPU for an idle system, after login.  :-[ )

 

$ ps -mo pid,tid,%cpu,psr,cmd --sort=+psr -p `pgrep qemu`
  PID   TID %CPU PSR CMD
1428     -  184   - /usr/bin/qemu-system-x86_64 -name Windows 10 -machine pc-i440fx-2.5,accel=kvm,usb=off,me
    -  1428  9.4   1 -
    -  1433  0.0   5 -
    -  1435 43.3   2 -
    -  1436 43.7   6 -
    -  1437 44.1   3 -
    -  1438 43.6   7 -
    - 13620  0.0   5 -
    - 19283  0.0   1 -

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.