Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 46) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dtrace.md4 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 Dtrace-config.md4 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 Dtrace-time.md4 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 Dverbose.md6 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 Dtrace-ids.md4 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 Dtrace-ascii.md4 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 Dnext.md29 --verbose, --trace, --trace-ascii and --fail-early.
H A Dmanual.md13 - trace
H A DMakefile.inc296 trace-ascii.md \
297 trace-config.md \
298 trace-ids.md \
299 trace-time.md \
300 trace.md \
H A Dhead.md14 - trace-ascii
H A Dsuppress-connect-headers.md22 has no effect on debug options such as --verbose or --trace, or any
/curl/tests/
H A Dmemanalyze.pl48 $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 Dgetpart.pm53 my $trace=0;
169 if($trace && @this) {
195 if($trace && @this) {
/curl/tests/data/
H A Dtest170646 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 Dtest170546 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 Dtest1927 --trace-config all %HOSTIP:%NOLISTENPORT
H A Dtest119128 <command option="binary-trace">
H A Dtest220128 <command option="binary-trace">
H A Dtest119328 <command option="binary-trace">
H A Dtest119932 <command option="binary-trace">
H A Dtest220531 <command option="binary-trace">
H A Dtest191635 <command option="binary-trace">
/curl/docs/
H A Doptions-in-versions261 --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 Dtool_sdecls.h109 } trace; typedef
/curl/tests/http/
H A Dtest_15_tracing.py47 trace = r.trace_lines
48 assert len(trace) > 0

Completed in 23 milliseconds

12