package stats

import "github.com/ydb-platform/ydb-go-sdk/v3/cluster/stats"

Index

Types

type Stats

type Stats struct {
	InFlight     int
	State        state.State
	OpStarted    uint64
	OpFailed     uint64
	OpSucceed    uint64
	OpPerMinute  float64
	ErrPerMinute float64
	AvgOpTime    time.Duration
}

func (Stats) OpPending

func (c Stats) OpPending() uint64

Source Files

stats.go

Directories

PathSynopsis
cluster/stats/state
Version
v3.0.2
Published
Oct 22, 2021
Platform
js/wasm
Imports
2 packages
Last checked
19 minutes ago

Tools for package owners.