OLD | NEW |
---|---|
1 <div id=capture-view-tab-content class=content-box> | 1 <div id=capture-view-tab-content class=content-box> |
2 <h2>Capture options</h2> | 2 <h2>Capture options</h2> |
3 | 3 |
4 <input id=capture-view-limit-checkbox type=checkbox /> | 4 <input id=capture-view-limit-checkbox type=checkbox> |
5 <label for='capture-view-limit-checkbox'> | 5 <label for='capture-view-limit-checkbox'> |
6 Discard old data under memory pressure. | 6 Discard old data under memory pressure. |
7 <i>(If you capture all events for a long time, it is possible to exhaust mem ory and crash. Throwing out older data avoids this problem.)</i> | 7 <i>(If you capture all events for a long time, it is possible to exhaust mem ory and crash. Throwing out older data avoids this problem.)</i> |
8 </label> | 8 </label> |
9 | 9 |
10 <p /> | 10 <input id=capture-view-byte-logging-checkbox type=checkbox> |
eroman
2012/09/24 18:23:59
FYI, removing this caused a presentation differenc
James Hawkins
2012/09/25 16:23:05
Paragraphs and breaks should not be used for spaci
| |
11 | |
12 <input id=capture-view-byte-logging-checkbox type=checkbox /> | |
13 <label for='capture-view-byte-logging-checkbox'> | 11 <label for='capture-view-byte-logging-checkbox'> |
14 Include the actual bytes sent/received. | 12 Include the actual bytes sent/received. |
15 <i>(This will result in huge log files, and can expose sensitive data)</i> | 13 <i>(This will result in huge log files, and can expose sensitive data)</i> |
16 </label> | 14 </label> |
17 | 15 |
18 <ul> | 16 <ul> |
19 <li> | 17 <li> |
20 <b>TIP</b>: <a href="#" id=capture-view-tip-anchor>logging from the command line</a>. | 18 <b>TIP</b>: <a href="#" id=capture-view-tip-anchor>logging from the command line</a>. |
21 | 19 |
22 <div style="display:none; margin-top: 10px" id=capture-view-tip-div> | 20 <div style="display:none; margin-top: 10px" id=capture-view-tip-div> |
23 Another way to capture network events is by using the command line flag: | 21 Another way to capture network events is by using the command line flag: |
24 <blockquote> | 22 <blockquote> |
25 --log-net-log=<i>FILENAME</i> [ --net-log-level=<i>NUMBER</i> ] | 23 --log-net-log=<i>FILENAME</i> [ --net-log-level=<i>NUMBER</i> ] |
26 </blockquote> | 24 </blockquote> |
27 This will stream the network events directly to a file of your choosing. I f you additionally want it to log the network bytes, then pass --net-log-level=0 . | 25 This will stream the network events directly to a file of your choosing. I f you additionally want it to log the network bytes, then pass --net-log-level=0 . |
28 </div> | 26 </div> |
29 | 27 |
30 </li> | 28 </li> |
31 </ul> | 29 </ul> |
32 | 30 |
33 </div> | 31 </div> |
OLD | NEW |