node-clinic

Clinic.js diagnoses your Node.js performance issues

MIT License

Downloads
133.7K
Stars
5.6K
Committers
40

Bot releases are visible (Hide)

node-clinic - v13.0.0 Latest Release

Published by RafaelGSS over 1 year ago

What's Changed

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v12.1.0...v13.0.0

node-clinic - v12.1.0

Published by RafaelGSS over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v12.0.0...v12.1.0

node-clinic - v12.0.0

Published by RafaelGSS about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v11.1.2...v12.0.0

node-clinic - v11.1.2

Published by RafaelGSS about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v11.1.0...v11.1.2

node-clinic - v11.1.0

Published by RafaelGSS over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v11.0.0...v11.1.0

node-clinic - v11.0.0

Published by RafaelGSS almost 3 years ago

What's Changed

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v10.0.0...v11.0.0

node-clinic - v10.0.0

Published by RafaelGSS almost 3 years ago

What's Changed

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v9.0.0...v10.0.0

node-clinic - v9.1.0

Published by RafaelGSS almost 3 years ago

What's Changed

Full Changelog: https://github.com/clinicjs/node-clinic/compare/v9.0.0...v9.1.0

node-clinic - v9.0.0

Published by jasnell over 3 years ago

  • Drops Node.js 10.x support
  • Adds the new experimental clinic heapprofiler tool
node-clinic - Relicense as MIT

Published by jasnell about 4 years ago

node-clinic - v6.0.3

Published by mcollina about 4 years ago

  • Support for Node v14
node-clinic -

Published by goto-bus-stop over 4 years ago

This release updates dependencies to get rid of deprecation warnings on installation.

node-clinic -

Published by goto-bus-stop almost 5 years ago

npm install -g clinic@5

Clinic.js 5 includes major updates to Flame and Doctor, and a fix for Bubbleprof!

Doctor 4.1.0

  • New and improved issue detection for when garbage collection is impeding performance. See https://github.com/nearform/node-clinic-doctor/pull/250 for technical details.
  • Doctor will try to let you know if it does not have enough data from running a benchmark that is too short or that did too little work.

Bubbleprof 3.0.0

  • Fixes a crash that could occur with extremely long stack frame names.

Flame 5.0.0

  • Frames for npm package dependencies can now be shown/hidden individually.
  • WebAssembly stack frames no longer cause a crash.
  • The bar showing the selected frame now works better on small screens and includes a dropdown listing the percentage of the total profile time that the frame was on the call stack and at the top of the call stack.
  • The top-right options menu is now moved partly into the footer, and partly into a new sidebar menu accessed through the button in the bottom-right.
  • A new walkthrough will point out useful parts of the UI.
node-clinic -

Published by goto-bus-stop about 5 years ago

This version has better supports using the Clinic.js CLI over SSH and in other GUI-less environments:

  • now prints the Clinic Upload login URL to the console if no GUI browser is available
  • the $tool --upload flag automatically privately uploads a profile instead of saving it locally, as in
$ clinic doctor --upload --autocannon [ / ] -- node server.js
...
The data has been uploaded to your private area.
https://upload.clinicjs.org/private/biglonghash/1234.clinic-doctor.html
node-clinic -

Published by iamstuartwilson over 5 years ago

  • Add engines field to package.json
  • Fix typo in help text
node-clinic - v2.1.2

Published by mcollina almost 6 years ago

  • move autocannon out of devDependencies #95
  • fixup on botched v2.1.1
node-clinic - v2.1.1

Published by mcollina almost 6 years ago

  • Move autocannon out of dev dependencies #95
node-clinic -

Published by goto-bus-stop almost 6 years ago

  • Add --dest flag in Bubbleprof and Flame. (#76)
  • Strip trailing slash from --visualize-only flag. (#81)
    So you can do clinic doctor --visualize-only 1234.clinic-doctor/ without it crashing
  • Add --autocannon flag for tools. (#88)
    Automatically benchmark your server using Autocannon:
    clinic doctor --autocannon [ /url --method POST -c10 -d5 ] -- node server.js
node-clinic - v2.0.0

Published by mcollina almost 6 years ago

  • New Flame UI #70
node-clinic - v1.3.0

Published by mcollina about 6 years ago

  • Added data-path command line argument #53