verify taskSet of a running kdb+ process

https://learninghub.kx.com/forums/topic/verify-taskset-of-a-running-kdb-process

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

You can run:

q)system"taskset -pc ",string .z.i

“pid 73’s current affinity list: 0-7”