Skip to content

Fabrics: Regular printout of transfer stats in demo app#626

Open
jonasohland wants to merge 1 commit into
dmf-mxl:mainfrom
jonasohland:feature/demo-app-stats
Open

Fabrics: Regular printout of transfer stats in demo app#626
jonasohland wants to merge 1 commit into
dmf-mxl:mainfrom
jonasohland:feature/demo-app-stats

Conversation

@jonasohland

Copy link
Copy Markdown
Contributor

When running the demo app, regularly print out some transfer statistics. Also serves as a way to check if anything is happening at all. Before, after establishing the connection, the app would just go silent.

Example for granular flow
2026-07-24-114244_hyprshot

Example for cont. flow
2026-07-24-114051_hyprshot

Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com>
Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
@jonasohland jonasohland added the backport/v1.1 This PR should be back ported to the release branch of version 1.1. label Jul 24, 2026
struct TransferStats
{
std::chrono::steady_clock::time_point lastLog = std::chrono::steady_clock::now();
uint64_t totalTransfers = 0;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AA style init

@mlefebvre1 mlefebvre1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/v1.1 This PR should be back ported to the release branch of version 1.1.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants