Codebase list httping / 3891df4
modified: debian/changelog changelog entry modified: httping-nl.1 man page fixes local modified: httping.1 man page fixes Abhijith PA 8 years ago
3 changed file(s) with 15 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
33 * New maintainer (Closes: #800751)
44 * debian/patches
55 + manpage fixes hyphen-used-as-minus-sign
6 * Copyright corrections to meet debian copyright standard
7 * Removed 'Replaces:http-nossl' from control
68
79 -- Abhijith PA <abhijith@openmailbox.org> Thu, 08 Oct 2015 19:15:42 +0530
810
7272 Gebruik de ncurses gebruikers interface.
7373 .TP
7474 .B "\-L x"
75 In combinatie met -G zet dit een limiet op hoeveel data er binnengehaald wordt.
75 In combinatie met \-G zet dit een limiet op hoeveel data er binnengehaald wordt.
7676 .TP
7777 .B "\-l"
7878 Maak een SSL verbinding. Dit vereist een https-URL.
198198 Toon metingen alleen als ze hoger dan x zijn.
199199 .TP
200200 .B "\-\-timestamp" or "\-\-ts"
201 Voeg een een tijdstempel toe aan de uitvoer. Gebruik -v om ook een datum te zien en \-vv om ook microseconden te zien.
201 Voeg een een tijdstempel toe aan de uitvoer. Gebruik \-v om ook een datum te zien en \-vv om ook microseconden te zien.
202202 .TP
203203 .B "\-\-tx-buffer x"
204204 Configureer de grootte van de zend-buffer.
207207 Toon versie informatie.
208208
209209 .SH UITVOER
210 In de -S mode zal iets als "tijd=0.08+24.09+23.17+15.64+0.02=62.98 ms" getoond worden. De eerste waarde is hoe lang het duurde om de systeem naam te vertalen, de 2e waarde hoe lang het duurde om te verbinden, de 3e waarde geeft aan hoe lang het duurde om het verzoek te verzenden en de 4e waarde is hoelang het duurde voordat de http-server een antwoord formuleerde en terugzond. de 5e waarde geeft aan hoelang het duurde om de socket te sluiten.
210 In de \-S mode zal iets als "tijd=0.08+24.09+23.17+15.64+0.02=62.98 ms" getoond worden. De eerste waarde is hoe lang het duurde om de systeem naam te vertalen, de 2e waarde hoe lang het duurde om te verbinden, de 3e waarde geeft aan hoe lang het duurde om het verzoek te verzenden en de 4e waarde is hoelang het duurde voordat de http-server een antwoord formuleerde en terugzond. de 5e waarde geeft aan hoelang het duurde om de socket te sluiten.
211211
212212 .SH GRAFIEK
213 De grafiek in ncurses mode gebruikt een aantal kleuren. Groen: de waarde is minder dan de ondergrens. Rood: de waarde is hoger dan de bovengrens. Blauw: de waarde is gelimiteerd door '--graph-limit'. Cyaan: er is geen meetwaarde.
213 De grafiek in ncurses mode gebruikt een aantal kleuren. Groen: de waarde is minder dan de ondergrens. Rood: de waarde is hoger dan de bovengrens. Blauw: de waarde is gelimiteerd door '\-\-graph\-limit'. Cyaan: er is geen meetwaarde.
214214
215215 .SH TOETSEN
216216 Druk <CTRL> + <c> om het programma af te breken. Er zal dan een samenvatting getoond worden.
6060 This selects the url to probe. E.g.: http://localhost/
6161 .TP
6262 .B "\-h hostname"
63 Instead of '\-g' one can also set a hostname to probe with -h: -h localhost
63 Instead of '\-g' one can also set a hostname to probe with \-h: \-h localhost
6464 .TP
6565 .B "\-I str"
6666 UserAgent-string to send to the webserver (instead of 'HTTPing <version>').
9090 This selects the HTTP status-codes which are regarded as an OK-state (only with '\-m').
9191 .TP
9292 .B "\-p portnumber"
93 -p can be used together with \-h. \-p selects the portnumber to probe.
93 \-p can be used together with \-h. \-p selects the portnumber to probe.
9494 .TP
9595 .B "\-q"
9696 Be quiet, only return an exit-code.
123123 Do not abort program if resolving fails.
124124 .TP
125125 .B "\-X"
126 Use this switch together with '-G'. For each "ping" show the amount of data transferred (excluding the headers).
126 Use this switch together with '\-G'. For each "ping" show the amount of data transferred (excluding the headers).
127127 .TP
128128 .B "\-x proxyhost[:port]
129129 Probe using a proxyserver. Note that you're also measuring the latency of the proxyserver!
162162 Maximum MTU to use. Cannot be larger than network interface MTU.
163163 .TP
164164 .B "\-\-no\-host\-header"
165 Do not put a "Host:"-header in the request header.
165 Do not put a "Host:"\-header in the request header.
166166 .TP
167167 .B "\-\-no\-tcp\-nodelay"
168168 Do not disable "tcp delay" (Naggle).
189189 When the duration is x or more, show ping line in the slow log window (the middle window).
190190 .TP
191191 .B "\-\-threshold\-red x"
192 If the measured threshold is higher than x (and -Y is given), then the shown value is colored red. If you also use --threshold-yellow, then this value must be bigger.
192 If the measured threshold is higher than x (and \-Y is given), then the shown value is colored red. If you also use \-\-threshold\-yellow, then this value must be bigger.
193193 .TP
194194 .B "\-\-threshold\-yellow x"
195 If the measured threshold is higher than x (and -Y is given), then the shown value is colored yellow.
195 If the measured threshold is higher than x (and \-Y is given), then the shown value is colored yellow.
196196 .TP
197197 .B "\-\-threshold\-show x"
198198 If the measured threshold is higher than x, then the result is shown (default is show always). The value x is in ms.
199199 .TP
200200 .B "\-\-timestamp" or "\-\-ts"
201 Put a timestamp before the result-lines. Use -v to also show a date.
201 Put a timestamp before the result-lines. Use \-v to also show a date.
202202 .TP
203203 .B "\-\-tx-buffer x"
204204 Set the size of the transmit buffer (in bytes).
207207 Show the version and exit.
208208
209209 .SH OUTPUT
210 In split mode (-S) something like "time=0.08+24.09+23.17+15.64+0.02=62.98 ms" is shown. The first value is the time it took to resolve the hostname (or 'n/a' if it did not resolve in this iteration, e.g. in "resolve once" (-r) mode), then the time it took to connect (or -1 for example in persistent connection (-Q, HTTP v1.1), after that the time it took to put the request on the wire, then the time it took for the HTTP server to process the request and send it back and lastly the time it took to close the connection.
210 In split mode (\-S) something like "time=0.08+24.09+23.17+15.64+0.02=62.98 ms" is shown. The first value is the time it took to resolve the hostname (or 'n/a' if it did not resolve in this iteration, e.g. in "resolve once" (\-r) mode), then the time it took to connect (or \-1 for example in persistent connection (\-Q, HTTP v1.1), after that the time it took to put the request on the wire, then the time it took for the HTTP server to process the request and send it back and lastly the time it took to close the connection.
211211
212212 .SH GRAPH
213 The graph in the ncurses uses colors to encode a meaning. Green: value is less than 1 block. Red: the value did not fit in the graph. Blue: the value was limitted by --graph-limit. Cyan: no measurement for that point in time.
213 The graph in the ncurses uses colors to encode a meaning. Green: value is less than 1 block. Red: the value did not fit in the graph. Blue: the value was limitted by \-\-graph\-limit. Cyan: no measurement for that point in time.
214214
215215 .SH KEYS
216216 Press <CTRL> + <c> to exit the program. It will display a summary of what was measured.