Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Eight features Windows 8 'borrowed' from Linux

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term

20 popular Ubuntu Linux apps you may want to try

A Selection of the Very Best Open Source Tutorials and Tools

Android Ice Cream Sandwich ported to x86 tablets, netbooks and notebooks

SECURITY: Google Chrome 17 Improves Security

How to read a CSV file in Perl?

Red Hat Brings Gluster to Amazon Cloud



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:Linux Answers Magazine: The Humble Ping
Linux Answers Magazine: The Humble Ping
Nov 13, 1999, 22 :03 UTC (0 Talkback[s]) (2951 reads)

(Other stories by James Jeffrey)

"Experienced users of Unix/Linux or even (Yuch!) Wintel will probably know, so forgive me, but keep reading. Ping is a little tool which lets you test the IP network link between your computer and somewhere else. It tells you the speed of a link, the reliability and in fact whether it works at all. It can also tell you if your nameserver (DNS) configuration is working and thus, whether www.yahoo.com is actually going to mean anything to your computer, and if so, whether you can access it. It will even tell you if that remote server has crashed. It is also a good way of bringing up demand-dial ppp links and keeping timeouts from happening. You can even have it crash a fileserver."

"A lot of us use dial on demand internet links, which timeout after a given time. Sometimes, like when you are waiting for an e-mail, you don't want this. Try issuing the command "ping -i 10 www.yahoo.com". This will cause your computer to send a data packet across the Internet to yahoo every ten seconds until you press control-c and kill ping. This means the link stays open. If you want to stop ping automatically after a given time, you can use the count option again. If I want the link to stay open for at least a minute, that is 6 times 10 seconds, so I use "ping -l10 -c6 www.yahoo.com". This command will cause ping to sit there and keep that link open. After 1 minute, it stops."

Complete Story



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP