Lines Matching refs:diag

693 	diag("-b	read backwards through file");  in usage()
694 diag("-f print the fork/exec flag and exit status"); in usage()
695 diag("-h print hog factor (total-CPU-time/elapsed-time)"); in usage()
696 diag("-i print I/O counts"); in usage()
697 diag("-k show total Kcore minutes instead of memory size"); in usage()
698 diag("-m show mean memory size"); in usage()
699 diag("-r show CPU factor (user-time/(sys-time + user-time))"); in usage()
700 diag("-t show separate system and user CPU times"); in usage()
701 diag("-v don't print column headings"); in usage()
702 diag("-a print average statistics of selected commands"); in usage()
703 diag("-q print average statistics only"); in usage()
704 diag("-l line \tshow processes belonging to terminal /dev/line"); in usage()
705 diag("-u user \tshow processes belonging to user name or user ID"); in usage()
706 diag("-u # \tshow processes executed by super-user"); in usage()
707 diag("-u ? \tshow processes executed by unknown UID's"); in usage()
708 diag("-g group show processes belonging to group name of group ID"); in usage()
709 diag("-s time \tshow processes ending after time (hh[:mm[:ss]])"); in usage()
710 diag("-e time \tshow processes starting before time"); in usage()
711 diag("-S time \tshow processes starting after time"); in usage()
712 diag("-E time \tshow processes ending before time"); in usage()
713 diag("-n regex select commands matching the ed(1) regular expression"); in usage()
714 diag("-o file \tdo not print, put selected pacct records into file"); in usage()
715 diag("-H factor show processes that exceed hog factor"); in usage()
716 diag("-O sec \tshow processes that exceed CPU system time sec"); in usage()
717 diag("-C sec \tshow processes that exceed total CPU time sec"); in usage()
718 diag("-I chars show processes that transfer more than char chars"); in usage()