FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: add commands to inspect the workqueue by mmarchini · Pull Request #210 · nodejs/llnode · GitHub

/ llnode Public

src: add commands to inspect the workqueue - #210

Closed
mmarchini wants to merge 4 commits into
nodejs:masterfrom
mmarchini:workqueue-commands
Closed

src: add commands to inspect the workqueue#210
mmarchini wants to merge 4 commits into
nodejs:masterfrom
mmarchini:workqueue-commands

Conversation

Copy link
Copy Markdown
Contributor

Add two new commands: v8 getactivehandles and v8 getactiverequests.
These commands will print all pending handles and requests. The result
should be similar to running process._getActiveHandles() and
process._getActiveRequests() on the living process.

Fixes: #100

Matheus Marchini added 4 commits June 28, 2018 17:46
Add two new commands: `v8 getactivehandles` and `v8 getactiverequests`.
These comamnds will print all pending handles and requests. The result
should be similar to running process._getActiveHandles() and
process._getActiveRequests() on the living process.

Fixes: nodejs#100

This comment was marked as off-topic.

mmarchini pushed a commit that referenced this pull request Jul 9, 2018
Add two new commands: `v8 getactivehandles` and `v8 getactiverequests`.
These comamnds will print all pending handles and requests. The result
should be similar to running process._getActiveHandles() and
process._getActiveRequests() on the living process.

PR-URL: #210
Fixes: #100
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>

Copy link
Copy Markdown
Contributor Author

Landed in baf4cae

mmarchini closed this Jul 9, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL