Commit 0b16547
Add send/receive suffix to full-duplex log file names (#710)
In full-duplex mode, both send and receive processes were logged with
the same tool name 'NTttcp', resulting in log files that were only
distinguishable by timestamp. This makes it hard to identify which
log belongs to the sender vs receiver.
Pass 'NTttcp-Send' and 'NTttcp-Receive' as the tool name to
LogProcessDetailsAsync so log files are named:
<timestamp>-ntttcp_tcp_4k_buffer_t1-send.log
<timestamp>-ntttcp_tcp_4k_buffer_t1-receive.log
Co-authored-by: Rudra Pratap SIngh <rudrasingh@microsoft.com>1 parent a8bd5b7 commit 0b16547
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments