]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 328134: Update various statements in vmstat(8) to match reality.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Feb 2018 01:28:19 +0000 (01:28 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Feb 2018 01:28:19 +0000 (01:28 +0000)
commit29014ad9c2481b52d8adf5d198807da0e986237c
tree572e3549600f7caea849c00bd09cd6e3c67253b1
parentc8115276b2882d0c3a3a6949b7539bf26088c61d
MFC 328134: Update various statements in vmstat(8) to match reality.

- The process stats are actually thread counts rather than process
  counts.
- Simplify various descriptions to remove mention of stats that are
  updated every 5 seconds (all VM related stats are now "instant",
  only the load average is updated every 5 seconds).
- Don't make any mention of special treatment for processes that have
  been active in the last 20 seconds.  We don't track that stat.
- Rework the description of active virtual memory.  Call it mapped
  virtual memory and explicitly point out it is not the same as the
  active page queue (which corresponds to "Active" in top(1)), and
  also hint at the possible bogusness of the value (e.g. if a process
  maps a single page out of a multiple GB file, the entire file's size
  is considered mapped).
- Simplify a few descriptions that implied their output was a value
  per interval.  All of the "rate" values are per-second rates scaled
  across the interval.
- Update a few comments for 'struct vmtotal' along similar lines.

git-svn-id: svn://svn.freebsd.org/base/stable/10@330047 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/vmmeter.h
usr.bin/vmstat/vmstat.8