Update basrc alias for gcore to get a top -H in the process so we do not forget

This commit is contained in:
Brian West 2018-11-06 08:21:30 -06:00 committed by Andrey Volk
parent d16575d288
commit d7f3df2445
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ alias tgit='git commit --author "Anthony Minessale <anthm@freeswitch.org>"'
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'