== lnet-selftest test smoke: lst regression test ========= 02:18:19 (1787552299) oleg134-client: oleg134-client.virtnet: executing lst_cleanup oleg134-server: oleg134-server.virtnet: executing lst_cleanup oleg134-client: oleg134-client.virtnet: executing lst_setup oleg134-server: oleg134-server.virtnet: executing lst_setup #!/usr/bin/bash set -e cleanup () { trap 0; echo killing $1 ... ; kill -9 $1 || true; } /home/green/git/lustre-release/lustre/../lnet/utils/lst new_session --timeo 100000 hh /home/green/git/lustre-release/lustre/../lnet/utils/lst add_group c 192.168.201.34@tcp /home/green/git/lustre-release/lustre/../lnet/utils/lst add_group s 192.168.201.134@tcp echo '=====================================' echo 'Listing of bad_group should not crash' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst list_group s bad_group c /home/green/git/lustre-release/lustre/../lnet/utils/lst add_batch b echo '=====================================' echo 'A bulk offset must not overrun the bulk' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read check=full size=4096 off=8 echo '=====================================' echo 'A whole page offset must not be counted twice' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read check=full size=4096 off=4096 /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst run b sleep 1 /home/green/git/lustre-release/lustre/../lnet/utils/lst stat --delay 10 --timeout 10 c s & pid=$! trap "cleanup $pid" INT TERM sleep 300 cleanup $pid SESSION: hh FEATURES: 1 TIMEOUT: 100000 FORCE: No 192.168.201.34@tcp are added to session 192.168.201.134@tcp are added to session ===================================== Listing of bad_group should not crash ===================================== 1 0 0 0 1 (null) 1 0 0 0 1 (null) ===================================== A bulk offset must not overrun the bulk ===================================== Test was added successfully ===================================== A whole page offset must not be counted twice ===================================== Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully b is running now [LNet Rates of c] [R] Avg: 672 RPC/s Min: 672 RPC/s Max: 672 RPC/s [W] Avg: 646 RPC/s Min: 646 RPC/s Max: 646 RPC/s [LNet Bandwidth of c] [R] Avg: 76.23 MiB/s Min: 76.23 MiB/s Max: 76.23 MiB/s [W] Avg: 77.40 MiB/s Min: 77.40 MiB/s Max: 77.40 MiB/s [LNet Rates of s] [R] Avg: 664 RPC/s Min: 664 RPC/s Max: 664 RPC/s [W] Avg: 669 RPC/s Min: 669 RPC/s Max: 669 RPC/s [LNet Bandwidth of s] [R] Avg: 78.64 MiB/s Min: 78.64 MiB/s Max: 78.64 MiB/s [W] Avg: 76.62 MiB/s Min: 76.62 MiB/s Max: 76.62 MiB/s [LNet Rates of c] [R] Avg: 669 RPC/s Min: 669 RPC/s Max: 669 RPC/s [W] Avg: 673 RPC/s Min: 673 RPC/s Max: 673 RPC/s [LNet Bandwidth of c] [R] Avg: 78.19 MiB/s Min: 78.19 MiB/s Max: 78.19 MiB/s [W] Avg: 79.31 MiB/s Min: 79.31 MiB/s Max: 79.31 MiB/s [LNet Rates of s] [R] Avg: 676 RPC/s Min: 676 RPC/s Max: 676 RPC/s [W] Avg: 675 RPC/s Min: 675 RPC/s Max: 675 RPC/s [LNet Bandwidth of s] [R] Avg: 78.02 MiB/s Min: 78.02 MiB/s Max: 78.02 MiB/s [W] Avg: 77.74 MiB/s Min: 77.74 MiB/s Max: 77.74 MiB/s [LNet Rates of c] [R] Avg: 626 RPC/s Min: 626 RPC/s Max: 626 RPC/s [W] Avg: 642 RPC/s Min: 642 RPC/s Max: 642 RPC/s [LNet Bandwidth of c] [R] Avg: 74.59 MiB/s Min: 74.59 MiB/s Max: 74.59 MiB/s [W] Avg: 73.40 MiB/s Min: 73.40 MiB/s Max: 73.40 MiB/s [LNet Rates of s] [R] Avg: 625 RPC/s Min: 625 RPC/s Max: 625 RPC/s [W] Avg: 649 RPC/s Min: 649 RPC/s Max: 649 RPC/s [LNet Bandwidth of s] [R] Avg: 74.32 MiB/s Min: 74.32 MiB/s Max: 74.32 MiB/s [W] Avg: 74.76 MiB/s Min: 74.76 MiB/s Max: 74.76 MiB/s [LNet Rates of c] [R] Avg: 711 RPC/s Min: 711 RPC/s Max: 711 RPC/s [W] Avg: 691 RPC/s Min: 691 RPC/s Max: 691 RPC/s [LNet Bandwidth of c] [R] Avg: 80.98 MiB/s Min: 80.98 MiB/s Max: 80.98 MiB/s [W] Avg: 80.57 MiB/s Min: 80.57 MiB/s Max: 80.57 MiB/s [LNet Rates of s] [R] Avg: 687 RPC/s Min: 687 RPC/s Max: 687 RPC/s [W] Avg: 686 RPC/s Min: 686 RPC/s Max: 686 RPC/s [LNet Bandwidth of s] [R] Avg: 79.71 MiB/s Min: 79.71 MiB/s Max: 79.71 MiB/s [W] Avg: 80.21 MiB/s Min: 80.21 MiB/s Max: 80.21 MiB/s [LNet Rates of c] [R] Avg: 552 RPC/s Min: 552 RPC/s Max: 552 RPC/s [W] Avg: 548 RPC/s Min: 548 RPC/s Max: 548 RPC/s [LNet Bandwidth of c] [R] Avg: 65.44 MiB/s Min: 65.44 MiB/s Max: 65.44 MiB/s [W] Avg: 66.26 MiB/s Min: 66.26 MiB/s Max: 66.26 MiB/s [LNet Rates of s] [R] Avg: 582 RPC/s Min: 582 RPC/s Max: 582 RPC/s [W] Avg: 569 RPC/s Min: 569 RPC/s Max: 569 RPC/s [LNet Bandwidth of s] [R] Avg: 65.99 MiB/s Min: 65.99 MiB/s Max: 65.99 MiB/s [W] Avg: 65.89 MiB/s Min: 65.89 MiB/s Max: 65.89 MiB/s [LNet Rates of c] [R] Avg: 607 RPC/s Min: 607 RPC/s Max: 607 RPC/s [W] Avg: 628 RPC/s Min: 628 RPC/s Max: 628 RPC/s [LNet Bandwidth of c] [R] Avg: 71.92 MiB/s Min: 71.92 MiB/s Max: 71.92 MiB/s [W] Avg: 71.83 MiB/s Min: 71.83 MiB/s Max: 71.83 MiB/s [LNet Rates of s] [R] Avg: 603 RPC/s Min: 603 RPC/s Max: 603 RPC/s [W] Avg: 625 RPC/s Min: 625 RPC/s Max: 625 RPC/s [LNet Bandwidth of s] [R] Avg: 71.94 MiB/s Min: 71.94 MiB/s Max: 71.94 MiB/s [W] Avg: 72.04 MiB/s Min: 72.04 MiB/s Max: 72.04 MiB/s [LNet Rates of c] [R] Avg: 597 RPC/s Min: 597 RPC/s Max: 597 RPC/s [W] Avg: 593 RPC/s Min: 593 RPC/s Max: 593 RPC/s [LNet Bandwidth of c] [R] Avg: 69.45 MiB/s Min: 69.45 MiB/s Max: 69.45 MiB/s [W] Avg: 70.03 MiB/s Min: 70.03 MiB/s Max: 70.03 MiB/s [LNet Rates of s] [R] Avg: 604 RPC/s Min: 604 RPC/s Max: 604 RPC/s [W] Avg: 601 RPC/s Min: 601 RPC/s Max: 601 RPC/s [LNet Bandwidth of s] [R] Avg: 70.01 MiB/s Min: 70.01 MiB/s Max: 70.01 MiB/s [W] Avg: 69.12 MiB/s Min: 69.12 MiB/s Max: 69.12 MiB/s [LNet Rates of c] [R] Avg: 592 RPC/s Min: 592 RPC/s Max: 592 RPC/s [W] Avg: 596 RPC/s Min: 596 RPC/s Max: 596 RPC/s [LNet Bandwidth of c] [R] Avg: 68.14 MiB/s Min: 68.14 MiB/s Max: 68.14 MiB/s [W] Avg: 68.23 MiB/s Min: 68.23 MiB/s Max: 68.23 MiB/s [LNet Rates of s] [R] Avg: 598 RPC/s Min: 598 RPC/s Max: 598 RPC/s [W] Avg: 576 RPC/s Min: 576 RPC/s Max: 576 RPC/s [LNet Bandwidth of s] [R] Avg: 68.18 MiB/s Min: 68.18 MiB/s Max: 68.18 MiB/s [W] Avg: 68.20 MiB/s Min: 68.20 MiB/s Max: 68.20 MiB/s [LNet Rates of c] [R] Avg: 556 RPC/s Min: 556 RPC/s Max: 556 RPC/s [W] Avg: 554 RPC/s Min: 554 RPC/s Max: 554 RPC/s [LNet Bandwidth of c] [R] Avg: 64.84 MiB/s Min: 64.84 MiB/s Max: 64.84 MiB/s [W] Avg: 64.94 MiB/s Min: 64.94 MiB/s Max: 64.94 MiB/s [LNet Rates of s] [R] Avg: 558 RPC/s Min: 558 RPC/s Max: 558 RPC/s [W] Avg: 559 RPC/s Min: 559 RPC/s Max: 559 RPC/s [LNet Bandwidth of s] [R] Avg: 64.74 MiB/s Min: 64.74 MiB/s Max: 64.74 MiB/s [W] Avg: 65.07 MiB/s Min: 65.07 MiB/s Max: 65.07 MiB/s [LNet Rates of c] [R] Avg: 527 RPC/s Min: 527 RPC/s Max: 527 RPC/s [W] Avg: 499 RPC/s Min: 499 RPC/s Max: 499 RPC/s [LNet Bandwidth of c] [R] Avg: 60.83 MiB/s Min: 60.83 MiB/s Max: 60.83 MiB/s [W] Avg: 60.91 MiB/s Min: 60.91 MiB/s Max: 60.91 MiB/s [LNet Rates of s] [R] Avg: 517 RPC/s Min: 517 RPC/s Max: 517 RPC/s [W] Avg: 526 RPC/s Min: 526 RPC/s Max: 526 RPC/s [LNet Bandwidth of s] [R] Avg: 61.14 MiB/s Min: 61.14 MiB/s Max: 61.14 MiB/s [W] Avg: 60.68 MiB/s Min: 60.68 MiB/s Max: 60.68 MiB/s [LNet Rates of c] [R] Avg: 456 RPC/s Min: 456 RPC/s Max: 456 RPC/s [W] Avg: 478 RPC/s Min: 478 RPC/s Max: 478 RPC/s [LNet Bandwidth of c] [R] Avg: 54.57 MiB/s Min: 54.57 MiB/s Max: 54.57 MiB/s [W] Avg: 54.56 MiB/s Min: 54.56 MiB/s Max: 54.56 MiB/s [LNet Rates of s] [R] Avg: 465 RPC/s Min: 465 RPC/s Max: 465 RPC/s [W] Avg: 463 RPC/s Min: 463 RPC/s Max: 463 RPC/s [LNet Bandwidth of s] [R] Avg: 54.29 MiB/s Min: 54.29 MiB/s Max: 54.29 MiB/s [W] Avg: 54.40 MiB/s Min: 54.40 MiB/s Max: 54.40 MiB/s [LNet Rates of c] [R] Avg: 467 RPC/s Min: 467 RPC/s Max: 467 RPC/s [W] Avg: 466 RPC/s Min: 466 RPC/s Max: 466 RPC/s [LNet Bandwidth of c] [R] Avg: 54.32 MiB/s Min: 54.32 MiB/s Max: 54.32 MiB/s [W] Avg: 55.74 MiB/s Min: 55.74 MiB/s Max: 55.74 MiB/s [LNet Rates of s] [R] Avg: 468 RPC/s Min: 468 RPC/s Max: 468 RPC/s [W] Avg: 493 RPC/s Min: 493 RPC/s Max: 493 RPC/s [LNet Bandwidth of s] [R] Avg: 56.90 MiB/s Min: 56.90 MiB/s Max: 56.90 MiB/s [W] Avg: 54.64 MiB/s Min: 54.64 MiB/s Max: 54.64 MiB/s [LNet Rates of c] [R] Avg: 577 RPC/s Min: 577 RPC/s Max: 577 RPC/s [W] Avg: 586 RPC/s Min: 586 RPC/s Max: 586 RPC/s [LNet Bandwidth of c] [R] Avg: 67.17 MiB/s Min: 67.17 MiB/s Max: 67.17 MiB/s [W] Avg: 67.77 MiB/s Min: 67.77 MiB/s Max: 67.77 MiB/s [LNet Rates of s] [R] Avg: 590 RPC/s Min: 590 RPC/s Max: 590 RPC/s [W] Avg: 558 RPC/s Min: 558 RPC/s Max: 558 RPC/s [LNet Bandwidth of s] [R] Avg: 66.94 MiB/s Min: 66.94 MiB/s Max: 66.94 MiB/s [W] Avg: 67.02 MiB/s Min: 67.02 MiB/s Max: 67.02 MiB/s [LNet Rates of c] [R] Avg: 604 RPC/s Min: 604 RPC/s Max: 604 RPC/s [W] Avg: 594 RPC/s Min: 594 RPC/s Max: 594 RPC/s [LNet Bandwidth of c] [R] Avg: 71.14 MiB/s Min: 71.14 MiB/s Max: 71.14 MiB/s [W] Avg: 70.25 MiB/s Min: 70.25 MiB/s Max: 70.25 MiB/s [LNet Rates of s] [R] Avg: 597 RPC/s Min: 597 RPC/s Max: 597 RPC/s [W] Avg: 607 RPC/s Min: 607 RPC/s Max: 607 RPC/s [LNet Bandwidth of s] [R] Avg: 70.69 MiB/s Min: 70.69 MiB/s Max: 70.69 MiB/s [W] Avg: 71.09 MiB/s Min: 71.09 MiB/s Max: 71.09 MiB/s [LNet Rates of c] [R] Avg: 680 RPC/s Min: 680 RPC/s Max: 680 RPC/s [W] Avg: 662 RPC/s Min: 662 RPC/s Max: 662 RPC/s [LNet Bandwidth of c] [R] Avg: 77.44 MiB/s Min: 77.44 MiB/s Max: 77.44 MiB/s [W] Avg: 79.00 MiB/s Min: 79.00 MiB/s Max: 79.00 MiB/s [LNet Rates of s] [R] Avg: 671 RPC/s Min: 671 RPC/s Max: 671 RPC/s [W] Avg: 666 RPC/s Min: 666 RPC/s Max: 666 RPC/s [LNet Bandwidth of s] [R] Avg: 77.43 MiB/s Min: 77.43 MiB/s Max: 77.43 MiB/s [W] Avg: 76.11 MiB/s Min: 76.11 MiB/s Max: 76.11 MiB/s [LNet Rates of c] [R] Avg: 626 RPC/s Min: 626 RPC/s Max: 626 RPC/s [W] Avg: 625 RPC/s Min: 625 RPC/s Max: 625 RPC/s [LNet Bandwidth of c] [R] Avg: 72.67 MiB/s Min: 72.67 MiB/s Max: 72.67 MiB/s [W] Avg: 72.77 MiB/s Min: 72.77 MiB/s Max: 72.77 MiB/s [LNet Rates of s] [R] Avg: 636 RPC/s Min: 636 RPC/s Max: 636 RPC/s [W] Avg: 640 RPC/s Min: 640 RPC/s Max: 640 RPC/s [LNet Bandwidth of s] [R] Avg: 74.49 MiB/s Min: 74.49 MiB/s Max: 74.49 MiB/s [W] Avg: 74.93 MiB/s Min: 74.93 MiB/s Max: 74.93 MiB/s [LNet Rates of c] [R] Avg: 503 RPC/s Min: 503 RPC/s Max: 503 RPC/s [W] Avg: 524 RPC/s Min: 524 RPC/s Max: 524 RPC/s [LNet Bandwidth of c] [R] Avg: 61.58 MiB/s Min: 61.58 MiB/s Max: 61.58 MiB/s [W] Avg: 61.00 MiB/s Min: 61.00 MiB/s Max: 61.00 MiB/s [LNet Rates of s] [R] Avg: 509 RPC/s Min: 509 RPC/s Max: 509 RPC/s [W] Avg: 509 RPC/s Min: 509 RPC/s Max: 509 RPC/s [LNet Bandwidth of s] [R] Avg: 60.21 MiB/s Min: 60.21 MiB/s Max: 60.21 MiB/s [W] Avg: 60.40 MiB/s Min: 60.40 MiB/s Max: 60.40 MiB/s [LNet Rates of c] [R] Avg: 543 RPC/s Min: 543 RPC/s Max: 543 RPC/s [W] Avg: 545 RPC/s Min: 545 RPC/s Max: 545 RPC/s [LNet Bandwidth of c] [R] Avg: 62.49 MiB/s Min: 62.49 MiB/s Max: 62.49 MiB/s [W] Avg: 63.26 MiB/s Min: 63.26 MiB/s Max: 63.26 MiB/s [LNet Rates of s] [R] Avg: 546 RPC/s Min: 546 RPC/s Max: 546 RPC/s [W] Avg: 546 RPC/s Min: 546 RPC/s Max: 546 RPC/s [LNet Bandwidth of s] [R] Avg: 63.42 MiB/s Min: 63.42 MiB/s Max: 63.42 MiB/s [W] Avg: 62.66 MiB/s Min: 62.66 MiB/s Max: 62.66 MiB/s [LNet Rates of c] [R] Avg: 626 RPC/s Min: 626 RPC/s Max: 626 RPC/s [W] Avg: 600 RPC/s Min: 600 RPC/s Max: 600 RPC/s [LNet Bandwidth of c] [R] Avg: 72.14 MiB/s Min: 72.14 MiB/s Max: 72.14 MiB/s [W] Avg: 71.74 MiB/s Min: 71.74 MiB/s Max: 71.74 MiB/s [LNet Rates of s] [R] Avg: 616 RPC/s Min: 616 RPC/s Max: 616 RPC/s [W] Avg: 623 RPC/s Min: 623 RPC/s Max: 623 RPC/s [LNet Bandwidth of s] [R] Avg: 71.65 MiB/s Min: 71.65 MiB/s Max: 71.65 MiB/s [W] Avg: 72.32 MiB/s Min: 72.32 MiB/s Max: 72.32 MiB/s [LNet Rates of c] [R] Avg: 656 RPC/s Min: 656 RPC/s Max: 656 RPC/s [W] Avg: 677 RPC/s Min: 677 RPC/s Max: 677 RPC/s [LNet Bandwidth of c] [R] Avg: 78.79 MiB/s Min: 78.79 MiB/s Max: 78.79 MiB/s [W] Avg: 79.27 MiB/s Min: 79.27 MiB/s Max: 79.27 MiB/s [LNet Rates of s] [R] Avg: 667 RPC/s Min: 667 RPC/s Max: 667 RPC/s [W] Avg: 688 RPC/s Min: 688 RPC/s Max: 688 RPC/s [LNet Bandwidth of s] [R] Avg: 79.49 MiB/s Min: 79.49 MiB/s Max: 79.49 MiB/s [W] Avg: 78.50 MiB/s Min: 78.50 MiB/s Max: 78.50 MiB/s [LNet Rates of c] [R] Avg: 510 RPC/s Min: 510 RPC/s Max: 510 RPC/s [W] Avg: 513 RPC/s Min: 513 RPC/s Max: 513 RPC/s [LNet Bandwidth of c] [R] Avg: 58.81 MiB/s Min: 58.81 MiB/s Max: 58.81 MiB/s [W] Avg: 59.25 MiB/s Min: 59.25 MiB/s Max: 59.25 MiB/s [LNet Rates of s] [R] Avg: 515 RPC/s Min: 515 RPC/s Max: 515 RPC/s [W] Avg: 503 RPC/s Min: 503 RPC/s Max: 503 RPC/s [LNet Bandwidth of s] [R] Avg: 59.03 MiB/s Min: 59.03 MiB/s Max: 59.03 MiB/s [W] Avg: 58.92 MiB/s Min: 58.92 MiB/s Max: 58.92 MiB/s [LNet Rates of c] [R] Avg: 490 RPC/s Min: 490 RPC/s Max: 490 RPC/s [W] Avg: 496 RPC/s Min: 496 RPC/s Max: 496 RPC/s [LNet Bandwidth of c] [R] Avg: 56.56 MiB/s Min: 56.56 MiB/s Max: 56.56 MiB/s [W] Avg: 58.32 MiB/s Min: 58.32 MiB/s Max: 58.32 MiB/s [LNet Rates of s] [R] Avg: 502 RPC/s Min: 502 RPC/s Max: 502 RPC/s [W] Avg: 480 RPC/s Min: 480 RPC/s Max: 480 RPC/s [LNet Bandwidth of s] [R] Avg: 58.20 MiB/s Min: 58.20 MiB/s Max: 58.20 MiB/s [W] Avg: 56.72 MiB/s Min: 56.72 MiB/s Max: 56.72 MiB/s [LNet Rates of c] [R] Avg: 557 RPC/s Min: 557 RPC/s Max: 557 RPC/s [W] Avg: 533 RPC/s Min: 533 RPC/s Max: 533 RPC/s [LNet Bandwidth of c] [R] Avg: 65.26 MiB/s Min: 65.26 MiB/s Max: 65.26 MiB/s [W] Avg: 65.36 MiB/s Min: 65.36 MiB/s Max: 65.36 MiB/s [LNet Rates of s] [R] Avg: 556 RPC/s Min: 556 RPC/s Max: 556 RPC/s [W] Avg: 553 RPC/s Min: 553 RPC/s Max: 553 RPC/s [LNet Bandwidth of s] [R] Avg: 65.42 MiB/s Min: 65.42 MiB/s Max: 65.42 MiB/s [W] Avg: 64.85 MiB/s Min: 64.85 MiB/s Max: 64.85 MiB/s [LNet Rates of c] [R] Avg: 543 RPC/s Min: 543 RPC/s Max: 543 RPC/s [W] Avg: 568 RPC/s Min: 568 RPC/s Max: 568 RPC/s [LNet Bandwidth of c] [R] Avg: 64.84 MiB/s Min: 64.84 MiB/s Max: 64.84 MiB/s [W] Avg: 63.99 MiB/s Min: 63.99 MiB/s Max: 63.99 MiB/s [LNet Rates of s] [R] Avg: 547 RPC/s Min: 547 RPC/s Max: 547 RPC/s [W] Avg: 554 RPC/s Min: 554 RPC/s Max: 554 RPC/s [LNet Bandwidth of s] [R] Avg: 63.78 MiB/s Min: 63.78 MiB/s Max: 63.78 MiB/s [W] Avg: 65.28 MiB/s Min: 65.28 MiB/s Max: 65.28 MiB/s [LNet Rates of c] [R] Avg: 708 RPC/s Min: 708 RPC/s Max: 708 RPC/s [W] Avg: 679 RPC/s Min: 679 RPC/s Max: 679 RPC/s [LNet Bandwidth of c] [R] Avg: 80.78 MiB/s Min: 80.78 MiB/s Max: 80.78 MiB/s [W] Avg: 80.86 MiB/s Min: 80.86 MiB/s Max: 80.86 MiB/s [LNet Rates of s] [R] Avg: 694 RPC/s Min: 694 RPC/s Max: 694 RPC/s [W] Avg: 698 RPC/s Min: 698 RPC/s Max: 698 RPC/s [LNet Bandwidth of s] [R] Avg: 81.11 MiB/s Min: 81.11 MiB/s Max: 81.11 MiB/s [W] Avg: 80.39 MiB/s Min: 80.39 MiB/s Max: 80.39 MiB/s [LNet Rates of c] [R] Avg: 661 RPC/s Min: 661 RPC/s Max: 661 RPC/s [W] Avg: 682 RPC/s Min: 682 RPC/s Max: 682 RPC/s [LNet Bandwidth of c] [R] Avg: 78.31 MiB/s Min: 78.31 MiB/s Max: 78.31 MiB/s [W] Avg: 77.87 MiB/s Min: 77.87 MiB/s Max: 77.87 MiB/s [LNet Rates of s] [R] Avg: 673 RPC/s Min: 673 RPC/s Max: 673 RPC/s [W] Avg: 679 RPC/s Min: 679 RPC/s Max: 679 RPC/s [LNet Bandwidth of s] [R] Avg: 77.51 MiB/s Min: 77.51 MiB/s Max: 77.51 MiB/s [W] Avg: 78.84 MiB/s Min: 78.84 MiB/s Max: 78.84 MiB/s [LNet Rates of c] [R] Avg: 586 RPC/s Min: 586 RPC/s Max: 586 RPC/s [W] Avg: 558 RPC/s Min: 558 RPC/s Max: 558 RPC/s [LNet Bandwidth of c] [R] Avg: 66.69 MiB/s Min: 66.69 MiB/s Max: 66.69 MiB/s [W] Avg: 66.59 MiB/s Min: 66.59 MiB/s Max: 66.59 MiB/s [LNet Rates of s] [R] Avg: 566 RPC/s Min: 566 RPC/s Max: 566 RPC/s [W] Avg: 574 RPC/s Min: 574 RPC/s Max: 574 RPC/s [LNet Bandwidth of s] [R] Avg: 66.03 MiB/s Min: 66.03 MiB/s Max: 66.03 MiB/s [W] Avg: 65.58 MiB/s Min: 65.58 MiB/s Max: 65.58 MiB/s [LNet Rates of c] [R] Avg: 508 RPC/s Min: 508 RPC/s Max: 508 RPC/s [W] Avg: 524 RPC/s Min: 524 RPC/s Max: 524 RPC/s [LNet Bandwidth of c] [R] Avg: 60.53 MiB/s Min: 60.53 MiB/s Max: 60.53 MiB/s [W] Avg: 60.89 MiB/s Min: 60.89 MiB/s Max: 60.89 MiB/s [LNet Rates of s] [R] Avg: 517 RPC/s Min: 517 RPC/s Max: 517 RPC/s [W] Avg: 521 RPC/s Min: 521 RPC/s Max: 521 RPC/s [LNet Bandwidth of s] [R] Avg: 61.49 MiB/s Min: 61.49 MiB/s Max: 61.49 MiB/s [W] Avg: 61.20 MiB/s Min: 61.20 MiB/s Max: 61.20 MiB/s [LNet Rates of c] [R] Avg: 665 RPC/s Min: 665 RPC/s Max: 665 RPC/s [W] Avg: 643 RPC/s Min: 643 RPC/s Max: 643 RPC/s [LNet Bandwidth of c] [R] Avg: 75.81 MiB/s Min: 75.81 MiB/s Max: 75.81 MiB/s [W] Avg: 75.90 MiB/s Min: 75.90 MiB/s Max: 75.90 MiB/s [LNet Rates of s] [R] Avg: 657 RPC/s Min: 657 RPC/s Max: 657 RPC/s [W] Avg: 670 RPC/s Min: 670 RPC/s Max: 670 RPC/s [LNet Bandwidth of s] [R] Avg: 75.39 MiB/s Min: 75.39 MiB/s Max: 75.39 MiB/s [W] Avg: 76.79 MiB/s Min: 76.79 MiB/s Max: 76.79 MiB/s killing 9855 ... 2 batch in stopping Batch is stopped c: Total 0 error nodes in c s: Total 0 error nodes in s Total 0 error nodes in c Total 0 error nodes in s oleg134-client: oleg134-client.virtnet: executing lst_cleanup oleg134-server: oleg134-server.virtnet: executing lst_cleanup