Category "strace"

from strace output to I/O pattern simulator

I have a commercial (closed-source) app that is causing some I/O related problems when run over nfs. Using strace I see all the file accesses in the strace outp

Why does strace ignore some syscalls (randomly) depending on environment/kernel?

If I compile the following program: $ cat main.cpp && g++ main.cpp #include <time.h> int main() { struct timespec ts; return clock_gettime