Network Usage by KB per minute on a Windows Box Perfmon:Network Interface SplunkNinja 2 1 The following query will return average network usage per minute by Kilobyte: sourcetype="Perfmon:Network Interface" | bucket _time span=1m | eval KB=(Value/1024) | stats avg(KB) by _time 1 sourcetype="Perfmon:Network Interface" | bucket _time span=1m | eval KB=(Value/1024) | stats avg(KB) by _time Share This: Tagged: network usagePerfmon:Network Interface