public class JmxScraper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JmxScraper.MBeanReceiver |
| Constructor and Description |
|---|
JmxScraper(String jmxUrl,
String username,
String password,
boolean ssl,
List<ObjectName> whitelistObjectNames,
List<ObjectName> blacklistObjectNames,
JmxScraper.MBeanReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
doScrape()
Get a list of mbeans on host_port and scrape their values.
|
static void |
main(String[] args)
Convenience function to run standalone.
|
public JmxScraper(String jmxUrl, String username, String password, boolean ssl, List<ObjectName> whitelistObjectNames, List<ObjectName> blacklistObjectNames, JmxScraper.MBeanReceiver receiver)
Copyright © 2017. All rights reserved.