model

package
v0.98.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stats

type Stats struct {
	// Identifiers
	Node string `json:"nodename"`

	// Metrics
	NodeGets           int64 `json:"node_gets"`
	NodePuts           int64 `json:"node_puts"`
	NodeGetFsmTimeMean int64 `json:"node_get_fsm_time_mean"`
	NodePutFsmTimeMean int64 `json:"node_put_fsm_time_mean"`
	ReadRepairs        int64 `json:"read_repairs_total"`
	MemAllocated       int64 `json:"mem_allocated"`
	VnodeGets          int64 `json:"vnode_gets"`
	VnodePuts          int64 `json:"vnode_puts"`
	VnodeIndexDeletes  int64 `json:"vnode_index_deletes"`
	VnodeIndexReads    int64 `json:"vnode_index_reads"`
	VnodeIndexWrites   int64 `json:"vnode_index_writes"`
}

Stat represents a stat in the API response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL