Thanks, but that is still not what I'm after. useother only affects the grouping of the hosts in the chart.
timechart is really not the answer here, since I'm not concerned about the values themselves, but which hosts had the max value at a particular time.
Since I'm primarily interested in the hostnames, a chart is probably not the best visualization, but rather a table, with values about like this:
time , host_with_highest_latency
time n, host001.domain.com
time m, host321.domain.com
time l, host219.domain.com
... View more