-
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 286 social mentions
-
Apache ab is a tool for benchmarking Apache Hypertext Transfer Protocol (HTTP) server.
Full documentation for ab can be found here.
#Software Development #Resource Profiling And Monitoring #Performance Monitoring 23 social mentions