HomeSort by relevance Sort by last modified time
    Searched refs:mpstat_out (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/bin/net/
net_utils.py 62 def process_mpstat(self, mpstat_out, sample_count, loud = True):
72 print mpstat_out
75 mpstat_out = mpstat_out.replace('AM', '')
76 mpstat_out = mpstat_out.replace('PM', '')
80 for line in mpstat_out.splitlines()[3:]:
  /external/autotest/client/tests/netperf2/
netperf2.py 246 mpstat_out = self.results[i][MPSTAT_IX].stdout
247 cpu_stats = self.network_utils.process_mpstat(mpstat_out, 5)

Completed in 94 milliseconds