cancel
Showing results for 
Search instead for 
Did you mean: 

verify taskSet of a running kdb+ process

leguan
New Contributor III

Hello Everyone,

I would like to ask what linux OS cmd(s) would you use, for instance pidStat , in purpose  to verify on which taskset(core) a kdb+ process runs on .

best,

leguan 

1 ACCEPTED SOLUTION

rocuinneagain
Valued Contributor
Valued Contributor

You can run:

q)system"taskset -pc ",string .z.i
"pid 73's current affinity list: 0-7"

View solution in original post

1 REPLY 1

rocuinneagain
Valued Contributor
Valued Contributor

You can run:

q)system"taskset -pc ",string .z.i
"pid 73's current affinity list: 0-7"