I would like to propose the addition of fs.ReadStream.prototype.bytesRead which should represent the number of bytes read from the file.
It seems like it's "missing" since fs.WriteStream has bytesWritten and net.Socket has both bytesRead and bytesWritten.
Implementation should be very trivial, I would be happy to submit a pull request.