We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Maybe having idle_spawn_rate in status page might be helpful for tuning. In Zabbix i now have to estimate/calculate it from idle/active process count.
Also if (wp->idle_spawn_rate >= 8) seems a bit arbitrary?
if (wp->idle_spawn_rate >= 8)
The text was updated successfully, but these errors were encountered:
bukka
No branches or pull requests
Description
Maybe having idle_spawn_rate in status page might be helpful for tuning.
In Zabbix i now have to estimate/calculate it from idle/active process count.
Also
if (wp->idle_spawn_rate >= 8)
seems a bit arbitrary?The text was updated successfully, but these errors were encountered: