I am attempting to set up KPI Widgets for inBPS and outBPS of some of our uplink ports. I have configured a SWQL query that can retrieve this but I don't know how to convert the data from BPS to MBPS. Can anyone advise? Below are the queries in use.
SELECT TOP 10 n.Inbps,n.FullName FROM Orion.NPM.Interfaces n WHERE (FullName LIKE '%<strong><em>interface monitoring</em></strong>%')<br /><br /><br />
SELECT TOP 10 n.Outbps,n.FullName FROM Orion.NPM.Interfaces n WHERE (FullName LIKE '%<em><strong>interface monitoring</strong></em>%')
<br />Any help would be appreciated