Replying to a message from: Tommy

I find a way to settle,write to log,then read from log,include at newfooter.jsp,so that when admin login,can know the CPU LOAD

<%
String cmds= "uptime>/opt/Xeams/logs/cpuload.log";
String[] command = { "/bin/sh", "-c", cmds };
Process ps = Runtime.getRuntime().exec(command );
%>