-
Notifications
You must be signed in to change notification settings - Fork 100
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
workqueue command #100
Labels
Comments
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Aug 17, 2017
Added two new commands (getactivehandles and getactiverequests) which prints all pending handles and requests (same return given by process._getActiveHandles() and process._getActiveRequests()). Those changes were built upon the symbols added on nodejs/node#14901, which means it's currently not working with node's latest build. Fixes: nodejs#100 Ref: nodejs/node#14901
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Nov 21, 2017
Added two new commands (getactivehandles and getactiverequests) which prints all pending handles and requests (same return given by process._getActiveHandles() and process._getActiveRequests()). Those changes were built upon the symbols added on nodejs/node#14901, which means it's currently not working with node's latest build. Fixes: nodejs#100 Ref: nodejs/node#14901
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Feb 6, 2018
Added two new commands (getactivehandles and getactiverequests) which prints all pending handles and requests (same return given by process._getActiveHandles() and process._getActiveRequests()). Those changes were built upon the symbols added on nodejs/node#14901, which means it's currently not working with node's latest build. Fixes: nodejs#100 Ref: nodejs/node#14901
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Mar 13, 2018
Added two new commands (getactivehandles and getactiverequests) which prints all pending handles and requests (same return given by process._getActiveHandles() and process._getActiveRequests()). Those changes were built upon the symbols added on nodejs/node#14901, which means it's currently not working with node's latest build. Fixes: nodejs#100 Ref: nodejs/node#14901
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Mar 18, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Mar 18, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Mar 18, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Mar 20, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Apr 2, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
May 11, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Jun 22, 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. Fixes: nodejs#100
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Jun 28, 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. Fixes: nodejs#100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it make sense to have a "v8 workqueue" or "libuv workqueue" command, that showed what was waiting and their callbacks?
Maybe something that made use of process._getActiveHandles(), process._getActiveRequests(), or process::getActiveHandles.
The text was updated successfully, but these errors were encountered: