Home | History | Annotate | Download | only in disktest

Lines Matching refs:printf

33 	printf("\n");
34 printf("\tdisktest [OPTIONS...] filespec\n");
35 printf("\t-?\t\tDisplay this help text and exit.\n");
36 printf("\t-a seed\t\tSets seed for random number generation.\n");
37 printf("\t-A action\tSpecifies modified actions during runtime.\n");
38 printf("\t-B lblk[:hblk]\tSet the block transfer size.\n");
39 printf("\t-c\t\tUse a counting sequence as the data pattern.\n");
40 printf
42 printf("\t-d\t\tDump data to standard out and exit.\n");
43 printf("\t-D r%%:w%%\tDuty cycle used while reading and/or writing.\n");
44 printf
46 printf("\t-f byte\t\tUse a fixed data pattern up to 8 bytes.\n");
47 printf("\t-F \t\tfilespec is a file describing a list of targets\n");
48 printf
50 printf("\t-I IO_type\tSet the data transfer type to IO_type.\n");
51 printf("\t-K threads\tSet the number of test threads.\n");
52 printf("\t-L seeks\tTotal number of seeks to occur.\n");
53 printf("\t-m\t\tMark each LBA with header information.\n");
54 printf("\t-M marker\tSpecify an alternate marker then start time.\n");
55 printf("\t-n\t\tUse the LBA number as the data pattern.\n");
56 printf("\t-N num_secs\tSet the number of available sectors.\n");
57 printf("\t-o offset\tSet lba alignment offset.\n");
58 printf("\t-p seek_pattern\tSet the pattern of disk seeks.\n");
59 printf("\t-P perf_opts\tDisplays performance statistic.\n");
60 printf("\t-q\t\tSuppress INFO level messages.\n");
61 printf("\t-Q\t\tSuppress header information on messages.\n");
62 printf("\t-r\t\tRead data from disk.\n");
63 printf
65 printf("\t-s sLBA[:eLBA]\tSet the start [and stop] test LBA.\n");
66 printf("\t-S sblk[:eblk]\tSet the start [and stop] test block.\n");
67 printf("\t-t dMin[:dMax][:ioTMO] set IO timing /timeout operations.\n");
68 printf("\t-T runtime\tRun until <runtime> seconds have elapsed.\n");
69 printf("\t-w\t\tWrite data to disk.\n");
70 printf("\t-v\t\tDisplay version information and exit.\n");
71 printf("\t-z\t\tUse randomly generated data as the data pattern.\n");