Closed Paxa closed 4 years ago
The only way I found:
{ max: pool.instance_variable_get(:@available).instance_variable_get(:@max), created: pool.instance_variable_get(:@available).instance_variable_get(:@created), busy: pool.instance_variable_get(:@available).instance_variable_get(:@que) }
Is there more proper way to do it?
The stats will be available as soon as you send a PR to add them. 👍
+1
So this, can be closed now, based on #104
The only way I found:
Is there more proper way to do it?