Hello and thank you for App::Iops 0.006,
I was wondering if you would consider adding pwrite and pread to the
system calls that are traced.
lib/App/Iops.pm
<< '-e' => 'trace=file,close,read,write',
Show quoted text
>> '-e' => 'trace=file,close,read,write,pread,pwrite',
man 2 pwrite tells me:
"The pread() and pwrite() system calls were added to Linux in version
2.1.60; the entries in the i386 system call table were added in 2.1.69.
The libc support (including emulation on older kernels without the
system calls) was added in glibc 2.1."
Cheers,
Peter (Stig) Edwards