src/nhttpd/web/scripts/Y_Tools.sh: show alle prozesse

This commit is contained in:
satbaby
2012-12-22 17:12:22 +01:00
parent 289e927e04
commit 8b35ae8060

View File

@@ -530,7 +530,7 @@ case "$1" in
bootlogo_lcd_upload) bootlogo_lcd_upload ;;
zapit_upload) zapit_upload $2 ;;
kernel-stack) msg=`dmesg`; y_format_message_html ;;
ps) msg=`ps`; y_format_message_html ;;
ps) msg=`ps aux`; y_format_message_html ;;
free) f=`free`; p=`df -h`; msg="RAM Memory use\n-------------------\n$f\n\nPartitions\n-------------------\n$p"
y_format_message_html ;;
yreboot) reboot; echo "Reboot..." ;;