Documentation
¶
Overview ¶
Package stats contains statistics for converting non-TSM shards to TSM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
NanFiltered uint64
InfFiltered uint64
FieldsFiltered uint64
PointsWritten uint64
PointsRead uint64
TsmFilesCreated uint64
TsmBytesWritten uint64
CompletedShards uint64
TotalTime time.Duration
}
Stats are the statistics captured while converting non-TSM shards to TSM
func (*Stats) AddPointsRead ¶
AddPointsRead increments the number of read points.
func (*Stats) AddPointsWritten ¶
AddPointsWritten increments the number of written points.
func (*Stats) AddTSMBytes ¶
AddTSMBytes increments the number of TSM Bytes.
func (*Stats) IncrFiltered ¶
func (s *Stats) IncrFiltered()
IncrFiltered increments the number of fields filtered.
func (*Stats) IncrTSMFileCount ¶
func (s *Stats) IncrTSMFileCount()
IncrTSMFileCount increments the number of TSM files created.
Click to show internal directories.
Click to hide internal directories.