A re-worked version of the performance testing framework.
This commit is contained in:
parent
031dc3e004
commit
a009f582f3
52 changed files with 7017 additions and 0 deletions
13
utilities/LoadTesting/scripts/_checkTomcat
Executable file
13
utilities/LoadTesting/scripts/_checkTomcat
Executable file
|
@ -0,0 +1,13 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
See whether our Tomcat is running (not the Tomcat that runs the national index).
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
puts system("ps -ef | grep tomcat | grep -v usr/local/tomcat")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue