Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can simply check the number of HTTP threads on terminal:

Code Block
languagebash
ss | grep http | wc -l


Below code (httpd_count.sh) prints the total number of HTTP threads, so you can check its status.

...