Skip to content

matsumana/nodejs-dump-example

Repository files navigation

Node.js taking dump example

How to build

$ make yarn-install
$ make clean-build

How to run this app with Docker

$ make docker-run-with-bash


How to take a diagnostic report

$ make docker-login-with-bash

# cd /app
# make take-diagnostic-report

How to take a heap dump

$ make docker-login-with-bash

# cd /app
# make take-heap-dump

How to take a core dump then load it with llnode

$ make docker-login-with-bash

# cd /app
# make install-gdb
# make install-llnode
# make take-core-dump
# make load-core-dump-with-llnode


References

Node.js

llnode

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published