def uri_and_times_from_status(server)
file = open("http://#{server}/server-status").read
doc = Hpricot.parse(file)
def uri_and_times_from_status(server)
file = open("http://#{server}/server-status").read
doc = Hpricot.parse(file)
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"
:trkpts => "GPX trackpoints calls",
:web => "Web site traffic",
:other => "Other API calls"
puts "graph_title Wait times for active requests"
puts "graph_vlabel Average time of requests"
puts "graph_category api"
puts "graph_title Wait times for active requests"
puts "graph_vlabel Average time of requests"
puts "graph_category api"
else
counts = uri_and_times_from_status(server)
.collect { |x, y| [categorise_uri(x), y] }
else
counts = uri_and_times_from_status(server)
.collect { |x, y| [categorise_uri(x), y] }