I need to configure a component that provides the exact hard faults/sec metric. The formula is (Memory:Page Input/sec Divided by Memory Page Fault/sec) *100 = % hard faults per second.
I have created one component that collects the Page Input / sec and another component that collects the page Fault/sec, but now I need to figure out how to divide the two components and display it as a statistic in a new component.
Any suggestions would be appreciated, thank you