Auteur Sujet: HTTPStat  (Lu 1338 fois)

0 Membres et 1 Invité sur ce sujet

kgersen

  • Modérateur
  • Abonné Bbox fibre
  • *
  • Messages: 9 091
  • Paris (75)
HTTPStat
« le: 05 octobre 2016 à 19:50:25 »
un outil qui a la cote en ce moment:

https://github.com/davecheney/httpstat (version Go, inspirée de la version originale en Python)

exemple avec lafibre.info:

E:\gocode>bin\httpstat.exe https://lafibre.info

Connected to [2a01:6e00:10:410::2]:443

HTTP/1.1 200 OK
Server: Apache
Cache-Control: private
Content-Security-Policy: object-src 'self; frame-ancestors 'sameorigin'
Content-Type: text/html; charset=UTF-8
Date: Wed, 05 Oct 2016 17:47:42 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed, 05 Oct 2016 17:47:42 GMT
Pragma: no-cache
Set-Cookie: PHPSESSID=k473fa2ugp725a9hhjnjp89nq4; path=/;HttpOnly;Secure
Strict-Transport-Security: max-age=63072000; preload
Vary: User-Agent,Accept-Encoding
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
X-Powered-By: PHP/5.5.9-1ubuntu4.20
X-Xss-Protection: 1; mode=block

Body discarded

  DNS Lookup   TCP Connection   TLS Handshake   Server Processing   Content Transfer
[      3ms  |           9ms  |        111ms  |             94ms  |             6ms  ]
            |                |               |                   |                  |
   namelookup:3ms            |               |                   |                  |
                       connect:12ms          |                   |                  |
                                   pretransfer:123ms             |                  |
                                                     starttransfer:217ms            |
                                                                                total:224ms

un download de 1Go:

E:\gocode>bin\httpstat.exe -o NUL http://bouygues.testdebit.info/1G.iso

Connected to 194.158.102.114:80

HTTP/1.1 200 OK
Server: Apache
Accept-Ranges: bytes
Content-Length: 1000000000
Date: Wed, 05 Oct 2016 17:49:37 GMT
Etag: "3b9aca00-53b85d68c0d58"
Last-Modified: Fri, 02 Sep 2016 12:54:59 GMT

Body read

   DNS Lookup   TCP Connection   Server Processing   Content Transfer
[       2ms  |           8ms  |              2ms  |          8589ms  ]
             |                |                   |                  |
    namelookup:2ms            |                   |                  |
                        connect:11ms              |                  |
                                      starttransfer:14ms             |
                                                                 total:8603ms