linux 查看日志

Posted 小庄啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 查看日志相关的知识,希望对你有一定的参考价值。

第一步 :提交自己目录文件(先到自己目录下载最新文件-->合并-->提交到临时目录temp-->在提交到master总目录-->其他关联master远
程分支的目录.就可以pull下来)
cd /home/gongfu/tripb/monkey
git pull
git commit files
git push origin master //提交到master分支


第二部:到
cd /home/gongfu/tripb/product
git checkout master //切换到master分支
git pull
git checkout product //切换到product分支
git pull
git merge master

git merge master 把master合并到product分支.
git push origin product //一定要提交到product总分支,mantis和这个product同一个分支.才能拉取下来
到测试目录拉取下来

 

screen -ls 查询现有的screen
screen -r zxc 恢复

screen -S name 创建
关闭窗口 exit
退出拷贝模式 esc
退出编辑模式 q


ctrl+a [ 进入拷贝模式-->上下页查看固态窗口
选中---就是复制
右键--就是粘贴
ctrl+a+c 新窗口ctrl+a :title xxx 命名

 

ctrl+a + 数据 切换


===============查看日志 本地monkey的

cd /home/tripweb/logs
01日志下面有订单提醒日志.每个订单请求.都写入一个新的txt文件
02 tripb.biz.log.201606


=========查看日志 triptest面板的
cd ~
cd logs
tail -f tripb.biz.log.201606
tail -f tripb.biz.log.201606 | grep zxc 只查找我的日志

以上是关于linux 查看日志的主要内容,如果未能解决你的问题,请参考以下文章

如何实时查看linux下的日志

linux怎么查看指定行的日志

如何实时查看linux下的日志

如何实时查看linux下的日志

如何查看linux的系统log日志

如何查看linux的系统log日志