Save Rx Byte and Tx Biyte in a file

I try, in Simple Queues, to save Target-Address and Total Rx Bytes and Total Tx bytes in a file, but when I use:

/queue simple print bytes file=bytes

I can only see Rx and Tx like this: 46825438/6…

Is there a way so I can see the whole number of bytes
Erik

There doesn’t seem to be a switch to make it show the entire column. Maybe try

/queue simple print stats

instead, though it contains different columns one of them shows the bytes transferred.