node-clinic-doctor
node-clinic-doctor copied to clipboard
Programmable interface to `clinic doctor`
Added an issue member that allows clinic to print the recommended next step to the console. See https://github.com/nearform/node-clinic/pull/234 for Clinic implementation
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
Attempting to run the following in Node.js 13.11.0 ```js const { Worker, isMainThread, } = require('worker_threads'); if (isMainThread) { for (let n = 0; n < 100; n++) { new...
I recommend we update doctor text for memory leaks to recommend the use of "allocation sampling". It works like a charm to identify the function that is allocating the most...
Doctor, bubbleprof and flame - all crash with this error: `Error: premature close at MultiStream.onclose (/usr/lib/node_modules/clinic/node_modules/end-of-stream/index.js:47:89) at MultiStream.emit (events.js:203:15) at MultiStream.destroy (/usr/lib/node_modules/clinic/node_modules/multistream/index.js:65:8) at MultiStream._gotNextStream (/usr/lib/node_modules/clinic/node_modules/multistream/index.js:94:10) at MultiStream._next (/usr/lib/node_modules/clinic/node_modules/multistream/index.js:85:10) at Parser.onEnd...
Hello, Clinic is awesome! I have a potentially related question. Is there a way to use the tools in Clinic to collect data in a production app on an ongoing...