用elinks文字瀏覽器快速測試web服務是否可用

tonykorn97發表於2008-10-17
Elinks是Linux命令列下的網路瀏覽器。它的特點是速度很快,支援frame、表格和滑鼠,擁有選單,在Elinks中網頁的顯示效果是所有命令列下網路瀏覽器中最好的。
[@more@]
如果經常在文字介面下執行,用這個命令測試web服務是否正常是最快速度。
1,安裝
[root@station12 ~]# yum install elinks
2,檢視man幫助,得到-dump引數的作用。
-dump [0|1] (default: 0)
Print formatted plain-text versions of given URLs to stdout.
3,測試服務是否可用
[root@station10 /]# elinks -dump www10.example.com
www10.example.com
[root@station10 /]# elinks -dump www10.example.com | head
www10.example.com
[root@station10 /]#

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-1012014/,如需轉載,請註明出處,否則將追究法律責任。

相關文章