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 | 31 |
Tags
- fdisk
- ubuntu
- nvme
- resize2fs
- x-forward-for
- ntp
- xen
- AWS
- EBS
- EC2
- 센토스
- Query
- 리눅스
- RDS
- mysql
- DELETE
- DISK
- 아마존
- VPN
- Windows
- Error
- awscli
- centos
- x-real-ip
- onpromise
- Linux
- terraform
- port
- deragistration
- 인스턴스타입
Archives
- Today
- Total
목록ping (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