Skip to content

Commit

Permalink
Update basrc alias for gcore to get a top -H in the process so we do …
Browse files Browse the repository at this point in the history
…not forget
  • Loading branch information
briankwest authored and andywolk committed Jul 25, 2019
1 parent d16575d commit d7f3df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-d/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ alias tgit='git commit --author "Anthony Minessale <[email protected]>"'
alias dp='emacs $sysconfdir/dialplan/default.xml'
alias go='$bindir/freeswitch -nonat'
alias fstop='top -p `cat $runtimedir/freeswitch.pid`'
alias fsgcore='gcore `cat $runtimedir/freeswitch.pid`'
alias fsgcore='gcore `cat $runtimedir/freeswitch.pid` && top -H -n1 -b > core.`cat $runtimedir/freeswitch.pid`.txt'
alias fsgdb='gdb $bindir/freeswitch `cat $runtimedir/freeswitch.pid`'
alias fscore='gdb $bindir/freeswitch `ls -rt core.* | tail -n1`'
alias emacs='emacs -nw'
Expand Down

0 comments on commit d7f3df2

Please sign in to comment.