forked from Mirrors/freeswitch
Update basrc alias for gcore to get a top -H in the process so we do not forget
This commit is contained in:
parent
d16575d288
commit
d7f3df2445
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue