Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. root@OpenWrt:~# time ping -c 1 8.8.8.8
  2. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  3. 64 bytes from 8.8.8.8: seq=0 ttl=255 time=1580945.421 ms
  4.  
  5. --- 8.8.8.8 ping statistics ---
  6. 1 packets transmitted, 1 packets received, 0% packet loss
  7. round-trip min/avg/max = 1580945.421/1580945.421/1580945.421 ms
  8. real 0m 0.04s
  9. user 0m 0.00s
  10. sys 0m 0.00s
  11. root@OpenWrt:~# uname -a
  12. Linux OpenWrt 5.10.88 #0 SMP Sat Jan 1 17:02:49 2022 aarch64 GNU/Linux
  13. root@OpenWrt:~# cat /etc/os-release
  14. NAME="OpenWrt"
  15. VERSION="SNAPSHOT"
  16. ID="openwrt"
  17. ID_LIKE="lede openwrt"
  18. PRETTY_NAME="OpenWrt SNAPSHOT"
  19. VERSION_ID="snapshot"
  20. HOME_URL="https://openwrt.org/"
  21. BUG_URL="https://bugs.openwrt.org/"
  22. SUPPORT_URL="https://forum.openwrt.org/"
  23. BUILD_ID="r18460-def9565be6"
  24. OPENWRT_BOARD="armvirt/64"
  25. OPENWRT_ARCH="aarch64_cortex-a53"
  26. OPENWRT_TAINTS=""
  27. OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
  28. OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
  29. OPENWRT_DEVICE_PRODUCT="Generic"
  30. OPENWRT_DEVICE_REVISION="v0"
  31. OPENWRT_RELEASE="OpenWrt SNAPSHOT r18460-def9565be6"
  32.  
  33. # ping -v
  34. BusyBox v1.34.1 (2022-01-01 17:02:49 UTC) multi-call binary.
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement