Skip to content

Commit

Permalink
Stats (#187)
Browse files Browse the repository at this point in the history
* added bandwidth stats

* fix - init bw structs

* fix - declaration after case

* examples/udxperf - iperf clone for udx streams

* added rto counter, fast-recovery counter and packet retransmit counter

* simplified bandwidth to bytes_in and bytes_out

* clean some logging

---------

Co-authored-by: James Thomas <jthomas>
  • Loading branch information
jthomas43 authored Jun 12, 2024
1 parent 316c213 commit b74a454
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 8 deletions.
8 changes: 8 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_executable(server server.c)
add_executable(client client.c)
add_executable(udxperf udxperf.c)

target_link_libraries(
server
Expand All @@ -12,3 +13,10 @@ target_link_libraries(
PRIVATE
udx_static
)

target_link_libraries(
udxperf
PRIVATE
udx_static
)

Loading

0 comments on commit b74a454

Please sign in to comment.