I was asked to look at an internal application written in C ++ and work on Linux, which has some difficulties. Periodically, it will have a large number of serious page failures (~ 200 thousand), which leads to an increase in the operating time of the wall clock by x10 +, and then it will not have on some runs.
I tried to isolate different parts of the code, but I try my best to repeat the errors of the page error when testing it.
Does anyone have any suggestions for getting more information from a / Linux application for basic page errors? All that I really have is the result.
source share