cancel
Showing results for 
Search instead for 
Did you mean: 

TG582 CLI - commands to access Data Transferred

nimzoking64
Dabbler
Posts: 18
Registered: ‎31-07-2013

TG582 CLI - commands to access Data Transferred

Does anyone know what the CLI command is to access the Data Transferred stats that are displayed in the GUI?

TIA
2 REPLIES 2
npr
Pro
Posts: 1,898
Thanks: 119
Fixes: 9
Registered: ‎21-01-2013

Re: TG582 CLI - commands to access Data Transferred

Try this command:
ip iflist
Use the TX and RX data from the Internet interface.
To match the binary GB / MB units shown in the GUI:
For MB divide by 1048576
For GB divide by 1073741824
Note:
The above is binary units ie 1K = 1024
ISP's often calculate data usage in decimal units ie 1K = 1000
I believe transfer data show by the cli command only goes up to 4 GB and then resets to zero.
There is some doubt as to the accuracy of data transfer results shown by the routers GUI and cli.
nimzoking64
Dabbler
Posts: 18
Registered: ‎31-07-2013

Re: TG582 CLI - commands to access Data Transferred

Thanks, that is a lot easier to look at that what I did pull off  ....
Which was via "eth bridge list"  Crazy