반응형
ping 명령어
ping google.com | xargs -n1 -i bash -c 'echo `date +%F\ %T`" {}"' | ccze
yum install -y ccze
ping google.com | xargs -n1 -i bash -c 'echo `date +%F\ %T`" {}"' | ccze -A
$ ping google.com | xargs -n1 -i bash -c 'echo `date +%F\ %T`" {}"' | ccze -A
2020-10-13 17:38:02 PING google.com (172.217.24.142) 56(84) bytes of data.
2020-10-13 17:38:02 64 bytes from nrt20s01-in-f14.1e100.net (172.217.24.142): icmp_seq=1 ttl=104 time=31.9 ms
2020-10-13 17:38:03 64 bytes from nrt20s01-in-f14.1e100.net (172.217.24.142): icmp_seq=2 ttl=104 time=31.9 ms
2020-10-13 17:38:04 64 bytes from nrt20s01-in-f14.1e100.net (172.217.24.142): icmp_seq=3 ttl=104 time=32.0 ms
728x90
반응형
'리눅스' 카테고리의 다른 글
openssl 인증서 만료일 조회 (0) | 2020.10.14 |
---|---|
리눅스 ccze 명령어 (0) | 2020.10.13 |
NGINX에서 POST 데이터를 액세스 로그에 기록하는 방법 (0) | 2020.10.06 |
jq 명령어 (0) | 2020.10.06 |
쿠버네티스 클러스터에서 Helm을 설치하는 방법 (0) | 2020.10.06 |