Merge remote-tracking branch 'origin/master'

This commit is contained in:
ArnoHand 2018-10-09 17:33:29 +08:00
commit 2f040f31ea

View File

@ -42,7 +42,9 @@ public class CommandService extends BaseService {
stop,
restart,
status,
/**
* 运行日志
*/
showlog,
/**
* 获取进程id
@ -52,6 +54,9 @@ public class CommandService extends BaseService {
* 备份日志
*/
backupLog,
/**
* 查看内存信息
*/
top
}