在linux中滚动查看实时日志
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
首先连接linux服务器:
如果是mac,则直接打开一个终端,使用命令(如果是windows,则需要下载xshell 6工具)
ssh username@10.2.xxx.xxx
然后输入密码连接成功;
使用以下命令,可以查看实时日志
tail -f path/test.log
也可以使用正则表达式,匹配想要的log信息
tail -f path/test.log | grep 'RE expression'
按ctrl+c可以退出实时查看,再输入其他指令




A beautiful web dashboard for Linux
最近提交(Master分支:17 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)