diff options
author | 2016-01-20 10:06:21 +0200 | |
---|---|---|
committer | 2016-01-20 10:06:21 +0200 | |
commit | 1a6eb90c44336fefe1233d8f5efe0482a60eef47 (patch) | |
tree | 89b526c36347c09c6e352e761ca60f29c8c22d2a /trex_book_basic.asciidoc | |
parent | ec80d78c338e284bf28f315205aa7e2338385c77 (diff) | |
parent | adc9496a1f23f20f088fb0fc541882e97f0ae8ed (diff) |
Integrate trim instruction to rpc spec
Diffstat (limited to 'trex_book_basic.asciidoc')
-rwxr-xr-x | trex_book_basic.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trex_book_basic.asciidoc b/trex_book_basic.asciidoc index c3f489a8..6e679114 100755 --- a/trex_book_basic.asciidoc +++ b/trex_book_basic.asciidoc @@ -2683,7 +2683,7 @@ $.sudo /t-rex-64 -f avl/sfr_delay_10_1g_no_bundeling.yaml -c 4 -m 20 -d 100 -l 1 .Simple HTTP 1Gb/sec with NAT translation support [source,bash] ---- -$.sudo /t-rex-64 -f cap2/simple_http.yaml -c 4 -m 100 -d 100 -l 1000 --learn +$.sudo /t-rex-64 -f cap2/simple_http.yaml -c 4 -m 100 -d 100 -l 1000 --learn-mode 1 ---- .IMIX 1G/sec ,1600 flows @@ -2712,7 +2712,7 @@ $.sudo /t-rex-64 -f cap2/imix_64.yaml -c 4 -m 1 -d 100 -l 1000 | name | description | cap2/dns.yaml | simple dns pcap file | cap2/http_simple.yaml | simple http cap file -| avl/sfr_delay_10_1g_no_bundeling.yaml | sfr traffic profile capture from Avalanche - Spirent without bundeling support with RTT=10msec ( a delay machine), this can be used with --ipv6 and --learn mode +| avl/sfr_delay_10_1g_no_bundeling.yaml | sfr traffic profile capture from Avalanche - Spirent without bundeling support with RTT=10msec ( a delay machine), this can be used with --ipv6 and --learn-mode | avl/sfr_delay_10_1g.yaml | head-end sfr traffic profile capture from Avalanche - Spirent with bundeling support with RTT=10msec ( a delay machine), it is normalized to 1Gb/sec for m=1 | avl/sfr_branch_profile_delay_10.yaml | branch sfr profile capture from Avalanche - Spirent with bundeling support with RTT=10msec it, is normalized to 1Gb/sec for m=1 | cap2/imix_fast_1g.yaml | imix profile with 1600 flows normalized to 1Gb/sec. |