Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 센토스
- fdisk
- ubuntu
- nvme
- DISK
- deragistration
- x-forward-for
- VPN
- 인스턴스타입
- onpromise
- resize2fs
- RDS
- DELETE
- centos
- ntp
- Windows
- Linux
- xen
- EC2
- port
- AWS
- mysql
- terraform
- 아마존
- EBS
- Error
- Query
- 리눅스
- awscli
- x-real-ip
Archives
- Today
- Total
목록ICMP (1)
Cloud
PING 에 시간 기록
PING을 찍을때 시간을 찍어놓으면 편하다. 리눅스에서는 간단한데 윈도우는 스크립트를 꼭 저장해야되서 쓰게 될지는 모르겠음. 일단 저장. 리눅스 PING 시간 찍기 ping 10.0.0.2 | while read ping; do echo $(date) $ping; done >> pingtime.log 윈도우 PING 시간 찍기 echo off cd\ :start echo %time% >> c:\somedirectory\pinghostname.txt ping pinghostname >> c:\somedirectory\pinghostname.txt goto start
네트워크
2017. 9. 5. 16:07