Home
last modified time | relevance | path

Searched defs:SyncClusterMonitor (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongostat/
H A Dmongostat.go75 type SyncClusterMonitor struct { struct
77 ReportChan chan *status.ServerStatus
80 ErrorChan chan *status.NodeError
83 Consumer *stat_consumer.StatConsumer
125 func (cluster *SyncClusterMonitor) Update(stat *status.ServerStatus, err *status.NodeError) {
135 func (cluster *SyncClusterMonitor) Monitor(_ time.Duration) error {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongostat/
H A Dmongostat.go76 type SyncClusterMonitor struct { struct
78 ReportChan chan *status.ServerStatus
81 ErrorChan chan *status.NodeError
84 Consumer *stat_consumer.StatConsumer
126 func (cluster *SyncClusterMonitor) Update(stat *status.ServerStatus, err *status.NodeError) {
136 func (cluster *SyncClusterMonitor) Monitor(_ time.Duration) error {