Web Ping: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 97: Line 97:
=== DNS檢查 ===
=== DNS檢查 ===
* {{Gd}} [http://www.whatsmydns.net/ What's My DNS? Global DNS Propagation Checker] 介紹: [http://www.freegroup.org/2011/05/whats-my-dns/ What’s My DNS? 從世界各地的伺服器,檢查網址 DNS 更新情形]
* {{Gd}} [http://www.whatsmydns.net/ What's My DNS? Global DNS Propagation Checker] 介紹: [http://www.freegroup.org/2011/05/whats-my-dns/ What’s My DNS? 從世界各地的伺服器,檢查網址 DNS 更新情形]
* [http://www.dnsreport.com/ DNS Report: The free, thorough report on the DNS for your domain]
* [http://www.intodns.com/ IntoDNS] "IntoDNS checks the health and configuration and provides DNS report and mail servers report." Quoted from official website. {{access | date = 2011-02-21}} {{exclaim}}不能檢查 subdomain
* [http://www.checkdns.net/quickcheckdomainf.aspx DNS Quick Check] - Online DNS Report Tool - Enter the domain to test realtime, Test your DNS delegation, DNS Servers, Mail and Web Servers, Network Admins, Webmasters, Hosting ([http://www.freegroup.org/free-online-tools-checkdns CheckDNS.net 中文介紹])
* [http://www.dnscolos.com/free-dns-report.html Free DNS Report] {{access | date = 2013-03-28}}
* [http://www.intodns.com/ IntoDNS] "IntoDNS checks the health and configuration and provides DNS report and mail servers report." Quoted from official website. {{access | date = 2011-02-21}}
: other web ping: [http://www.fifi.org/services/ping fifi](ping, tracert... tools.), [http://www.maxmind.com/app/lookup lookup]
: other web ping: [http://140.111.1.22/tanet/diag/ 教育部網路偵錯], [http://www.fifi.org/services/ping fifi](ping, tracert... tools.), [http://www.maxmind.com/app/lookup lookup]


=== 反查IP或網域 ===
=== 反查IP或網域 ===

Revision as of 12:14, 28 March 2013

網站監測與網站連線測試 (Back to Network problem)


Web site design and development process


網站連線測試

網站連線測試

同時從世界各處測試網站連線

  • just ping: Free online ping from 50 locations worldwide(includes China)[Last visited: 2011-02-25]

檢查網站是否被中國的防火長城(GFW, Great Firewall of China)封鎖

相關文章

Owl icon.jpg 了解什麼是中國的防火長城(GFW, Great Firewall of China)

使用國外 VPN 服務測試網路連線

其他

  • CloudPing.info "... estimate the latency from your browser to each Amazon Web Services region." Cited from official website.

分析網頁連線下載速度

1776124036_800ff3441d_o.jpg
Image hosted by Flickr
5457161299_6410ae7c01.jpg
Image hosted by flickr
  • Pingdom Tools(圖例): (a)測試網頁各元件載入時間(Full page test),圖形化呈現載入時間長短,藉此觀察網頁效能、 (b)以及從Pingdom Tools網站到目標網站的連線檢查(Ping、trace route)

Monitor HTTP request

追蹤瀏覽器提出的網站網址要求(ex: URL of AJAX JSON)

分析網頁連線下載速度,並提供網站開發者建議的服務或軟體

觀察HTTP response status code(HTTP回應狀態代碼)

瀏覽網頁時,可以觀察該網頁或網頁內元件(例如嵌入圖檔或聲音)的HTTP response status code(HTTP回應狀態代碼)[1],例如404代表沒有該檔案。

  • Mozilla Firefox Firefox browser_firefox.png 內建的工具 -> 網頁開發者 -> 網頁主控台。快速鍵: Ctrl+Shift+k
    • filter: available
    • example as follows:
[23:14:47.836] GET https://www.google.com/ [HTTP/1.1 200 OK 10763ms]
[23:14:59.707] GET https://www.google.com/ig/cp/get?hl=zh-TW&gl=&authuser=0&bundleJs=0 [HTTP/1.1 304 Not Modified 1593ms]
  • Firebug for Firefox browser_firefox.png : 切換到「網路」標籤。快速鍵: F12
  • Google Chrome Browser chrome.png 內建的工具 -> 開發人員工具 -> 切換到「network」標籤。快速鍵: Ctrl+Shift+i
  • Live HTTP Headers for Firefox browser_firefox.png

DNS檢查

other web ping: fifi(ping, tracert... tools.), lookup

反查IP或網域


無法網路連線

  1. ping local IP
  2. ping Gateway
  3. check DNS...
  4. (optional) ping the IP of external website (有些機器會關閉ICMP ECHO,讓我們無法Ping到它)

distinguish which section met trouble

無法連線到網路的測試步驟

  • 檢查網站服務 for Linux Os linux.png
    • /etc/init.d/httpd status
    • /etc/init.d/mysqld status
  • 檢查本機端網站網頁是否能讀取
    • lynx 127.0.0.1
  • 檢查網站伺服器log
  • 從瀏覽器直接瀏覽網站網址

網路連線發生不穩

如何看出哪一段線路慢了?

  • Windows: 開始 -> 執行 -> 輸入cmd (進入"命令提示字元")
  • (會顯示C:\某資料夾>)
請在閃爍游標處輸入 tracert web.domain.com (web.domain.com 改成想檢查的網站網址)
就可以看出是哪一段慢了,大家先作這個動作會有助於解決問題及增加回覆的速度喔

或者

請在閃爍游標處輸入 tracert web.domain.com > c:\result.txt
  • 當出現第二次C:\某資料夾> (如果網路連線不穩定, 會花費相當多時間)
代表已經將連線過程紀錄成功在 c:\result.txt
  • 請將這個文字檔寄給合適的網路管理員


類似工具

GeoIP服務

Blog


伺服器主機資訊

javascript:location%20=%20'http://uptime.netcraft.com/up/graph?site='+escape(location);%20void%200

references