Software Alternatives & Reviews

When Should You Scale a Node.js App?

Process Explorer Apache ab
  1. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'l…
    One simple but useful way to check the CPU and memory usage commanded by Node processes running on a server is to use the Unix ps ( process status ) command, for example, ps aux | grep node. A more robust solution is to install an interactive process manager, such as HTOP for Unix systems, or Process Explorer for Windows-based systems.

    #Monitoring Tools #Command Line Tools #Performance Monitoring 287 social mentions

  2. Apache ab is a tool for benchmarking Apache Hypertext Transfer Protocol (HTTP) server.
    Full documentation for ab can be found here.

    #Resource Profiling And Monitoring #Software Development #Performance Monitoring 23 social mentions

Discuss: When Should You Scale a Node.js App?

Log in or Post with