diff --git a/tools/tcprtt.py b/tools/tcprtt.py index 31845c60898b..4528f85b0b4e 100755 --- a/tools/tcprtt.py +++ b/tools/tcprtt.py @@ -209,7 +209,7 @@ def addrfilter(addr, src_or_dest): print_header = "Local Address" elif args.byraddr: bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = daddr;') - print_header = "Remote Addres" + print_header = "Remote Address" else: bpf_text = bpf_text.replace('STORE_HIST', 'key.addr = addr = 0;') print_header = "All Addresses" diff --git a/tools/tcprtt_example.txt b/tools/tcprtt_example.txt index afc1293ca70c..d537ba39ee59 100644 --- a/tools/tcprtt_example.txt +++ b/tools/tcprtt_example.txt @@ -51,7 +51,7 @@ For example, run tcprtt on a storage node to show initiators' rtt histogram: Tracing TCP RTT... Hit Ctrl-C to end. -Remote Addres = 10.194.87.206 [AVG 170] +Remote Address = 10.194.87.206 [AVG 170] usecs : count distribution 0 -> 1 : 0 | | 2 -> 3 : 0 | | @@ -67,7 +67,7 @@ Remote Addres = 10.194.87.206 [AVG 170] 2048 -> 4095 : 14 | | 4096 -> 8191 : 10 | | -Remote Addres = 10.194.87.197 [AVG 4293] +Remote Address = 10.194.87.197 [AVG 4293] usecs : count distribution 0 -> 1 : 0 | | 2 -> 3 : 0 | | @@ -83,7 +83,7 @@ Remote Addres = 10.194.87.197 [AVG 4293] 2048 -> 4095 : 12 |********************************** | 4096 -> 8191 : 14 |****************************************| -Remote Addres = 10.194.88.148 [AVG 6215] +Remote Address = 10.194.88.148 [AVG 6215] usecs : count distribution 0 -> 1 : 0 | | 2 -> 3 : 0 | | @@ -99,7 +99,7 @@ Remote Addres = 10.194.88.148 [AVG 6215] 2048 -> 4095 : 0 | | 4096 -> 8191 : 2 |****************************************| -Remote Addres = 10.194.87.90 [AVG 2188] +Remote Address = 10.194.87.90 [AVG 2188] usecs : count distribution 0 -> 1 : 0 | | 2 -> 3 : 0 | |