|
|
@ -21,6 +21,7 @@ import com.taobao.arthas.core.shell.system.impl.JobControllerImpl;
|
|
|
|
import com.taobao.arthas.core.shell.system.impl.JobImpl;
|
|
|
|
import com.taobao.arthas.core.shell.system.impl.JobImpl;
|
|
|
|
import com.taobao.arthas.core.shell.term.Term;
|
|
|
|
import com.taobao.arthas.core.shell.term.Term;
|
|
|
|
import com.taobao.arthas.core.util.Constants;
|
|
|
|
import com.taobao.arthas.core.util.Constants;
|
|
|
|
|
|
|
|
import com.taobao.arthas.core.util.DateUtils;
|
|
|
|
import com.taobao.arthas.core.util.LogUtil;
|
|
|
|
import com.taobao.arthas.core.util.LogUtil;
|
|
|
|
import com.taobao.middleware.logger.Logger;
|
|
|
|
import com.taobao.middleware.logger.Logger;
|
|
|
|
|
|
|
|
|
|
|
@ -119,7 +120,7 @@ public class ShellImpl implements Shell {
|
|
|
|
if (welcome != null && welcome.length() > 0) {
|
|
|
|
if (welcome != null && welcome.length() > 0) {
|
|
|
|
term.write(welcome + "\n");
|
|
|
|
term.write(welcome + "\n");
|
|
|
|
term.write("pid: " + session.get(Session.PID) + "\n");
|
|
|
|
term.write("pid: " + session.get(Session.PID) + "\n");
|
|
|
|
term.write("timestamp: " + System.currentTimeMillis() + "\n\n");
|
|
|
|
term.write("time: " + DateUtils.getCurrentDate() + "\n\n");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|