uping
— Ping another computer¶
- uping.ping(host, count=4, timeout=5000, interval=10, quiet=False, size=64)¶
Ping the
host
withcount
packets each havingtimeout
at a rate between packets ofinterval
. Ifquiet
isTrue
do not print stats on return. Packet sizes aresize
bytes each.Returns a tuple containing the number of transmitted packets and the number received.