Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Created June 18, 2015 21:41
Show Gist options
  • Save mmasashi/f6cbcaa880398eebe7aa to your computer and use it in GitHub Desktop.
Save mmasashi/f6cbcaa880398eebe7aa to your computer and use it in GitHub Desktop.
dump flydata-agent sigdump
flydata_pid=$(pgrep -P $(cat ~/.flydata/flydata.pid)); kill -CONT $flydata_pid && echo "/tmp/sigdump-$flydata_pid.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment