数值型统计工具 jtstats

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-19 19:14:44

软件介绍

在平时开发中,经常要希望统计一些性能之类的数值型的统计,后来了解到 statsD,它的使用非常简单。后来想自己写写统计,打发时间,因些创建了JTStats这个项目。

JTStats 主要用于数值型的统计,有三种类型:

1、count:累加专用,如pv、uv、api调用次数等

2、average:平均值,如某一时间段http响应时间,函数调用时间等

3、gauge:当前值,如CPU占用,内存占用

与其配套的有:JTStats_client node.js的stats客户端和 JTDashboard 图表展示

演示地址:http://dashboard.vicanso.com/



本文地址:https://codercto.com/soft/d/12729.html

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具