• 1 
瀏覽模式: 普通 | 列表

hping 類似 ping 的網路封包測試工具

http://www.hping.org/

hping 是一個封包分析工具,它類似於 ping ,但比它強很多

支援 ICMP, TCP, UDP, RAW-IP, traceroute mode

也可以作以下測試用
  • Firewall testing
  • Advanced port scanning
  • Network testing, using different protocols, TOS, fragmentation
  • Manual path MTU discovery
  • Advanced traceroute, under all the supported protocols
  • Remote OS fingerprinting

[閱讀全文]

網路品質觀查工具 - Smokeping (續) - RPM安裝

環境: fedora 12

只要 yum 安裝就搞定
yum install smokeping

設定 /etc/smokeping/config

我只加了自已要 ping 的目的端

+ ssorc
menu = ssorc
title = ssorc

++ ping

menu = ping
title = ping

+++ wwwhinetnet

[閱讀全文]

主機測試 just-ping.com

http://just-ping.com/

可以透過好多個點去 ping 目的主機,有圖有真象 ↓↓↓
attachments/200809/5328192084.png

它也有 traceroute

attachments/200809/8475001811.png

網路品質觀查工具 - Smokeping

Quote: http://oss.oetiker.ch/smokeping/

About SmokePing

Graphics

SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection.

SmokePing uses latency measurement plug-ins for seamless extendability.

[閱讀全文]


mrt = a network diagnostic tool = ping + traceroute

全名叫作 my traceroute

它用來幹麻,對於工程師來說是很好的一個工具

平常會ping ping 網路通不通,主機還活不活著

PING 168.95.1.1 (168.95.1.1) 56(84) bytes of data.
64 bytes from 168.95.1.1: icmp_seq=1 ttl=247 time=18.3 ms
64 bytes from 168.95.1.1: icmp_seq=2 ttl=247 time=17.8 ms
64 bytes from 168.95.1.1: icmp_seq=3 ttl=247 time=17.9 ms
64 bytes from 168.95.1.1: icmp_seq=4 ttl=247 time=18.1 ms

偶而網路連線不穩定的話,就用 traceroute 來查看我這跟伺服器(或其它點)之間的品質如何

[閱讀全文]

標籤: mtr ping traceroute

  • 1