From: Brian West Date: Mon, 15 Dec 2008 18:55:44 +0000 (+0000) Subject: adding fstop X-Git-Tag: v1.0.2~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe80c22357c7930c8c62d9d1cdec3d0ed49b21e;p=thirdparty%2Ffreeswitch.git adding fstop git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10778 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.bashrc b/support-d/.bashrc index 911492239e..899b67e92e 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -25,5 +25,5 @@ alias e='emacs' alias tcommit='svn commit --no-auth-cache --username=anthm' alias mcommit='svn commit --no-auth-cache --username=mikej' alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' - +alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`' # End of file