Skip to content

wyukawa/jstat_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jstat Exporter for Prometheus

Exports jstat result for Prometheus consumption.

How to build

go get github.com/prometheus/client_golang/prometheus
go get github.com/prometheus/log
go build jstat_exporter.go

Help on flags of jstat_exporter:

  -jstat.path string
    	jstat path (default "/usr/bin/jstat")
  -target.pid string
    	target pid (default ":0")
  -web.listen-address string
    	Address on which to expose metrics and web interface. (default ":9010")
  -web.telemetry-path string
    	Path under which to expose metrics. (default "/metrics")

Tested on JDK8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages