diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2001-08-18 05:46:59 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2001-08-18 05:46:59 +0000 |
| commit | 884539f70154b0fefdf6905be893c0ceabca755f (patch) | |
| tree | 048b1c2152f5670e9ca51f561c6bddb4e8181511 /lib/libdevstat/devstat.3 | |
| parent | 29b7fbd17f641e56ce54f186c49599d89cbf6ea3 (diff) | |
Notes
Diffstat (limited to 'lib/libdevstat/devstat.3')
| -rw-r--r-- | lib/libdevstat/devstat.3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3 index 102d5821ed01..319b37e7e985 100644 --- a/lib/libdevstat/devstat.3 +++ b/lib/libdevstat/devstat.3 @@ -762,6 +762,18 @@ and .Va current . As above, this is not the true number of milliseconds per transaction, but rather the average rate of write transaction completion. +.It DSM_SKIP +type: N/A +.Pp +If you do not need a result from +.Fn devstat_compute_statistics , +just put +.Va DSM_SKIP +as first (type) parameter and +.Va NULL +as second parameter. +This can be useful in scenarios where the statistics to be calculated +are determined at run time. .El .Pp .Fn compute_stats |
