반응형
0. Install boost library
# yum install boost-devel
1. source-highlight 사용
http://savannah.gnu.org/projects/src-highlite
# wget http://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.8.tar.gz
# tar zxvfp source-highlight-3.1.8.tar.gz
# cd source-highlight-3.1.8
# mkdir build
# cd build
# ../configure
# make
# make install
# tail -f nohup.out | source-highlight -f esc -s log
2. perl script
# tail -f nohup.out | perl -pe 'while(<STDIN>) { my $line = $_; chomp($line); for($line){ s/==>.*<==/\e[1;44m$&\e[0m/gi; s/error.*/\e[0;31m$&\e[0m/gi; s/.*exception.*|at .*/\e[0;31m$&\e[0m/gi; s/info.*/\e[1;32m$&\e[0m/gi; s/warning.*/\e[1;33m$&\e[0m/gi; } print $line, "\n";}'
반응형
'Linux > CentOS' 카테고리의 다른 글
[CentOS] SSH 접속 지연 문제 (0) | 2016.10.05 |
---|---|
Mellanox OFED Driver 설치 및 MTU값 2044에서 65520으로 변경 (0) | 2016.10.05 |
[CentOS] iozone 설치 (0) | 2016.09.12 |
[CentOS] NCBI 데이터 다운로드 (0) | 2016.07.21 |
[CentOS] CentOS7에서 ip masquerading (0) | 2016.06.29 |
최근댓글