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
e <[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

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 tal

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 cal

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 aver

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

Re: libdevstat

2001-03-16 Thread Kenneth D. Merry
t; > > > Hello, -currenters. > > > > > > > > What do you think about add to libdevstat in/out/other statistics? I > > > > think transfer great too, but sometimes that's not enough. iostat > > > > can't show read and write stats se

Re: libdevstat

2001-03-16 Thread Dan Nelson
In the last episode (Mar 16), Alfred Perlstein said: > > > In the last episode (Mar 16), Sergey A. Osokin said: > > > > What do you think about add to libdevstat in/out/other > > > > statistics? I think transfer great too, but sometimes that's > > >

Re: libdevstat

2001-03-16 Thread Sergey A. Osokin
t; > > > Hello, -currenters. > > > > > > > > What do you think about add to libdevstat in/out/other statistics? I > > > > think transfer great too, but sometimes that's not enough. iostat > > > > can't show read and write stats se

Re: libdevstat

2001-03-16 Thread Alfred Perlstein
* Sergey A. Osokin <[EMAIL PROTECTED]> [010316 08:27] wrote: > On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: > > In the last episode (Mar 16), Sergey A. Osokin said: > > > Hello, -currenters. > > > > > > What do you think about ad

Re: libdevstat

2001-03-16 Thread Sergey A. Osokin
On Fri, Mar 16, 2001 at 09:27:30AM -0600, Dan Nelson wrote: > In the last episode (Mar 16), Sergey A. Osokin said: > > Hello, -currenters. > > > > What do you think about add to libdevstat in/out/other statistics? I > > think transfer great too, but sometimes

Re: libdevstat

2001-03-16 Thread Dan Nelson
In the last episode (Mar 16), Sergey A. Osokin said: > Hello, -currenters. > > What do you think about add to libdevstat in/out/other statistics? I > think transfer great too, but sometimes that's not enough. iostat > can't show read and write stats separatly, b

libdevstat

2001-03-16 Thread Sergey A. Osokin
Hello, -currenters. What do you think about add to libdevstat in/out/other statistics? I think transfer great too, but sometimes that's not enough. iostat can't show read and write stats separatly, because compute_stats from libdevstat simply sum up all results (in/out/other).