Deleted Added
full compact
devstat.3 (148910) devstat.3 (210823)
1.\"
2.\" Copyright (c) 1998, 1999, 2001 Kenneth D. Merry.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 1998, 1999, 2001 Kenneth D. Merry.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/lib/libdevstat/devstat.3 148910 2005-08-10 00:51:36Z ken $
28.\" $FreeBSD: head/lib/libdevstat/devstat.3 210823 2010-08-03 17:40:09Z joel $
29.\"
30.Dd March 18, 2003
31.Dt DEVSTAT 3
32.Os
33.Sh NAME
34.Nm devstat ,
35.Nm devstat_getnumdevs ,
36.Nm devstat_getgeneration ,

--- 584 unchanged lines hidden (view full) ---

621If no blocksize has been reported (i.e., the block size is 0), a default
622blocksize of 512 bytes will be used in the calculation.
623.It Dv DSM_BLOCKS_PER_SECOND_READ
624.It Dv DSM_BLOCKS_PER_SECOND_WRITE
625.It Dv DSM_BLOCKS_PER_SECOND_FREE
626type:
627.Vt "long double *"
628.Pp
29.\"
30.Dd March 18, 2003
31.Dt DEVSTAT 3
32.Os
33.Sh NAME
34.Nm devstat ,
35.Nm devstat_getnumdevs ,
36.Nm devstat_getgeneration ,

--- 584 unchanged lines hidden (view full) ---

621If no blocksize has been reported (i.e., the block size is 0), a default
622blocksize of 512 bytes will be used in the calculation.
623.It Dv DSM_BLOCKS_PER_SECOND_READ
624.It Dv DSM_BLOCKS_PER_SECOND_WRITE
625.It Dv DSM_BLOCKS_PER_SECOND_FREE
626type:
627.Vt "long double *"
628.Pp
629The average number of blocks per second in the specificed type of transaction
629The average number of blocks per second in the specified type of transaction
630between the acquisition of
631.Fa previous
632and
633.Fa current .
634This number is in terms of the blocksize reported by the device.
635If no blocksize has been reported (i.e., the block size is 0), a default
636blocksize of 512 bytes will be used in the calculation.
637.It Dv DSM_MS_PER_TRANSACTION

--- 158 unchanged lines hidden ---
630between the acquisition of
631.Fa previous
632and
633.Fa current .
634This number is in terms of the blocksize reported by the device.
635If no blocksize has been reported (i.e., the block size is 0), a default
636blocksize of 512 bytes will be used in the calculation.
637.It Dv DSM_MS_PER_TRANSACTION

--- 158 unchanged lines hidden ---