How to in Queue?

Hello
How to Save Total Tx Bytes and Total Rx Bytes (in /queue simple) to a file? for print.

Thanks
Chap

Add ‘file=filename.extension’ to the print command.

I can’t find “Total Tx Bytes and Total Rx Bytes” in print command. But in the winbox it is there.

/queue simple print stats file=filename.extension

or without the file= part to see on the screen what output it will create

Thank You. It Works.