Last active
April 27, 2021 07:09
-
-
Save sarjsheff/887e9486cba0207ab33ee8041f91f849 to your computer and use it in GitHub Desktop.
ubus openwrt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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