Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KeyMapping = map[ServerType][]string{ ServerTypeManagerMaster: { "num_of_processes", "total_memory_usage", "system_memory_usage", "processes_memory_usage", "ets_memory_usage", "num_of_processes_5min", "total_memory_usage_5min", "system_memory_usage_5min", "processes_memory_usage_5min", "ets_memory_usage_5min", "used_allocated_memory", "allocated_memory", "used_allocated_memory_5min", "allocated_memory_5min", }, ServerTypeManagerSlave: { "num_of_processes", "total_memory_usage", "system_memory_usage", "processes_memory_usage", "ets_memory_usage", "num_of_processes_5min", "total_memory_usage_5min", "system_memory_usage_5min", "processes_memory_usage_5min", "ets_memory_usage_5min", "used_allocated_memory", "allocated_memory", "used_allocated_memory_5min", "allocated_memory_5min", }, ServerTypeStorage: { "num_of_processes", "total_memory_usage", "system_memory_usage", "processes_memory_usage", "ets_memory_usage", "num_of_processes_5min", "total_memory_usage_5min", "system_memory_usage_5min", "processes_memory_usage_5min", "ets_memory_usage_5min", "num_of_writes", "num_of_reads", "num_of_deletes", "num_of_writes_5min", "num_of_reads_5min", "num_of_deletes_5min", "num_of_active_objects", "total_objects", "total_size_of_active_objects", "total_size", "num_of_replication_messages", "num_of_sync-vnode_messages", "num_of_rebalance_messages", "used_allocated_memory", "allocated_memory", "used_allocated_memory_5min", "allocated_memory_5min", "mq_num_of_msg_recovery_node", "mq_num_of_msg_deletion_dir", "mq_num_of_msg_async_deletion_dir", "mq_num_of_msg_req_deletion_dir", "mq_mdcr_num_of_msg_req_comp_metadata", "mq_mdcr_num_of_msg_req_sync_obj", "comp_state", "comp_last_start_datetime", "comp_last_end_datetime", "comp_num_of_pending_targets", "comp_num_of_ongoing_targets", "comp_num_of_out_of_targets", }, ServerTypeGateway: { "num_of_processes", "total_memory_usage", "system_memory_usage", "processes_memory_usage", "ets_memory_usage", "num_of_processes_5min", "total_memory_usage_5min", "system_memory_usage_5min", "processes_memory_usage_5min", "ets_memory_usage_5min", "num_of_writes", "num_of_reads", "num_of_deletes", "num_of_writes_5min", "num_of_reads_5min", "num_of_deletes_5min", "count_of_cache-hit", "count_of_cache-miss", "total_of_files", "total_cached_size", "used_allocated_memory", "allocated_memory", "used_allocated_memory_5min", "allocated_memory_5min", }, }
Functions ¶
This section is empty.
Types ¶
type LeoFS ¶
type LeoFS struct {
Servers []string
}
func (*LeoFS) Description ¶
func (*LeoFS) SampleConfig ¶
type ServerType ¶
type ServerType int
const ( ServerTypeManagerMaster ServerType = iota ServerTypeManagerSlave ServerTypeStorage ServerTypeGateway )
Click to show internal directories.
Click to hide internal directories.