R
R
Richard Hendrix2018-12-04 06:23:50
Node.js
Richard Hendrix, 2018-12-04 06:23:50

How can you monitor internal execution options in node.js?

I would like to know how I can track the internal mechanisms of code execution in Node.js; namely, such things as the number of threads, event loop queues, the amount of memory consumed per thread and, in fact, the thread itself, its bandwidth, and everything like that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Kudryavtsev, 2018-12-04
@Deissh

You can use PM2, but there are only half of the parameters you need.
You can also use the Google Chrome debugger during development.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question