-
Notifications
You must be signed in to change notification settings - Fork 184
Home
Tomasz Kantecki edited this page Feb 23, 2016
·
22 revisions
##Usage Examples##
NOTE: Must be run as root.
###Cache Monitoring Technology (CMT) usage:###
-
####Monitor all events on cores 0 to 11:####
pqos -m all:0-11
pqos -m :0-11
-
####Monitor LLC on cores 0, 2 and 6:####
pqos -m llc:0,2,6
-
####Monitor local memory B/W on cores 0-2 and remote memory B/W on cores 3, 4 and 5:####
pqos -m "mbl:0-2;mbr:3,4,5"
-
####Monitor events on groups of cores (aggregate statistics):####
pqos -m "all:[0-11];llc:[12,13,14];mbl:[15-17,20]"
-
####Monitor all events for PID's 43523 and 43589:####
pqos -p all:43523,43589