Skip to content

Commit

Permalink
Added binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
srisatish committed Feb 6, 2013
1 parent c12d778 commit 12adffa
Show file tree
Hide file tree
Showing 27 changed files with 48 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*stdout.txt
*~
bin/
binlib
build
flatfile*
h2o_work.xml
Expand Down
48 changes: 48 additions & 0 deletions lib/binlib/.sigar_shellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#this file is loaded by the sigar shell.
#commands in this file are run just as they would be if they
#were typed in by hand in the shell prompt.

#find weblogic nodes (-1 means last index in the array)
alias ps-wls ps State.Name.eq=java,Args.-1.eq=weblogic.Server

#find websphere 4.x nodes
alias ps-was4 ps State.Name.eq=java,Args.*.eq=com.ibm.ejs.sm.server.ManagedServer

#find websphere admin server
alias ps-was4adm ps State.Name.eq=java,Args.*.eq=com.ibm.ejs.sm.server.AdminServer

#find websphere 5.x nodes
alias ps-was5 ps State.Name.eq=java,Args.*.eq=com.ibm.ws.runtime.WsServer

#find websphere 4.x and 5.x nodes
alias ps-was ps State.Name.eq=java,Args.*.eq=com.ibm.ws.bootstrap.WSLauncher

#find jboss (use .sw=java to match 'java' or 'javaw')
alias ps-jboss ps State.Name.sw=java,Args.*.eq=org.jboss.Main

#find tomcat
alias ps-tomcat ps State.Name.eq=java,Args.*.eq=org.apache.catalina.startup.Bootstrap

#find apache parent processes
#($1 is the return value of the first query in the string)
#'Pne' => 'P' flags means parent of matched process
#to filter out httpd child processes
alias ps-apache ps State.Name.re=https?d.*|[Aa]pache2?$,State.Name.Pne=$1

#find ant processes (ant hangs on me sometimes)
#(* matches any value in the array)
alias ps-ant ps State.Name.eq=java,Args.*.eq=org.apache.tools.ant.Main

#HQ agents
alias ps-hqagent ps State.Name.sw=java,Args.-1.eq=org.hyperic.hq.agent.server.AgentDaemon

#find all java procs except the shell itself
#($$ is the current process id)
alias ps-java ps State.Name.eq=java,Pid.Pid.ne=$$
alias java ps-java

#find all processes owned by the current user
alias ps-me ps CredName.User.eq=$user.name

#VMware Server or GSX VMs
alias ps-vmx ps State.Name.eq=vmware-vmx,Args.1.eq=-C
Binary file added lib/binlib/libleveldb-linux32.so
Binary file not shown.
Binary file added lib/binlib/libleveldb-linux64.so
Binary file not shown.
Binary file added lib/binlib/libleveldb-osx64.dylib
Binary file not shown.
Binary file added lib/binlib/libsigar-amd64-freebsd-6.so
Binary file not shown.
Binary file added lib/binlib/libsigar-amd64-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-amd64-solaris.so
Binary file not shown.
Binary file added lib/binlib/libsigar-ia64-hpux-11.sl
Binary file not shown.
Binary file added lib/binlib/libsigar-ia64-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-pa-hpux-11.sl
Binary file not shown.
Binary file added lib/binlib/libsigar-ppc-aix-5.so
Binary file not shown.
Binary file added lib/binlib/libsigar-ppc-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-ppc64-aix-5.so
Binary file not shown.
Binary file added lib/binlib/libsigar-ppc64-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-s390x-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-sparc-solaris.so
Binary file not shown.
Binary file added lib/binlib/libsigar-sparc64-solaris.so
Binary file not shown.
Binary file added lib/binlib/libsigar-universal-macosx.dylib
Binary file not shown.
Binary file added lib/binlib/libsigar-universal64-macosx.dylib
Binary file not shown.
Binary file added lib/binlib/libsigar-x86-freebsd-5.so
Binary file not shown.
Binary file added lib/binlib/libsigar-x86-freebsd-6.so
Binary file not shown.
Binary file added lib/binlib/libsigar-x86-linux.so
Binary file not shown.
Binary file added lib/binlib/libsigar-x86-solaris.so
Binary file not shown.
Binary file added lib/binlib/sigar-amd64-winnt.dll
Binary file not shown.
Binary file added lib/binlib/sigar-x86-winnt.dll
Binary file not shown.
Binary file added lib/binlib/sigar-x86-winnt.lib
Binary file not shown.

0 comments on commit 12adffa

Please sign in to comment.