Is there any simple method to check from CLI how many bytes has been sent over physical/logical router interface? I am interested in Juniper devices. It would be great if command result was a short output containing only (or almost only) information that I am interested in.
So far, I tried show interface fe-0/0/0 statistics
but it gives very long output not containing information about bytes sent (only pps information). Command show interfaces fe-0/0/0 detail
prints number of bytes sent, but it is places among others data and as I've written previously, I'd like to have it in a single line format (or almost-single-line format :))