simple-process-metrics
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

simple-process-metrics

npm version Build Status Dependencies Coverage Status License


Simple library for Node.js process metrics with Promise-based interface.


Installation

$ npm install --save simple-process-metrics

Usage

import { getMetrics } from 'simple-process-metrics';
...
const metrics = await getMetrics();
// or
getMetrics().then(metrics => ...);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i simple-process-metrics

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.59 kB

Total Files

6

Last publish

Collaborators

  • rafalmaciejewski