【发布时间】:2021-10-06 05:37:54
【问题描述】:
我安装了golang最新版本(go版本go1.17.1 windows/amd64)
我使用命令go install github.com/tsenart/vegeta@latest成功安装了vegeta
但如果我命令,正如我在 cmd 中看到的 vegeta --help、echo "GET http://localhost:8080/" | vegeta attack -duration=5s | tee results.bin | vegeta report
然后我面对
'tee' is not recognized as an internal or external command, executable program or batch file.
我不知道为什么会这样
我是不是命令错了?我认为echo "GET ~~ vegeta report 命令适用于类Unix,可能不适用于Windows。
【问题讨论】: