13 packages matching “openprofiling”
@openprofiling/core
v0.2.2 · 6 years ago
No description provided.
No known vulnerabilities
@openprofiling/exporter-file
v0.2.2 · 6 years ago
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:
No known vulnerabilities
@openprofiling/trigger-signal
v0.2.2 · 6 years ago
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).
No known vulnerabilities
@openprofiling/inspector-cpu-profiler
v0.2.2 · 6 years ago
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.
No known vulnerabilities
@openprofiling/nodejs
v0.2.2 · 6 years ago
No description provided.
No known vulnerabilities
@openprofiling/gateway-ws-client
v0.2.2 · 6 years ago
TODO
No known vulnerabilities
@openprofiling/exporter-gcs
v0.2.2 · 6 years ago
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:
No known vulnerabilities
@openprofiling/gateway-ws
v0.2.2 · 6 years ago
This package is intented to be used as a standalone
No known vulnerabilities
@openprofiling/exporter-s3
v0.2.2 · 6 years ago
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:
No known vulnerabilities
@openprofiling/inspector-heapsnapshot
v0.2.0 · 6 years ago
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
No known vulnerabilities
@openprofiling/inspector-heap-profiler
v0.2.2 · 6 years ago
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.
No known vulnerabilities
@openprofiling/inspector-trace-events
v0.2.2 · 6 years ago
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
No known vulnerabilities
@openprofiling/trigger-http
v0.2.2 · 6 years ago
No description provided.
No known vulnerabilities