Ad Widget

Collapse

Formula with Windows Performance Counters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charger
    Junior Member
    • Aug 2018
    • 1

    #1

    Formula with Windows Performance Counters

    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["\SQLServeratabase Replica(HammerDB)\Transaction Delay"]
    perf_counter["\SQLServeratabase Replica(HammerDB)\Mirrored Write Transactions/sec"]

    What I am trying to do is something like (perf_counter["\SQLServertabase Replica(HammerDB)\Transaction Delay"] ) รท (perf_counter["\SQLServeratabase Replica(HammerDB)\Mirrored Write Transactions/sec"])
    Last edited by charger; 09-08-2018, 04:32.
Working...