In an effort to track TCP packet loss we are monitoring TCPv4 SegmentsRetransmitted/Sec and SegmentsSent/Sec. In order to determine network packet loss, we need to divide SegmentsRetransmitted/Sec/SegmentSent/sec. I'm able to do this with a SQL report, however for tracking purposes we're looking to do a new monitor. Is there a way to use a SAM component monitor to combine these values? I've been unable to find any thing at this point. I tried using the SQL User Experience Monitor, but since the Initial Catalog is required, I've been unable to use the monitor to remotely connect to the Orion database and calculate the value based on the node the monitor is assigned to. Is what I'm looking for something that's even possible in SAM?