get concurrent connections in apache
Nickollas C.
DevOps Linux, AWS, Ansible, Terraform, Docker, SaltStack, Bash/Shell Script (remote job only)
lynx -base -source https://localhost/server-status | awk -F'W' '/workers/ {getline; print NF-1}'
lynx -base -source https://localhost/server-status | awk -F'W' '/workers/ {getline; print NF-1}'