Tagged "nodejs"

Testing tools that measure process memory usage

Using a nodejs program that uses a known amount of memory to confirm the memory tracking tool is working

nodejs JSON pretty print one-liner

node -p 'JSON.stringify(JSON.parse(fs.readFileSync(0)),null,2)'

Modify process.env for a running NodeJS process

Enable the debugger, connect, start a REPL and modify vars