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
12
utilities/LoadTesting/scripts/_tailTomcatLogs
Executable file
12
utilities/LoadTesting/scripts/_tailTomcatLogs
Executable file
|
@ -0,0 +1,12 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Start following the tails of all of the logs in Tomcat.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
puts system("tail -f ~/LoadTesting/tomcat/logs/*")
|
Loading…
Add table
Add a link
Reference in a new issue