Re: new function for libdevstat

2001-05-22 Thread Igor Timkin
Sergey A. Osokin writes: > I have rewritten devstat_compute_statistics(). > Please see the attachment. Add ``break'' in each ``case''. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: new function for libdevstat

2001-05-17 Thread Poul-Henning Kamp
Looks OK to me. In message <[EMAIL PROTECTED]>, "Sergey A. Osokin" writes: > >--9amGYk9869ThD9tj >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline > >On Fri, May 11, 2001 at 07:35:50PM +0200, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, "Sergey A. Osokin" wr

Re: new function for libdevstat

2001-05-14 Thread Sergey A. Osokin
On Sat, May 12, 2001 at 05:42:01PM +0400, Sergey A. Osokin wrote: > On Fri, May 11, 2001 at 07:35:50PM +0200, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, "Sergey A. Osokin" writes: > > > > >Hello. > > >2 monthes ago I talked in -current about new features for libdevstat. > > >Her

Re: new function for libdevstat

2001-05-12 Thread Sergey A. Osokin
On Fri, May 11, 2001 at 07:35:50PM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Sergey A. Osokin" writes: > > >Hello. > >2 monthes ago I talked in -current about new features for libdevstat. > >Here is a new function, which calculate more statistics then > >existing compute

Re: new function for libdevstat

2001-05-11 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Sergey A. Osokin" writes: >Hello. >2 monthes ago I talked in -current about new features for libdevstat. >Here is a new function, which calculate more statistics then >existing compute_stats(). (compute_stats() calculate only average >results, not read/write resu

new function for libdevstat

2001-05-11 Thread Sergey A. Osokin
Hello. 2 monthes ago I talked in -current about new features for libdevstat. Here is a new function, which calculate more statistics then existing compute_stats(). (compute_stats() calculate only average results, not read/write results). Please see my first step. Comments are welcome. -- Rgdz,