I installed an nginx server on Windows, then ran it and tested it by accessing it on the local host.
However I want to see more details which I can see on a Linux environment when running the htop
command (which gives details on the no. of worker processes running on the nginx server).
Does such command also exists on Windows?