Skip to content

grisu48/ganglia-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmon - ganglia-query

Build Status

This is a small go project to read the current stats provided by a ganglia instance with enabled tcp channel (read from gmond, thus the name gmon).

Usage

./gmon REMOTE[:PORT][,REMOTE[:PORT]]
e.g. ./gmon cluster1 cluster2:8922

gmon establishes a tcp connection to the given gmond remote, receives the XML contents and prints the stats as console-friendly table.

Example

~/git/ganglia-query$ ./gmon beowulf-cluster server-farm
Cluster: beowulf-cluster

Host                   	         Last Update 	CPU 	Memory	   Load (1-5-15)
--------------------------------------------------------------------------------
beowulf-cluster        	 	 2019-05-07-17:46:32 	8%	 95.9%	 0.7   0.8   0.8
beowulf01               	 2019-05-07-17:46:24    0%	 88.3%	 0.0   0.0   0.1
beowulf02               	 2019-05-07-17:46:20    0%	 88.0%	 0.0   0.0   0.1
beowulf03               	 2019-05-07-17:46:25    0%	 85.6%	 0.0   0.0   0.1
beowulf04               	 2019-05-07-17:46:27    0%	 88.8%	 0.0   0.0   0.1
beowulf05               	 2019-05-07-17:46:36    0%	 91.2%	 0.0   0.0   0.1
beowulf06               	 2019-05-07-17:46:27    8%	 98.5%	 0.9   1.0   1.0
--------------------------------------------------------------------------------

Cluster: server-farm

Host                   	         Last Update 	CPU 	Memory	   Load (1-5-15)
--------------------------------------------------------------------------------
frontend             	 2019-05-07-17:46:31 	0%  	75.8%	 0.0   0.0   0.1
database01             	 2019-05-07-17:46:36    1%  	5.5%	 0.0   0.0   0.1
database02             	 2019-05-07-17:46:36    21%  	11.5%	 7.1   5.0   5.1
--------------------------------------------------------------------------------

Compile

go build gmon

Requirements

  • go >= 1.8.x

About

CLI tool to query a ganglia server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published