uping — Ping another computer¶
- uping.ping(host, count=4, timeout=5000, interval=10, quiet=False, size=64)¶
Ping the
hostwithcountpackets each havingtimeoutat a rate between packets ofinterval. IfquietisTruedo not print stats on return. Packet sizes aresizebytes each.Returns a tuple containing the number of transmitted packets and the number received.