What's New as of January 13th, 2007

Changes For This Release

This is a major release of dt, which includes several bug fixes and new features.

The following changes were made to dt Version 15.34:


Mail Send mail to admin of this page: Robin.Miller@netapp.com Home To Robin's home page.

Last Modified: January 17th, 2007


Examples:


# ./dt version
    --> Date: January 13th, 2007, Version: 15.34, Author: Robin T. Miller <--
# ./dt if=/dev/rhd5 count=1 disable=compare,stats enable=debug    
dt: IOCINFO Capacity: 131072 blocks, device size 512 bytes.
dt: Attempting to open input file '/dev/rhd5', open flags = 0 (0)...
dt: Input file '/dev/rhd5' successfully opened, fd = 3
dt: Data limit set to 67108864 bytes (64.000 Mbytes), 131072 blocks.
dt: Allocated buffer at address 0x20007000 of 516 bytes, using offset 0
dt: Closing file '/dev/rhd5', fd = 3...
# ./dt if=/dev/rhdisk12 count=1 disable=compare,stats enable=debug
dt: IOCINFO Capacity: 34288435200 blocks, device size 512 bytes.
dt: Attempting to open input file '/dev/rhdisk12', open flags = 0 (0)...
dt: Input file '/dev/rhdisk12' successfully opened, fd = 3
dt: Data limit set to 17555678822400 bytes (16742400.000 Mbytes), 34288435200 blocks.
dt: Allocated buffer at address 0x20007000 of 516 bytes, using offset 0
dt: Closing file '/dev/rhdisk12', fd = 3...
# 
# ./dt of=/mnt/MPIO/mpio_0/MPIO-File alarm=2s noprogt=45s \
  trigger=cmd:/u/jhaynes/bin/collect_stats.sh oncerr=abort \
  min=2k max=256k incr=var iotype=random disable=pstats \
  capacity=550m procs=12 runtime=30m
dt (21702): No progress made for 330 seconds!
dt (21702): Executing: /u/jhaynes/bin/collect_stats.sh
/mnt/MPIO/mpio_0/MPIO-18642-21702 noprog 512 266665472 0 0 0
		...
# cat trigger
echo $*
exit 2
# ./dt of=/var/tmp/dt.data alarm=3s trigger="cmd:trigger" disable=stats flags=direct \
  enable=noprog bs=32k noprogt=1s limit=1m procs=100
dt (16308): No progress made for 2 seconds!
dt (16308): Executing: trigger /var/tmp/dt.data-16308 noprog 512 131072 0 0 0
/var/tmp/dt.data-16308 noprog 512 131072 0 0 0
dt (16308): Trigger exited with status 2!
dt (16308): Sleeping forever...
            ...