看板 DFBSD_commit 關於我們 聯絡資訊
commit 29758f2e39e0f902c9fd1811252140ad1d5e9370 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Jan 17 13:34:28 2010 -0800 vmstat - Allow sub-second intervals to be specified. * Allows e.g. vmstat 0.1 or even vmstat 1.5. * Note that fields which are printed in per-second format are still printed in per-second format. Sub-second rates may cause reduced reliability for these fields. Summary of changes: usr.bin/vmstat/vmstat.c | 29 ++++++++++------------------- 1 files changed, 10 insertions(+), 19 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/29758f2e39e0f902c9fd1811252140ad1d5e9370 -- DragonFly BSD source repository