Skip to content

[feature] process management info Β #24

@gabrielcsapo

Description

@gabrielcsapo

Motivation

Be able to get the current process and be able to chart out memory and cpu usage over time. Useful to understand the impacts of a build on the current machine.

var process = require('process');
if (process.pid) {
   console.log('This process is your pid ' + process.pid);
}
// This process is your pid 70044

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions