AndyA / htop-osx

A port of htop to OSX
http://hexten.net/
GNU General Public License v2.0
179 stars 40 forks source link

Swap statistics using sysctl #7

Open jdv85 opened 12 years ago

jdv85 commented 12 years ago

I have implemented swap statistics, using the same numbers as reported by sysctl vm.swapusage on the command line.

Maybe this should really be in SwapMeter.c instead of ProcessList.c?