Httpmetrics 是一个 Node.js 模块,能够报告指标,能够对 APP 传出的 HTTP 连接作出请求和响应。

示例:

* Metrics added
 * IncomingMessage: {
    ymetrics: {
        headerSize:
        firstChunkSize:
        bodySize:
        statusCODE:
        totalTransferTime:
        host:
    }
 }
 * OutGoingMessage: {
    ymetrics: {
        headerSize:
        firstChunkSize:
        bodySize:
        conNECtTime:
        totalTransferTime:
        firstChunkTransferTime:
        host:
    }
 }

 

 

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务