Search results

13 packages found

This one isn't really a profier, more like a collector. As defined in the [official documentation](https://nodejs.org/dist/latest-v10.x/docs/api/tracing.html): > Trace Event provides a mechanism to centralize tracing information generated by V8, Node.js c

published 0.2.2 4 years ago
M
Q
P

This profiler is the recomended one to profile the CPU usage of your NodeJS application. It has a almost-zero impact on performance and specially suited for long-lived application.

published 0.2.2 4 years ago
M
Q
P

This profiler is the recomended one to profile the memory usage per function of your NodeJS application. It has a almost-zero impact on performance and specially suited for long-lived application.

published 0.2.2 4 years ago
M
Q
P

This trigger is most probably the easier to use because you just need to send a signal to the process (which is generally straightforward even with containers).

published 0.2.2 4 years ago
M
Q
P

This exporter is the simplest one, it will just write the profile to the disk, you can configure the path if needed. The file name will follow the following format:

published 0.2.2 4 years ago
M
Q
P

This exporter is advised when profiling distributed applications where retrieving from each container file system can be hard. It will just write the profile to a remote S3-compatible server, the file name in each bucket will follow the following format:

published 0.2.2 4 years ago
M
Q
P

This profiler is not advised to run in production (see drawbacks) but can help a lot debuging memory leak in production. It allows taking a snapshot of all the memory current allocated in your application. You will be able to see which type of object are

published 0.2.0 4 years ago
M
Q
P
published 0.2.2 4 years ago
M
Q
P

This exporter is advised when profiling distributed applications where retrieving from each container file system can be hard. It will just write the profile to a remote S3-compatible server, the file name in each bucket will follow the following format:

published 0.2.2 4 years ago
M
Q
P
published 0.2.2 4 years ago
M
Q
P
published 0.2.2 4 years ago
M
Q
P

This package is intented to be used as a standalone

published 0.2.2 4 years ago
M
Q
P

TODO

published 0.2.2 4 years ago
M
Q
P