当前位置: 首页 > 工具软件 > Httpmetrics > 使用案例 >

Node.js 模块 Httpmetrics

鄢承运
2023-12-01

Httpmetrics 详细介绍

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

示例:

* Metrics added
 * IncomingMessage: {
    ymetrics: {
        headerSize:
        firstChunkSize:
        bodySize:
        statusCode:
        totalTransferTime:
        host:
    }
 }
 * OutgoingMessage: {
    ymetrics: {
        headerSize:
        firstChunkSize:
        bodySize:
        connectTime:
        totalTransferTime:
        firstChunkTransferTime:
        host:
    }
 }
 类似资料: