Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 k6 运行负载测试时,输出很难阅读,因为许多字符没有正确输出。
具体来说,它是“特殊”字符,如✗和 ✓</p>
输出如下所示:
输出位于 Chrome 浏览器中查看的“控制台”部分。
浏览器的 Blue Ocean 控制台中也存在同样的问题。
如何配置 Jenkins 以正确显示这些?
-Dfile.encoding=UTF-8为远程节点启动 Java 进程时添加选项。
-Dfile.encoding=UTF-8