https://github.com/vicanso/jtdashboard
jtstats dashboard
https://github.com/vicanso/jtdashboard
Last synced: 2 days ago
JSON representation
jtstats dashboard
- Host: GitHub
- URL: https://github.com/vicanso/jtdashboard
- Owner: vicanso
- Created: 2014-09-04T14:56:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T11:41:44.000Z (over 10 years ago)
- Last Synced: 2025-09-09T23:33:49.612Z (27 days ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JTDashboard
======通过UDP的方式将统计数据发送到统计后台,在特定的时间段(默认10秒)内整理数据之后,存储到数据库。能支持三种类型的统计数据:累加、均值和数值型。
我的统计站点:[dashboard.vicanso.com](http://dashboard.vicanso.com/)
背景
======很早之前,一直想对自己写的代码做性能优化,包括前端与后端,但是一直不知道怎么下手,没有衡量的指标,只能靠自己认为,优化了也不知道有什么作用,后来有了解到 [StatsD](https://github.com/etsy/statsd),发现统计原来也可以很简单,大部的统计都是和数字相关,因此自己试用了StatsD。感觉很不错,不过不太喜欢 [graphite](http://graphite.readthedocs.org/en/latest/),因此自己就另外尝试了写了另外一套方案。
注:如果是在产品线上,我建议使用StatsD
相关模块:
======[JTStats](https://github.com/vicanso/jtstats) 数据收集的后端服务
[JTStats_client](https://github.com/vicanso/jtstats_client) JTStats Client
示例
======

