在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可以退出实时查看,再输入其他指令
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)