forked from signalwire/freeswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update basrc alias for gcore to get a top -H in the process so we do …
…not forget
- Loading branch information
1 parent
d16575d
commit d7f3df2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|