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

Add memoryUsage() #5732

Closed
Skillz4Killz opened this issue May 21, 2020 · 1 comment
Closed

Add memoryUsage() #5732

Skillz4Killz opened this issue May 21, 2020 · 1 comment
Labels
cli related to cli/ dir feat new feature (which has been agreed to/accepted)

Comments

@Skillz4Killz
Copy link

Skillz4Killz commented May 21, 2020

It would be really nice to be able to get the memory usage information from Deno somehow. In node this is as simple as process.memoryUsage()

Example:
image

Note: Not sure if this is related but when you run Deno in PM2 you don't see the custom metrics like u would for a node process on pm2 monit
image

@bartlomieju bartlomieju added cli related to cli/ dir suggestion suggestions for new features (yet to be agreed) labels May 26, 2020
@danopia
Copy link
Contributor

danopia commented May 9, 2021

Deno.memoryUsage() has been added (in a roundabout way) by #9659 + #9986

@lucacasonato lucacasonato added feat new feature (which has been agreed to/accepted) and removed suggestion suggestions for new features (yet to be agreed) labels May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir feat new feature (which has been agreed to/accepted)
Projects
None yet
Development

No branches or pull requests

4 participants