Skip Menu |

This queue is for tickets about the App-Iops CPAN distribution.

Report information
The Basics
Id: 78245
Status: new
Priority: 0/
Queue: App-Iops

People
Owner: Nobody in particular
Requestors: thatsafunnyname [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.006
Fixed in: (no value)



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
From: thatsafunnyname [...] gmail.com
On Fri Jul 06 07:08:33 2012, thatsafunnyname wrote: Show quoted text
> 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',
> >> '-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 Show quoted text
> 2.1.60; the entries in the i386 system call table were added in
2.1.69. Show quoted text
> The libc support (including emulation on older kernels without the > system calls) was added in glibc 2.1." > > Cheers, > Peter (Stig) Edwards
From: thatsafunnyname [...] gmail.com
Sorry for the repeat post. I wanted to mention I noticed: t/load.t~ in the MANIFEST and the distribution. Thanks again.