看板 DFBSD_commit 關於我們 聯絡資訊
commit 4d983f7917ea342ad7c6d58fd6de4b3b443c7786 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Aug 23 21:55:55 2010 -0700 systat - Enhance systat -pv * Enhance the -pv option to display the contention points on all cpus Summary of changes: usr.bin/systat/Makefile | 2 +- usr.bin/systat/symbols.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++ usr.bin/systat/symbols.h | 41 ++++++++++++++ usr.bin/systat/vmmeter.c | 41 +++++++++++--- 4 files changed, 208 insertions(+), 9 deletions(-) create mode 100644 usr.bin/systat/symbols.c create mode 100644 usr.bin/systat/symbols.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4d983f7917ea342ad7c6d58fd6de4b3b443c7786 -- DragonFly BSD source repository