Searched refs:trace (Results 1 – 25 of 46) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | trace.md | 4 Long: trace 6 Help: Write a debug trace to FILE 7 Mutexed: verbose trace-ascii 13 - trace-ascii 14 - trace-config 15 - trace-ids 16 - trace-time 18 - --trace log.txt $URL 21 # `--trace` 23 Save a full trace dump of all incoming and outgoing data, including [all …]
|
H A D | trace-config.md | 4 Long: trace-config 6 Help: Details to log in trace/verbose output 13 - trace 15 - --trace-config ids,http/2 $URL 18 # `--trace-config` 20 Set configuration for trace output. A comma-separated list of components where 22 Specify 'all' to enable all trace components. 24 In addition to trace component names, specify `ids` and `time` to avoid extra 25 --trace-ids or --trace-time parameters.
|
H A D | trace-time.md | 4 Long: trace-time 5 Help: Add time stamps to trace/verbose output 11 - trace 14 - --trace-time --trace-ascii output $URL 17 # `--trace-time` 19 Prepends a time stamp to each trace or verbose line that curl displays.
|
H A D | verbose.md | 6 Mutexed: trace trace-ascii 15 - trace 16 - trace-ascii 32 increases the level of the trace output. However, as before, a single 38 Using it twice, e.g. `-vv`, outputs time (--trace-time) and transfer ids 39 (--trace-ids), as well as enable tracing for all protocols (--trace-config 42 Adding a third verbose outputs transfer content (--trace-ascii %) and enable 43 tracing of more components (--trace-config read,write,ssl). 50 --trace or --trace-ascii instead. Or use it only once and use --trace-config 51 to trace the specific components you wish to see. [all …]
|
H A D | trace-ids.md | 4 Long: trace-ids 11 - trace 14 - --trace-ids --trace-ascii output $URL 17 # `--trace-ids` 19 Prepends the transfer and connection identifiers to each trace or verbose line that curl displays.
|
H A D | trace-ascii.md | 4 Long: trace-ascii 6 Help: Like --trace, but without hex output 7 Mutexed: trace verbose 14 - trace 16 - --trace-ascii log.txt $URL 19 # `--trace-ascii` 21 Save a full trace dump of all incoming and outgoing data, including 25 This is similar to --trace, but leaves out the hex part and only shows the 31 aware and be careful when sharing trace logs with others.
|
H A D | next.md | 29 --verbose, --trace, --trace-ascii and --fail-early.
|
H A D | manual.md | 13 - trace
|
H A D | Makefile.inc | 296 trace-ascii.md \ 297 trace-config.md \ 298 trace-ids.md \ 299 trace-time.md \ 300 trace.md \
|
H A D | head.md | 14 - trace-ascii
|
H A D | suppress-connect-headers.md | 22 has no effect on debug options such as --verbose or --trace, or any
|
/curl/tests/ |
H A D | memanalyze.pl | 48 $trace=1; 107 if($trace && ($i =~ /([^ ]*) reached memlimit/)) { 131 if($trace) { 158 if($trace) { 184 if($trace) { 198 if($trace) { 207 if($trace) { 229 if($trace) { 249 if($trace) { 355 if($trace) { [all …]
|
H A D | getpart.pm | 53 my $trace=0; 169 if($trace && @this) { 195 if($trace && @this) {
|
/curl/tests/data/ |
H A D | test1706 | 46 Mutexed: trace trace-ascii 55 - trace 56 - trace-ascii 72 --trace or --trace-ascii instead. 76 aware and be careful when sharing trace logs with others. 162 option1.md:19:1:WARN: see-also a non-existing option: trace 164 WARN: option1.md mutexes a non-existing option: trace 165 WARN: option1.md mutexes a non-existing option: trace-ascii 190 consider using --trace or --trace-ascii instead. 204 This option is mutually exclusive with --trace and --trace-ascii. [all …]
|
H A D | test1705 | 46 Mutexed: trace trace-ascii 55 - trace 56 - trace-ascii 72 --trace or --trace-ascii instead. 76 aware and be careful when sharing trace logs with others. 166 option1.md:19:1:WARN: see-also a non-existing option: trace 168 WARN: option1.md mutexes a non-existing option: trace 218 \fI\-\-trace\fP or \fI\-\-trace\-ascii\fP instead. 222 aware and be careful when sharing trace logs with others. 240 This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP. [all …]
|
H A D | test19 | 27 --trace-config all %HOSTIP:%NOLISTENPORT
|
H A D | test1191 | 28 <command option="binary-trace">
|
H A D | test2201 | 28 <command option="binary-trace">
|
H A D | test1193 | 28 <command option="binary-trace">
|
H A D | test1199 | 32 <command option="binary-trace">
|
H A D | test2205 | 31 <command option="binary-trace">
|
H A D | test1916 | 35 <command option="binary-trace">
|
/curl/docs/ |
H A D | options-in-versions | 261 --trace 7.9.7 262 --trace-ascii 7.9.7 263 --trace-config 8.3.0 264 --trace-ids 8.2.0 265 --trace-time 7.14.0
|
/curl/src/ |
H A D | tool_sdecls.h | 109 } trace; typedef
|
/curl/tests/http/ |
H A D | test_15_tracing.py | 47 trace = r.trace_lines 48 assert len(trace) > 0
|
Completed in 23 milliseconds
12