DevOps研发效能
媒体矩阵
开源中国APP
授权协议 Apache
开发语言 C/C++ 查看源码 »
操作系统 Linux
软件类型 开源软件
所属分类 管理和监控系统监控
开源组织
地区 国产
投 递 者 不详
适用人群 未知
收录时间 2014-12-30

软件简介

 

  1. 功能介绍

    对qps以及接口的平均耗时进行统计

  2. 特点

    轻量: 共92KB(代码量约700行)

    低侵入: 基于日志文件进行统计,无需修改原程序

  3. 使用说明

    2.1 下载工具包 log_monitor.tar.gz,并解压

    2.2 之后进行make编译即可使用

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2021/01/20 15:55

log-monitor 基于日志文件的接口 QPS & 耗时信息统计工具 v1.1 版本发布

v1.1更新内容 去除了json-cpp等外部依赖, 更加轻量 修复统计QPS不准确问题 如何使用? tail -f <file>|grep --line-buffered <pattern>|./output/bin/lm Output format: log_time: 2019-10-28 10:36:18, QPS:10, avg_cost_time:22, max_cost_time:222 log_time: 2019-10-28 10:36:20, QPS:1, avg_cost_time:222, max_cost_time:222 log_time: 2019-10-28 10:36:21, QPS:2, avg_cost_time:111, max_cost_time:222 log_time...

0
8
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
17 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部