HomeSort by relevance Sort by last modified time
    Searched full:iostat (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/profilers/iostat/
control 1 job.profilers.add('iostat', 2)
3 job.profilers.delete('iostat')
iostat.py 2 Run iostat with a default interval of 1 second.
9 class iostat(profiler.profiler): class in inherits:profiler.profiler
13 # Usage: iostat [ options... ] [ <interval> [ <count> ] ]
14 # e.g, iostat -tmx 2
20 cmd = "/usr/bin/iostat %s %d" % (self.options, self.interval)
21 filename = "iostat." + time.strftime("%Y-%m-%d-%H-%M-%S")
31 # send SIGTERM to iostat and give it a 5-sec timeout
35 # do a ps again to see if iostat is still there
36 ps_cmd = "ps -p %d | grep iostat" % self.pid
  /external/autotest/frontend/afe/doctests/
003_misc_rpc_features.txt 9 >>> rpc_interface.add_profiler(name='iostat')
15 ... profilers=['oprofile', 'iostat'])
28 job.profilers.add('iostat')
39 job.profilers.delete('iostat')
70 ... profilers=['iostat'],
83 job.profilers.add('iostat')
91 job.profilers.delete('iostat')
  /external/ltp/tools/pounder21/test_scripts/
statslogging 71 echo > iostat.log
79 IOSTAT=`which iostat 2> /dev/null`
80 if [ -n "$IOSTAT" -a -x "$IOSTAT" ]; then
82 iostat -x $DELAY $COUNT >> iostat.log
84 printf "\n$NOW\n\n" >> iostat.log
  /external/blktrace/btt/
Android.mk 4 LOCAL_SRC_FILES := args.c bt_timeline.c devmap.c devs.c dip_rb.c iostat.c \
Makefile 16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
args.c 83 .name = "iostat",
155 .name = "iostat-interval",
216 "[ -I <output name> | --iostat=<output name> ]\n" \
228 "[ -S <interval> | --iostat-interval=<interval> ]\n" \
globals.h 229 /* iostat.c */
  /external/autotest/server/samples/
profilertest.srv 59 profilers = [["vmstat"], ["iostat"]]
  /frameworks/base/apct-tests/perftests/core/src/android/database/
SQLiteDatabaseIoPerfTest.java 151 String ioStat = "/proc/self/io";
154 List<String> lines = Files.readAllLines(new File(ioStat).toPath());
171 Log.e(TAG, "Can't read: " + ioStat, e);
  /external/blktrace/doc/
btt.1 27 [ \-I <\fIoutput name\fR> | \-\-iostat=<\fIoutput name\fR> ]
49 [ \-S <\fIinterval\fR> | \-\-iostat\-interval=<\fIinterval\fR> ]
177 .B \-\-iostat=<\fIoutput name\fR>
179 The \-I option directs btt to output iostat\-like data to the specified
180 file. Refer to the iostat (sysstat) documentation for details on the
270 .B \-\-iostat\-interval=<\fIinterval\fR>
  /external/ltp/testscripts/
ltpstress.sh 51 Iostat=0
66 -I iofile Log results of 'iostat' to a file every interval. Default is "/tmp/ltpstress.iodata".
106 I) Iostat=1
291 if [ $Iostat -eq 1 ]; then
292 while [ 0 = 0 ];do iostat -dt >> $iofile; sleep $interval;done &
327 if [ $Iostat -eq 1 ];then
  /external/autotest/client/profilers/blktrace/
blktrace.tar.bz2 
  /external/fio/examples/
pmemblk.fio 42 # as iostat will not provide useful data.
  /external/blktrace/btt/doc/
btt.tex 455 \item[iostat] iostat-like data can be distilled by btt, and is
456 described in section~\ref{sec:iostat}.
463 \item[iostat] Latency information -- both Q2d, D2c and Q2C --
598 \newpage\section{\label{sec:iostat}iostat Data File}
600 \texttt{iostat -x} command in parallel with the system as it is being
601 traced. The fields (columns) generated by the \texttt{--iostat} or
811 [ -I <output name> | --iostat=<output name> ]
823 [ -S <interval> | --iostat-interval=<interval>
    [all...]
  /external/autotest/client/tests/btreplay/
Makefile.patch 66 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
  /frameworks/base/core/tests/coretests/src/android/database/
NewDatabasePerformanceTests.java 939 String ioStat = "/proc/self/io";
942 List<String> lines = Files.readAllLines(new File(ioStat).toPath());
959 Log.e(TAG, "Can't read: " + ioStat, e);
  /external/autotest/client/common_lib/cros/
test_webrtc_peer_connection.py 302 utils.BgJob('iostat -x %d %d > %s/iostat_output.txt'
  /external/autotest/client/deps/systemtap/
systemtap-0.9.5.tar.gz 
  /external/devlib/devlib/bin/armeabi/
busybox 

Completed in 302 milliseconds