diff options
| author | Mikolaj Golub <trociny@FreeBSD.org> | 2012-12-15 18:19:48 +0000 |
|---|---|---|
| committer | Mikolaj Golub <trociny@FreeBSD.org> | 2012-12-15 18:19:48 +0000 |
| commit | fdd6757e713945cdb16ab346580332de933a00bc (patch) | |
| tree | 763b78a430041a8f017cc1c2445bb1b9b1d81cf2 /lib/libdevstat/devstat.h | |
| parent | efe3d4d7c9ea63dd1bbb723a7a05b17505388768 (diff) | |
Notes
Diffstat (limited to 'lib/libdevstat/devstat.h')
| -rw-r--r-- | lib/libdevstat/devstat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libdevstat/devstat.h b/lib/libdevstat/devstat.h index 7717cb1b5ec8..9471f934ba25 100644 --- a/lib/libdevstat/devstat.h +++ b/lib/libdevstat/devstat.h @@ -97,6 +97,12 @@ typedef enum { DSM_MS_PER_TRANSACTION_FREE, DSM_BUSY_PCT, DSM_QUEUE_LENGTH, + DSM_TOTAL_DURATION, + DSM_TOTAL_DURATION_READ, + DSM_TOTAL_DURATION_WRITE, + DSM_TOTAL_DURATION_FREE, + DSM_TOTAL_DURATION_OTHER, + DSM_TOTAL_BUSY_TIME, DSM_MAX } devstat_metric; |
