summaryrefslogtreecommitdiffstats
path: root/src/vlib/trace.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-06-12 08:12:58 -0700
committerDamjan Marion <dmarion@me.com>2019-06-12 17:14:39 +0000
commit3417d08700168d9a7c0fe561e40e73478d5e1229 (patch)
tree2715bd489ab1277d24017ad0ee12033f028d4472 /src/vlib/trace.h
parent26ce6ca1fe6f524a9049444fe8d55042fd7530a6 (diff)
tcp: add cc stats plotting tools
Type: feature cc_plot.py can plot cc stats collected via elogs from tcp connections. To enable the collection of cc stats, tcp must be compiled with TCP_DEBUG_CC_STAT turned on. Once the tests have been carried out, and elogs have been saved with "ev save log <file>", the logs can be converted to txt format with the convert_evt script. The resulting file can be used as input to the cc_plots script. Change-Id: I16df2993fa09cab9ad35f91825eab7df4da6428b Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vlib/trace.h')
0 files changed, 0 insertions, 0 deletions
ommit/resources/tools/download_hc_build_pkgs.sh?h=rls2402&id=d919da731b92e02ccc9cee207f9d138876b7b08e'>commitdiffstats
path: root/resources/tools/download_hc_build_pkgs.sh
blob: c83badaead2017210cb396e55f71eabebec70af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65