C:\>ping 211.238.16.xxx  ==> 일반적인 방법
C:\>ping -t 211.238.162.xxx  ==> 중단 없이 계속 정보 출력
C:\>ping -n 6 linuxxxxxx.pe.kr  ==> 6번 테스트 출력
Pinging linuxxxxxx.pe.kr [114.1xx.xxx.xxx] with 32 bytes of data
Reply from 114.1xx.xxx.xxx: bytes=32 time=29ms TTL=51
Reply from 114.1xx.xxx.xxx: bytes=32 time=41ms TTL=51
Reply from 114.1xx.xxx.xxx: bytes=32 time=25ms TTL=51..........생략
Ping statistics for 114.1xx.xxx.xxx:
    Packets: Sent = 6, Received = 6, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 23ms, Maximum = 41ms, Average = 29ms
C:\>ping -a -w 6 linuxxxxxx.pe.kr ==> 모든 라인 속도 출력
==========================================================
출력 운영 체제 확인 내용
TTL  OS
31 Firmware
54 Windows NT
128 Windows 98,2000
244 Irix & linux
246 Redhat linux, unix 4.0
247 Solaris 2.x
248 Unix 4.0
255 Accel linux, linux
255 Cisco router
==============================================================

+ Recent posts