Free memory: Revision history

From TykWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    14 August 2010

    • curprev 11:5411:54, 14 August 2010Tykling talk contribs 496 bytes +496 Created page with '<pre> PAGES_FREE=`sysctl -n vm.stats.vm.v_free_count` PAGES_INACTIVE=`sysctl -n vm.stats.vm.v_inactive_count` PAGES_CACHE=`sysctl -n vm.stats.vm.v_cache_count` PAGES_LIBRES=`expr…'