mcollina/autocannon

Running parallel benchmarks using `&` chaining does not exit correctly on Linux

Open

#115 建立於 2018年1月25日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)JavaScript (7,425 star) (332 fork)batch import
bughelp wanted

描述

The following code leaves ghost processes running after exit on Linux:

$ autocannon -d 20 -c 100 http://localhost:3000/a & autocannon -d 20 -c 100 http://localhost:3000/b & autocannon -d 20 -c 100 http://localhost:3000/c

This happens both when interrupted (C-c) and after finishing. Observed in both Fish shell and Bash.

貢獻者指南