Number of Subflow Blocks per Multipath TCP connection

Graph file: size_subflow_blocks.py
Main fields:

conn.attr[co.S2C][co.BURSTS]  # Array of information for each detected subflow block

Additional information

The results are obtained by first counting the number of total bytes sent by the proxy to the smartphones to know on which curve each connection belongs to.
Then, for each labelled connection, the number of subflow blocks is obtained by obtaining the length of the array conn.attr[co.S2C][co.BURSTS].
This array is obtained by parsing the output of mptcptrace about the sequence number graph.
You can find more information about this by looking at the method process_csv in the file mptcp.py.