linux kernel - Regarding the process swap IN core number in multi core system -
is there way can find how many processes swapped particular core in given period of time on multi core system ?
say suppose, have 8 core machine in 1 process hard affined core 3 , know how many times other process / interrupts kicked hard affined process out of scheduler or in other way around how time provided other process(es) run on core.
hardware : e500v2; linux : 2.6.34; kernel : preempt - off; cgroups configured.
note: visibility of core provided 1 group , task/process tagged against group.
thanks in advance.
i found useful pointers on below link, maybe useful else looks same data/information.
http://cs.boisestate.edu/~amit/teaching/597/scheduling.pdf
https://www.cs.columbia.edu/~smb/classes/s06-4118/l13.pdf
http://www.inf.fu-berlin.de/lehre/ss01/os/lectures/lecture08.pdf
thank you.!
Comments
Post a Comment