Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created June 6, 2014 23:36
Show Gist options
  • Save ifnull/6e3990111643da5e8311 to your computer and use it in GitHub Desktop.
Save ifnull/6e3990111643da5e8311 to your computer and use it in GitHub Desktop.
Find out what Salt highstate is doing
for i in `pgrep -u root salt-minion`; do pstree -a $i; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment