libvma
libvma copied to clipboard
issue: 1897191 Implement extra TCP statistics
VMA doesn't provide enough information to investigate TCP bottlenecks.
Collect more counters and metrics for a TCP connection and integrate them into vma_stats. This statistics will help to see internals and describe TCP behavior.
Signed-off-by: Dmytro Podgornyi [email protected]
Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3311/ for details (Mellanox internal link).
Test FAILed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3312/ for details (Mellanox internal link).
Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3313/ for details (Mellanox internal link).
Possible improvement:
Expand configure option --enable-extra-stats
to --with-stats-level=<level>
. The level
must reflect the following values:
- off -- don't collect and don't display any statistics, should save CPU cycles when stats are not required;
- low -- build basic stats support (as in master)
- high -- additionally to basics stats, build extra stats support
Test FAILed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3357/ for details (Mellanox internal link).
Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3369/ for details (Mellanox internal link).
Can one of the admins verify this patch?