11/17/2007
Data Test Program (dt)
33
Keepalive Format Control
n
n            %b = The bytes read or written.  %B = Total bytes read and written.
n            %c = Record count for this pass. %C = Total records for this test.
n            %d = The device name.            %D = The real device name.
n            %e = The number of errors.       %E = The error limit.
n            %f = The files read or written.  %F = Total files read and written.
n            %h = The host name.              %H = The full host name.
n            %k = The kilobytes this pass.    %K = Total kilobytes for this test.
n            %l = Blocks read or written.     %L = Total blocks read and written.
n            %m = The megabytes this pass.    %M = Total megabytes for this test.
n            %p = The pass count.             %P = The pass limit.
n            %r = Records read this pass.     %R = Total records read this test.
n            %s = The seconds this pass.      %S = The total seconds this test.
n            %t = The pass elapsed time.      %T = The total elapsed time.
n            %i = The I/O mode (read/write)   %u = The user (login) name.
n            %w = Records written this pass.  %W = Total records written this test.
n
n    Performance Keywords:
n            %bps  = The bytes per second.    %lbps = Logical blocks per second.
n            %kbps = Kilobytes per second.    %mbps = The megabytes per second.
n            %iops = The I/O's per second.    %spio = The seconds per I/O.
n
n      Lowercase means per pass stats, while uppercase means total stats.
n
n