Lines Matching refs:can
12 The server supports the HTTP/1.1 protocol which can also be upgraded to HTTP/2,
32 - This overlay config can be added for IEEE 802.15.4 support.
35 - This overlay config can be added for connecting via network USB.
43 When the server is up, we can make requests to the server using either HTTP/1.1 or
90 The server sample contains several parameters that can be customized based on
96 clients that the server can handle simultaneously.
99 streams that can be established per client.
106 URL that the server can process.
112 To customize these options, we can run ``west build -t menuconfig``, which provides
119 You can use a simple Websocket client application like this to test the Websocket
146 We can use ``perf`` to collect statistics about the CPU usage of our server
153 ``perf stat`` will then start monitoring our server. We can let it run while
154 sending requests to our server. Once we've collected enough data, we can
160 ``perf record`` and ``perf report`` can be used together to identify the
168 we can stop the recording and analyze the data using:
175 we can visualize it using ``FlameGraph`` tool. It's particularly useful for
180 can understand:
192 We can view flamegraph.svg using a web browser.