13 lines
364 B
Text
13 lines
364 B
Text
![]() |
#! /usr/bin/ruby
|
||
|
|
||
|
=begin
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
View the VIVO log in Tomcat.
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
--------------------------------------------------------------------------------
|
||
|
=end
|
||
|
|
||
|
puts system("less ~/LoadTesting/tomcat/logs/vivo.all.log")
|