@lanterna-profiler/cli
v1.13.0
Published
Agent-first Node.js CPU, memory & experimental async profiler — CLI
Readme
@lanterna-profiler/cli
The lanterna command-line binary for Lanterna — agent-first Node.js CPU, memory & experimental async profiler.
Install
npm install -g @lanterna-profiler/cli
# or, without installing:
npx -y @lanterna-profiler/cli --helpUsage
lanterna run --duration 30s --output report.json -- node app.js
lanterna attach --pid 4242 --duration 15s --output report.json
lanterna report report.json --format text
lanterna report report.json --format agent --output report.agent.mdDocumentation
- Getting started — first capture, reading the output.
- CLI reference — every command, every flag, grouped by purpose.
- Configuration —
.lanterna.json. - Troubleshooting.
Related packages
@lanterna-profiler/core— orchestration and analysis primitives.@lanterna-profiler/detectors— default detector pack and plugin helpers.
