Obviously "skipped 195,035,136 bytes due to read errors" does not look good.

So consult the source for valgrind (memcheck) for the string
"skiped.*due to read errors" or similar.  Run memcheck under
a debugger such as gdb, plant a breakpoint on the code that
corresponds to that message, and look a the tracebacks.
(Compile and build memcheck with "-g" option to give debugging info.)

A search of the web for "linux performance monitoring tool"
yields several lists of multiple tools.  Searching for
"linux kernel perf" gives pointers to the 'perf' tool itself.
Of course you may have to add such tools into your VM containers.



_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to