libvma icon indicating copy to clipboard operation
libvma copied to clipboard

issue: 1897191 Implement extra TCP statistics

Open pasis opened this issue 5 years ago • 7 comments

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]

pasis avatar Dec 02 '19 07:12 pasis

Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3311/ for details (Mellanox internal link).

swx-jenkins2 avatar Dec 02 '19 08:12 swx-jenkins2

Test FAILed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3312/ for details (Mellanox internal link).

swx-jenkins2 avatar Dec 02 '19 09:12 swx-jenkins2

Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3313/ for details (Mellanox internal link).

swx-jenkins2 avatar Dec 02 '19 16:12 swx-jenkins2

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

pasis avatar Dec 19 '19 08:12 pasis

Test FAILed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3357/ for details (Mellanox internal link).

swx-jenkins2 avatar Mar 05 '20 18:03 swx-jenkins2

Test PASSed. See http://hpc-master.lab.mtl.com:8080/job/accl-libvma-pr/3369/ for details (Mellanox internal link).

swx-jenkins2 avatar Mar 16 '20 23:03 swx-jenkins2

Can one of the admins verify this patch?

swx-jenkins5 avatar Jun 27 '24 13:06 swx-jenkins5