Added in running stats for btt
authorAlan D. Brunelle <alan.brunelle@hp.com>
Fri, 14 Aug 2009 17:00:27 +0000 (13:00 -0400)
committerAlan D. Brunelle <alan.brunelle@hp.com>
Fri, 14 Aug 2009 17:00:27 +0000 (13:00 -0400)
commitdbb8d92dc5d3d61fca94c8eef3636bc4044deda2
treed0ce988973c023e3363851eb535eff174462d6f8
parent1e09f6e9012826fca69fa07222b7bc53c3e629ee
Added in running stats for btt

Create an overall system and per-device statistics file containing
MB-per-second and I/Os-per-second values. Format for each file is first
column contains an (integer) time stamp (seconds since start of run)
and a (double) value.

File names are:

sys_mbps_fp.dat - system-wide mbps (for all devices watched, of course)
sys_iops_fp.dat - I/Os per sec

Each device watched will have a file with the device preceeding the
_mbps or _iops section of the above file names.
btt/Makefile
btt/bt_timeline.c
btt/devs.c
btt/globals.h
btt/rstats.c [new file with mode: 0644]
btt/trace.c
btt/trace_complete.c