Page 6 showing current connections/bandwidth for your WAN, LAN and VPN Connections:
And Page 7 provides you with all the current connection information as clients connected to your Wi-Fi networks, LAN, VLANs, AiMesh nodes, etc. will be displayed here.
View attachment 62692
How is this script supposed to run?
I would recommend running this script in its own SSH window from a PC that's connected directly to the Asus router, or from a utility like 'Screen', as it loops and checks the various stats every 10 seconds. Instructions:
- Download and install directly from AMTM, or using your favorite SSH tools, copy & paste this command:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon.sh" -o "/jffs/scripts/rtrmon.sh" && chmod 755 "/jffs/scripts/rtrmon.sh"
- Configure it using this command:
Code:
sh /jffs/scripts/rtrmon.sh -setup
- Run it standalone in an SSH window with this command:
Code:
sh /jffs/scripts/rtrmon.sh -monitor
- Or, using the screen utility, which has now been built-in:
Code:
sh /jffs/scripts/rtrmon.sh -screen
- To make it even easier, simply execute the script name with the commandline switch, like so:
Code:
rtrmon -screen
-or-
rtrmon -monitor
-or-
rtrmon -setup
etc...
Please note: in order to use the shortcut method as explained in step 5, you will need to log out of your SSH session completely/close it, then re-open it and log back in. Then you can use the command "rtrmon" from any subfolder location.
Do I need to configure anything?
You can enter the setup screen with the command '
sh rtrmon.sh -setup
' or by hitting the "M" key in the main UI:
View attachment 59146
Hitting the "1" option, there are currently 13 items you can configure (you can also access this screen by using '
sh rtrmon.sh -config
'):
View attachment 59147
The really important ones probably are your max speeds... as those will differ from router to router, home to home, location to location. Each menu item has detailed explanations on what each one means. If you have any further questions, please feel free to post in the thread below.
I'm definitely looking for your feedback... what works, what doesn't... what else would you like to see. But all-in-all, as good ideas come up for things to possibly add, very much a WIP (work-in-progress).