We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e8886 commit fe318d5Copy full SHA for fe318d5
memo/memo.rst
@@ -282,6 +282,13 @@ vim
282
jfswatch -o ~/path/to/watch | xargs -n1 ~/script/to/run/when/files/change.sh
283
fswatch -o ./*.py | xargs -n1 ./runtest.sh # 比如写单元测试的时候修改后就让测试执行
284
285
+Benchmark
286
+-------------------------------------------------------------
287
+
288
+.. code-block:: shell
289
290
+ sudo apt-get install apache2-utils
291
+ ab -c 并发数量 -n 总数量 url
292
293
* `《Linux工具快速教程》 <https://linuxtools-rst.readthedocs.io/zh_CN/latest/>`_
294
* `《slide show》 <http://slideshow-s9.github.io/>`_
0 commit comments