Whitespace cleanup.
This commit is contained in:
parent
e24b9cafc1
commit
adbd0e152f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user