Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] process management info #24

Open
gabrielcsapo opened this issue May 24, 2020 · 0 comments
Open

[feature] process management info #24

gabrielcsapo opened this issue May 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gabrielcsapo
Copy link
Owner

gabrielcsapo commented May 24, 2020

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
@gabrielcsapo gabrielcsapo added the enhancement New feature or request label May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant