Binary
Tested environment
Ubuntu 18.04 or older Ubuntu with Glibc: 2.25
Example
You can try a nodeprof example with the following command line (inside the downloaded GraalVM directory):
./bin/node --experimental-options --nodeprof ./nodeprof/nodeprof.js --analysis ./nodeprof/examples/example.js ./nodeprof/tests/helloworld.js
Docker
Docker image:
Image: jysunhy/nodeprof:v20.2.0
Example
docker run -ti jysunhy/nodeprof:v20.2.0 bash
unzip graalvm-nodeprof-java8-20.2.0-dev.zip
cd /graalvm-nodeprof-java8-20.2.0-dev
./bin/node --experimental-options --nodeprof ./nodeprof/nodeprof.js --analysis ./nodeprof/examples/example.js ./nodeprof/tests/helloworld.js