I have confusion to understand docker container stats for NET I/O and BLOCK I/O. As per official documentation. NET I/O => The amount of data the container has sent and received over its network interface BLOCK I/O => The amount of data the container has read to and written from block devices on the host
In my case output is NET I/O => 132MB / 273MB BLOCK I/O => 6.03GB / 7.16GB
I am not understanding whether these values are per second or an average of certain period say each day. Please help me with this. Also, let me know backend files storing this values.