--- config/sysinfo.html.orig 2008-09-28 20:33:25.000000000 -0400 +++ config/sysinfo.html 2008-09-28 20:33:46.000000000 -0400 @@ -114,7 +114,7 @@ desc: 'Memory Usage', click_function: function(){ $('.hideall').hide(); - ASTGUI.systemCmdWithOutput( 'free' , function(free){ + ASTGUI.systemCmdWithOutput( 'vmstat' , function(free){ _$('memoryusage').innerHTML = '
' + free +''; $('.hideall').hide(); $('#memory_div').show();