KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
mcharts
★ 42
Open GitHub ↗
:memo:一个前端监控系统。
Download README (.md)
Explore Similar Repositories
Subdue
:
The Subdue graph miner discovers highly-compressing patterns in an input graph.
DeFactoNLP
:
DeFactoNLP: An Automated Fact-checking System that uses Named Entity Recognition, TF-IDF vector comparison and Decomposable Attention models.
MobPush-for-Android
:
推送sdk
Oscilloscope
:
C# Oscilloscope Library and GUI (tested with Rigol DS1102E)
pcb2photon
:
Image converter to .photon files used by the Anycubic's 3D UV Photon enabling it to produce UV PCB masks.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mcharts
?
Download (.md)
# mcharts ## 环境 node.js >= 6.0.0 redis >= 2.8.0 redis下载地址: https://redis.io/download redis启动地址: https://www.cnblogs.com/shoren/p/redis.html ``` 进入redis目录 winodws redis/64bit mac redis/etc 一个窗口 redis-server redis.conf 另启一个窗口 redis-cli -h 127.0.0.1 -p 6379 ``` ## 功能 - [x] 监控载入时间 - [x] 监控错误量 - [x] 监控浏览器分布情况 - [x] 监控载入时间数据异常发送邮件 ## 第一步 打开监控对象 ``` git clone https://github.com/hua1995116/mcharts.git cd mcharts npm install node express.js ``` 查看 http://127.0.0.1:3000/ (这里必须是127.0.0.1或者你主机ip地址为了给后续的ip收集使用) ## 第二步 可视化系统 ``` cd charts node index.js ``` 查看 http://127.0.0.1:8888/