Skip to content

Instantly share code, notes, and snippets.

@jeromecovington
Created February 14, 2020 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeromecovington/cbbd3a265a10019fe0e3e5942071df1a to your computer and use it in GitHub Desktop.
Save jeromecovington/cbbd3a265a10019fe0e3e5942071df1a to your computer and use it in GitHub Desktop.
Nsolid usage in brief

MacOS

  1. $ brew tap nodesource/nsolid
  2. $ brew install nsolid-console
  3. $ nsolid-console
  4. Run any script necessary to build app.
  5. $ NSOLID_APPNAME="my-app" NSOLID_COMMAND="localhost:9001" nsolid my-app/index.js
  6. Visit console at http://localhost:6753
  7. Start profiling in console.
  8. Exert load on local app at its usual port.
  9. Analyze and export results in console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment