PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
io
/
build
/
main
/
metrics
import { MetricInterface } from '../features/metrics'; export declare class NetworkTrafficConfig { upload: boolean; download: boolean; } export default class NetworkMetric implements MetricInterface { private metricService; private timer; private logger; private socketProto; init(config?: NetworkTrafficConfig | boolean): any; destroy(): void; private catchDownload; private catchUpload; }
[-] network.js
[edit]
[-] network.d.ts
[edit]
[+]
..
[-] v8.d.ts
[edit]
[-] httpMetrics.d.ts
[edit]
[-] httpMetrics.js
[edit]
[-] runtime.d.ts
[edit]
[-] eventLoopMetrics.d.ts
[edit]
[-] v8.js
[edit]
[-] runtime.js
[edit]
[-] eventLoopMetrics.js
[edit]