Displaying 2 results from an estimated 2 matches for "_______total".
2006 Apr 06
4
Why is my kernel eating my memory
Can someone, more learned in the ways of dtrace point me at what to look at to help understand why the kernel on one machine is using tons of memory, while another machine doing the same task/same user load is not.
swapinfo for the "afflicted" machine shows 
RAM  _______Total 16384 Mb
RAM      Unusable    73 Mb
RAM        Kernel  9226 Mb
RAM        Locked     2 Mb
RAM          Used  2692 Mb
RAM         Avail  4389 Mb    
While the second "unsick" machine shows
RAM  _______Total 16384 Mb
RAM      Unusable    73 Mb
RAM        Kernel  3319 Mb
RAM        Locked...
2005 Jun 11
3
swapinfo.d
G''Day Folks,
Check out this DTrace script,
   # ./swapinfo.d
   RAM  _______Total   511 Mb
   RAM      Unusable     8 Mb
   RAM        Kernel    96 Mb
   RAM        Locked     0 Mb
   RAM          Used   318 Mb
   RAM         Avail    88 Mb
   Disk _______Total  1023 Mb
   Disk         Used     9 Mb
   Disk        Avail  1014 Mb
   Swap _______Total  1367 Mb
   Swap         Us...