I am trying to set up an item to divide one counter vs another one and output the value, then put it into a graph to display the data. I believe this should be done with by setting up a calculated item but I cannot get it working. Can you tell me if this is possible.
The two counters:
perf_counter["\SQLServer
atabase Replica(HammerDB)\Transaction Delay"]
perf_counter["\SQLServer
atabase Replica(HammerDB)\Mirrored Write Transactions/sec"]
What I am trying to do is something like (perf_counter["\SQLServer
tabase Replica(HammerDB)\Transaction Delay"] ) รท (perf_counter["\SQLServer
atabase Replica(HammerDB)\Mirrored Write Transactions/sec"])
The two counters:
perf_counter["\SQLServer
atabase Replica(HammerDB)\Transaction Delay"]perf_counter["\SQLServer
atabase Replica(HammerDB)\Mirrored Write Transactions/sec"]What I am trying to do is something like (perf_counter["\SQLServer
tabase Replica(HammerDB)\Transaction Delay"] ) รท (perf_counter["\SQLServer
atabase Replica(HammerDB)\Mirrored Write Transactions/sec"])