summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-12-10 22:19:19 +0000
committerdes <des@FreeBSD.org>2003-12-10 22:19:19 +0000
commitadbd0e152fd3829079d94c1f63e508bcc76b1875 (patch)
treeabfb9f212bb2e21af0853dd610213263b5cb3a1c /usr.bin/vmstat
parente24b9cafc1b1f3c0a94d5d505a90a9f00ff2eaa4 (diff)
downloadFreeBSD-src-adbd0e152fd3829079d94c1f63e508bcc76b1875.zip
FreeBSD-src-adbd0e152fd3829079d94c1f63e508bcc76b1875.tar.gz
Whitespace cleanup.
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c72
1 files changed, 36 insertions, 36 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 3320fe6..3255e7b 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -429,42 +429,42 @@ fill_vmmeter(struct vmmeter *vmmp)
GET_VM_STATS(sys, v_soft);
/* vm */
- GET_VM_STATS(vm, v_vm_faults);
- GET_VM_STATS(vm, v_cow_faults);
- GET_VM_STATS(vm, v_cow_optim);
- GET_VM_STATS(vm, v_zfod);
- GET_VM_STATS(vm, v_ozfod);
- GET_VM_STATS(vm, v_swapin);
- GET_VM_STATS(vm, v_swapout);
- GET_VM_STATS(vm, v_swappgsin);
- GET_VM_STATS(vm, v_swappgsout);
- GET_VM_STATS(vm, v_vnodein);
- GET_VM_STATS(vm, v_vnodeout);
- GET_VM_STATS(vm, v_vnodepgsin);
- GET_VM_STATS(vm, v_vnodepgsout);
- GET_VM_STATS(vm, v_intrans);
- GET_VM_STATS(vm, v_reactivated);
- GET_VM_STATS(vm, v_pdwakeups);
- GET_VM_STATS(vm, v_pdpages);
- GET_VM_STATS(vm, v_dfree);
- GET_VM_STATS(vm, v_pfree);
- GET_VM_STATS(vm, v_tfree);
- GET_VM_STATS(vm, v_page_size);
- GET_VM_STATS(vm, v_page_count);
- GET_VM_STATS(vm, v_free_reserved);
- GET_VM_STATS(vm, v_free_target);
- GET_VM_STATS(vm, v_free_min);
- GET_VM_STATS(vm, v_free_count);
- GET_VM_STATS(vm, v_wire_count);
- GET_VM_STATS(vm, v_active_count);
- GET_VM_STATS(vm, v_inactive_target);
- GET_VM_STATS(vm, v_inactive_count);
- GET_VM_STATS(vm, v_cache_count);
- GET_VM_STATS(vm, v_cache_min);
- GET_VM_STATS(vm, v_cache_max);
- GET_VM_STATS(vm, v_pageout_free_min);
- GET_VM_STATS(vm, v_interrupt_free_min);
- /*GET_VM_STATS(vm, v_free_severe);*/
+ GET_VM_STATS(vm, v_vm_faults);
+ GET_VM_STATS(vm, v_cow_faults);
+ GET_VM_STATS(vm, v_cow_optim);
+ GET_VM_STATS(vm, v_zfod);
+ GET_VM_STATS(vm, v_ozfod);
+ GET_VM_STATS(vm, v_swapin);
+ GET_VM_STATS(vm, v_swapout);
+ GET_VM_STATS(vm, v_swappgsin);
+ GET_VM_STATS(vm, v_swappgsout);
+ GET_VM_STATS(vm, v_vnodein);
+ GET_VM_STATS(vm, v_vnodeout);
+ GET_VM_STATS(vm, v_vnodepgsin);
+ GET_VM_STATS(vm, v_vnodepgsout);
+ GET_VM_STATS(vm, v_intrans);
+ GET_VM_STATS(vm, v_reactivated);
+ GET_VM_STATS(vm, v_pdwakeups);
+ GET_VM_STATS(vm, v_pdpages);
+ GET_VM_STATS(vm, v_dfree);
+ GET_VM_STATS(vm, v_pfree);
+ GET_VM_STATS(vm, v_tfree);
+ GET_VM_STATS(vm, v_page_size);
+ GET_VM_STATS(vm, v_page_count);
+ GET_VM_STATS(vm, v_free_reserved);
+ GET_VM_STATS(vm, v_free_target);
+ GET_VM_STATS(vm, v_free_min);
+ GET_VM_STATS(vm, v_free_count);
+ GET_VM_STATS(vm, v_wire_count);
+ GET_VM_STATS(vm, v_active_count);
+ GET_VM_STATS(vm, v_inactive_target);
+ GET_VM_STATS(vm, v_inactive_count);
+ GET_VM_STATS(vm, v_cache_count);
+ GET_VM_STATS(vm, v_cache_min);
+ GET_VM_STATS(vm, v_cache_max);
+ GET_VM_STATS(vm, v_pageout_free_min);
+ GET_VM_STATS(vm, v_interrupt_free_min);
+ /*GET_VM_STATS(vm, v_free_severe);*/
GET_VM_STATS(vm, v_forks);
GET_VM_STATS(vm, v_vforks);
GET_VM_STATS(vm, v_rforks);
OpenPOWER on IntegriCloud