We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16575d commit d7f3df2Copy full SHA for d7f3df2
support-d/.bashrc
@@ -121,7 +121,7 @@ alias tgit='git commit --author "Anthony Minessale <[email protected]>"'
121
alias dp='emacs $sysconfdir/dialplan/default.xml'
122
alias go='$bindir/freeswitch -nonat'
123
alias fstop='top -p `cat $runtimedir/freeswitch.pid`'
124
-alias fsgcore='gcore `cat $runtimedir/freeswitch.pid`'
+alias fsgcore='gcore `cat $runtimedir/freeswitch.pid` && top -H -n1 -b > core.`cat $runtimedir/freeswitch.pid`.txt'
125
alias fsgdb='gdb $bindir/freeswitch `cat $runtimedir/freeswitch.pid`'
126
alias fscore='gdb $bindir/freeswitch `ls -rt core.* | tail -n1`'
127
alias emacs='emacs -nw'
0 commit comments