OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpstat_out
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/net/
net_utils.py
61
def process_mpstat(self,
mpstat_out
, sample_count, loud = True):
71
print
mpstat_out
74
mpstat_out
=
mpstat_out
.replace('AM', '')
75
mpstat_out
=
mpstat_out
.replace('PM', '')
79
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 178 milliseconds