Skip to content

Instantly share code, notes, and snippets.

@remh
Last active August 29, 2015 14:03
Show Gist options
  • Save remh/52db3a914d69e45ac7f4 to your computer and use it in GitHub Desktop.
Save remh/52db3a914d69e45ac7f4 to your computer and use it in GitHub Desktop.
List everything command on windows
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