You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected_process_record=[{"Host":"testhost","ObjectName":"Process","InstanceName":"omsagent","Collections":[{"CounterName":"Pct User Time","Value":"0"},{"CounterName":"Pct Privileged Time","Value":"0"},{"CounterName":"Virtual Shared Memory","Value":"5216"}]}]
190
198
transform_validate_records_helper(expected_process_record,process_perf_record,all_performance_counters,"Process Input Class Failed!")
191
199
200
+
#Test SCX_EthernetPortStatistics
201
+
network_perf_record=[{"ClassName"=>"SCX_EthernetPortStatistics","Caption"=>"Ethernet port information","Description"=>"Statistics on transfer performance for a port","InstanceID"=>"eth0","BytesTransmitted"=>"3401031988","BytesReceived"=>"2524808807","PacketsTransmitted"=>"14880048","PacketsReceived"=>"41066922","BytesTotal"=>"5925840795","TotalRxErrors"=>"0","TotalTxErrors"=>"0","TotalCollisions"=>"0"}]
expected_process_record=[{"Host":"testhost","ObjectName":"Process","InstanceName":"omsagent","Collections":[{"CounterName":"Pct User Time","Value":"0"}]}]
262
276
transform_validate_records_helper(expected_process_record,process_perf_record,filtered_performance_counters,"Filtered Process Input Class Failed!")
263
277
278
+
#Test SCX_EthernetPortStatistics
279
+
network_perf_record=[{"ClassName"=>"SCX_EthernetPortStatistics","Caption"=>"Ethernet port information","Description"=>"Statistics on transfer performance for a port","InstanceID"=>"eth0","BytesTransmitted"=>"3401031988","BytesReceived"=>"2524808807","PacketsTransmitted"=>"14880048","PacketsReceived"=>"41066922","BytesTotal"=>"5925840795","TotalRxErrors"=>"0","TotalTxErrors"=>"0","TotalCollisions"=>"0"}]
transform_validate_records_helper(expected_process_record,process_perf_record,[],"Process Input with no counters Failed!")
320
340
341
+
#Test SCX_EthernetPortStatistics
342
+
network_perf_record=[{"ClassName"=>"SCX_EthernetPortStatistics","Caption"=>"Ethernet port information","Description"=>"Statistics on transfer performance for a port","InstanceID"=>"eth0","BytesTransmitted"=>"3401031988","BytesReceived"=>"2524808807","PacketsTransmitted"=>"14880048","PacketsReceived"=>"41066922","BytesTotal"=>"5925840795","TotalRxErrors"=>"0","TotalTxErrors"=>"0","TotalCollisions"=>"0"}]
0 commit comments