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

Origin commit data
------------------
Commit: 8b35ae8060
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-12-22 (Sat, 22 Dec 2012)
This commit is contained in:
Jacek Jendrzej
2012-12-22 17:12:22 +01:00
parent 602bb28d75
commit 9d03054e55

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..." ;;