Could some one direct me to a command or a way on Linux to measure the number of migrations experienced by a thread or a process? Thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if you have a better tool, but you can use
perftool for that.I have never personally used it, but on their website you have a tutorial and an output example of Counting with perf stat, where the number of migrations is part of the output.
I hope it helps.