mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
ec562b8036
PR: ports/128403 Submitted by: Phillip N. <pneumann@gmail.com> (maintainer)
12 lines
477 B
HTML
12 lines
477 B
HTML
--- 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 = '<pre>' + free +'</pre>';
|
|
$('.hideall').hide();
|
|
$('#memory_div').show();
|