type github.com/jackc/puddle/v2.Stat
14 uses
github.com/jackc/puddle/v2 (current package)
pool.go#L198: type Stat struct {
pool.go#L213: func (s *Stat) TotalResources() int32 {
pool.go#L219: func (s *Stat) ConstructingResources() int32 {
pool.go#L224: func (s *Stat) AcquiredResources() int32 {
pool.go#L229: func (s *Stat) IdleResources() int32 {
pool.go#L234: func (s *Stat) MaxResources() int32 {
pool.go#L239: func (s *Stat) AcquireCount() int64 {
pool.go#L245: func (s *Stat) AcquireDuration() time.Duration {
pool.go#L252: func (s *Stat) EmptyAcquireCount() int64 {
pool.go#L259: func (s *Stat) EmptyAcquireWaitTime() time.Duration {
pool.go#L265: func (s *Stat) CanceledAcquireCount() int64 {
pool.go#L270: func (p *Pool[T]) Stat() *Stat {
pool.go#L274: s := &Stat{
github.com/jackc/pgx/v5/pgxpool
stat.go#L11: s *puddle.Stat
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)