Re: [us...@httpd] I/O accounting for all processes?

2010-06-16 Thread Scott Gifford
On Wed, Jun 16, 2010 at 12:16 PM, Jakov Sosic wrote: > On 06/16/2010 06:49 AM, Scott Gifford wrote: > > On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic > > wrote: > > > > I'm interested in measuring I/O that all apache processes are > > generating. > > > > > > I

Re: [us...@httpd] I/O accounting for all processes?

2010-06-16 Thread Dennis J.
On 06/16/2010 06:16 PM, Jakov Sosic wrote: On 06/16/2010 06:49 AM, Scott Gifford wrote: On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosicmailto:jakov.so...@srce.hr>> wrote: I'm interested in measuring I/O that all apache processes are generating. I used mod_logio to solve a similar prob

Re: [us...@httpd] I/O accounting for all processes?

2010-06-16 Thread Jakov Sosic
On 06/16/2010 06:49 AM, Scott Gifford wrote: > On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic > wrote: > > I'm interested in measuring I/O that all apache processes are > generating. > > > I used mod_logio to solve a similar problem not too long ago, with good

Re: [us...@httpd] I/O accounting for all processes?

2010-06-15 Thread Scott Gifford
On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic wrote: > I'm interested in measuring I/O that all apache processes are > generating. I used mod_logio to solve a similar problem not too long ago, with good success: http://httpd.apache.org/docs/2.0/mod/mod_logio.html Scott.

[us...@httpd] I/O accounting for all processes?

2010-06-15 Thread Jakov Sosic
Hi to all. I'm interested in measuring I/O that all apache processes are generating. Is that possible somehow? I know that on Linux, after 2.6.28 there is I/O accounting per PID, but that's not satisfying for me because apache PIDs in prefork mode change and are not the same... I need this to cal