Hello, I'm playing around with cron and bash scripting, and I was wondering if there is currently (or could be in the future) a way to do get the number of active connections from the command line? i.e. something like:
root@boxen:/var/www# nginx --get-active-connections
4
root@boxen:/var/www#
Or something to that effect?
root@boxen:/var/www# nginx --get-active-connections
4
root@boxen:/var/www#
Or something to that effect?