O
OpsMike
I have duration data for server backups. There are
multiple backup threads for each server, and in many
cases, the backup threads' times overlap. The result is
a list that looks like this:
Server: Start End
Server1 10:00 10:15
Server2 10:30 10:35
Server3 10:30 10:40
Server1 11:00 11:15
Server1 11:05 11:20
I need to show all of the times for each server (see
Server1) on a single bar. A floating bar chart using
start and elapsed times gets me close, but I end up with
a separate bar for each occurrence of Server1 in the
list. If I can get them all on 1 bar, I can make
the "gap" between end of one thread and start of the next
transparent to give me what I want - I just can't figure
out how to get them on the same bar.
Thanks for any help offered.
multiple backup threads for each server, and in many
cases, the backup threads' times overlap. The result is
a list that looks like this:
Server: Start End
Server1 10:00 10:15
Server2 10:30 10:35
Server3 10:30 10:40
Server1 11:00 11:15
Server1 11:05 11:20
I need to show all of the times for each server (see
Server1) on a single bar. A floating bar chart using
start and elapsed times gets me close, but I end up with
a separate bar for each occurrence of Server1 in the
list. If I can get them all on 1 bar, I can make
the "gap" between end of one thread and start of the next
transparent to give me what I want - I just can't figure
out how to get them on the same bar.
Thanks for any help offered.