Lines Matching +full:tx +full:- +full:output +full:- +full:mode
2 -------------------
3 These tests exercise net/vmw_vsock/ host<->guest sockets for VMware, KVM, and
4 Hyper-V.
8 * vsock_test - core AF_VSOCK socket functionality
9 * vsock_diag_test - vsock_diag.ko module for listing open sockets
22 (host)# $TEST_BINARY --mode=server \
23 --control-port=1234 \
24 --peer-cid=3
25 (guest)# $TEST_BINARY --mode=client \
26 --control-host=$HOST_IP \
27 --control-port=1234 \
28 --peer-cid=2
31 (guest)# $TEST_BINARY --mode=server \
32 --control-port=1234 \
33 --peer-cid=2
34 (host)# $TEST_BINARY --mode=client \
35 --control-port=$GUEST_IP \
36 --control-port=1234 \
37 --peer-cid=3
52 For more information see Documentation/dev-tools/kmemleak.rst.
55 -------------------
63 # connect to CID 2, port 1234, send 1G of data, tx buf size is 1M
64 ./vsock_perf --sender 2 --port 1234 --bytes 1G --buf-size 1M
66 Output:
67 tx performance: A Gbits/s
69 Output explanation:
70 A is calculated as "number of bits to send" / "time in tx loop"
74 ./vsock_perf --port 1234 --buf-size 1M --vsk-size 1G --rcvlowat 64K
76 Output:
82 Output explanation: