易容 (hyj1991)

Results 6 issues of 易容 (hyj1991)

针对本地简单的压测或者一些问题复现 场景,计划提供一个快速启动版本,全局安装: ```bash npm i xperf -g ``` 后即可使用命令: ```bash xperf start app.js ``` 来直接运行并且打开控制台,可以看到当前 nodejs 应用的实时状态信息,以及可以对此应用进行各种 EZM 3.0 提供的状态导出。

new features

Hi, thanks for this great work! I am able to use speedscope to analyze `.cpuprofile`, but sometimes it behaves differently from devtools: > [CPU-20200515T093903.cpuprofile.zip](https://github.com/jlfwong/speedscope/files/7719038/CPU-20200515T093903.cpuprofile.zip) `CPU-20200515T093903.cpuprofile` in speedscope: ![image](https://user-images.githubusercontent.com/19908330/146181030-48bb45ff-0d4b-4cd2-8404-1db89dcad9b8.png) And in...

##### Checklist - [x] `npm test` passes - [ ] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines #####...

enhancement

* 支持用户自定义 `llmserver` 的端口 * 默认 `llmserver` 配置修改为本地的 `127.0.0.1`

Thanks for this great work! And are there any plans to support lz4 compression?