Skip to content

Commit

Permalink
更新 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed May 11, 2018
1 parent 0b2fe6d commit cf74cd4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* Node v4.x
* Node v6.x
* Node v8.x
* Node v10.x

因为 Node.js 的 LTS 版本都是偶数版本,所以此处并未对于奇数版本进行测试(v5.x,v7.x),如果有测试过的可以以 [issue](https://github.com/hyj1991/easy-monitor/issues) 的形式将兼容性结果反馈。

Expand Down Expand Up @@ -156,6 +157,10 @@ app.listen(8082);
* 优化了默认 CPU Profiling 的时长至 5min
* 优化了去重疑似内存泄漏 key 列表

**v2.2.2:**

* 解决了 v8-profiler-node8 这个模块在 v10.x 下编译不过的问题,更新了对应的依赖,以支持部分开发者 v10.x 尝鲜

## V. 单元 & 覆盖率测试

git clone 下本项目并且安装完毕 dependence 依赖后,执行如下命令进行单元测试:
Expand Down
5 changes: 5 additions & 0 deletions src_logic/dashboard/public/document/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* Node v4.x
* Node v6.x
* Node v8.x
* Node v10.x

因为 Node.js 的 LTS 版本都是偶数版本,所以此处并未对于奇数版本进行测试(v5.x,v7.x),如果有测试过的可以以 [issue](https://github.com/hyj1991/easy-monitor/issues) 的形式将兼容性结果反馈。

Expand Down Expand Up @@ -102,6 +103,10 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* 优化了默认 CPU Profiling 的时长至 5min
* 优化了去重疑似内存泄漏 key 列表

**v2.2.2:**

* 解决了 v8-profiler-node8 这个模块在 v10.x 下编译不过的问题,更新了对应的依赖,以支持部分开发者 v10.x 尝鲜

## **II. 快速开始**

### - 安装模块
Expand Down
2 changes: 1 addition & 1 deletion src_logic/dashboard/public/document/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <a href="#">Easy-Monitor <small>v2.2.1</small></a>
# <a href="#">Easy-Monitor <small>v2.2.2</small></a>

> 轻量级实时 Node.js 内核性能监控分析工具
Expand Down

0 comments on commit cf74cd4

Please sign in to comment.