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