Lines Matching full:using
43 When the server is up, we can make requests to the server using either HTTP/1.1 or
48 - Using a browser: ``http://192.0.2.1/``
49 - Using curl: ``curl -v --compressed http://192.0.2.1/``
50 - Using ab (Apache Bench): ``ab -n10 http://192.0.2.1/``
54 - Using nghttp client: ``nghttp -v --no-dep http://192.0.2.1/``
55 - Using curl: ``curl --http2 -v --compressed http://192.0.2.1/``
56 - Using h2load: ``h2load -n10 http://192.0.2.1/``
82 enable usage of HTTP/2. If using Firefox, it may also be required to change the setting
83 ``network.http.http2.enforce-tls-profile`` to false, since it seems that using a CA
85 using HTTP/2.
167 After running our server under load (For example, using ApacheBench tool),
168 we can stop the recording and analyze the data using:
175 we can visualize it using ``FlameGraph`` tool. It's particularly useful for
192 We can view flamegraph.svg using a web browser.