Last active
August 29, 2015 14:03
-
-
Save remh/52db3a914d69e45ac7f4 to your computer and use it in GitHub Desktop.
List everything command on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from config import get_logging_config, get_config, _windows_confd_path | |
from jmxfetch import JMXFetch | |
JMXFetch.init(_windows_confd_path(), get_config(), get_logging_config(), 15,"list_everything", None, reporter="console") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment