Skip to content

Instantly share code, notes, and snippets.

@sarjsheff
Last active April 27, 2021 07:09
Show Gist options
  • Select an option

  • Save sarjsheff/887e9486cba0207ab33ee8041f91f849 to your computer and use it in GitHub Desktop.

Select an option

Save sarjsheff/887e9486cba0207ab33ee8041f91f849 to your computer and use it in GitHub Desktop.
ubus openwrt
# 10 last log messages
ubus -v call log read '{"lines":10,"stream":false,"oneshot":true}'
# boardinfo
ubus call system board
# system stat
ubus call system info
# list services
ubus call rc list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment