Last active
December 23, 2020 22:19
-
-
Save yanivk1984/ca7715133c348cfeec6d108a77bdec10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# show MultiQueue configuration from expert | |
mq_mng --show | |
mq_mng -o | |
# show MultiQueue configuration from clish | |
show interface <interface> multi-queue [verbose] | |
# configure MultiQueue from clish | |
set interface <interface> multi-queue {off|auto|manual core <id of CPU core>} | |
# to configure MultiQueue from expert | |
mq_mng -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment