Lines Matching refs:STDERR
117 print STDERR "$cmd\n";
118 print STDERR "Field definitions are as follows:\n";
120 print STDERR sprintf("%11s : %s\n", $hdr, $cols{$hdr}[2]);
126 print STDERR "$cmd\n";
127 print STDERR "\t -h : Print this help message\n";
128 print STDERR "\t -v : List all possible field headers " .
130 print STDERR "\t -x : Print extended stats\n";
131 print STDERR "\t -r : Raw output mode (values not scaled)\n";
132 print STDERR "\t -f : Specify specific fields to print (see -v)\n";
133 print STDERR "\t -o : Redirect output to the specified file\n";
134 print STDERR "\t -s : Override default field separator with custom " .
136 print STDERR "\nExamples:\n";
137 print STDERR "\tarcstat -o /tmp/a.log 2 10\n";
138 print STDERR "\tarcstat -s \",\" -o /tmp/a.log 2 10\n";
139 print STDERR "\tarcstat -v\n";
140 print STDERR "\tarcstat -f time,hit%,dh%,ph%,mh% 1\n";
192 print STDERR "Invalid column definition! -- "
198 print STDERR "Incompatible field specified -- "