xref: /minix3/tests/bin/ps/keywords (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc# $NetBSD: keywords,v 1.2 2014/01/16 04:16:32 mlelstv Exp $
211be35a1SLionel Sambuc#
311be35a1SLionel Sambuc# Table of keywords for use with ps "-o" option.
411be35a1SLionel Sambuc#
511be35a1SLionel Sambuc# The first column (keyword) is the name of a keyword.
611be35a1SLionel Sambuc#
711be35a1SLionel Sambuc# The second column (header) is the default column header associated
811be35a1SLionel Sambuc# with the keyword, except if the keyword is an alias, in which case the
911be35a1SLionel Sambuc# second column is the name of another keyword.
1011be35a1SLionel Sambuc#
1111be35a1SLionel Sambuc# The third column (flag) may be blank, "LJUST", or "ALIAS".  "ALIAS"
1211be35a1SLionel Sambuc# means that the keyword is an alias.  "LJUST" means that the keyword
1311be35a1SLionel Sambuc# should be displayed in a left-justified column.  The default is that
1411be35a1SLionel Sambuc# the keyword should be displayed in a right-justified column.
1511be35a1SLionel Sambuc#
1611be35a1SLionel Sambuc# keyword	header		flag
1711be35a1SLionel Sambuc#
1811be35a1SLionel Sambucktracep		KTRACEP
1911be35a1SLionel Sambucnwchan		WCHAN
2011be35a1SLionel Sambucp_ru		P_RU
2111be35a1SLionel Sambucpaddr		PADDR
2211be35a1SLionel Sambucrlink		RLINK
2311be35a1SLionel Sambuc%cpu		%CPU
2411be35a1SLionel Sambuc%mem		%MEM
2511be35a1SLionel Sambucacflag		ACFLG
2611be35a1SLionel Sambucacflg		acflag		ALIAS
2711be35a1SLionel Sambucargs		command		ALIAS
2811be35a1SLionel Sambucblocked		sigmask		ALIAS
2911be35a1SLionel Sambuccaught		sigcatch	ALIAS
3011be35a1SLionel Sambuccomm		COMMAND		LJUST
3111be35a1SLionel Sambuccommand		COMMAND		LJUST
3211be35a1SLionel Sambuccpu		CPU
3311be35a1SLionel Sambuccputime		time		ALIAS
3411be35a1SLionel Sambucctime		CTIME
3511be35a1SLionel Sambucegid		EGID
3611be35a1SLionel Sambucegroup		EGROUP		LJUST
3711be35a1SLionel Sambucetime		ELAPSED
3811be35a1SLionel Sambuceuid		EUID
3911be35a1SLionel Sambuceuser		EUSER		LJUST
4011be35a1SLionel Sambucf		F
4111be35a1SLionel Sambucflags		f		ALIAS
4211be35a1SLionel Sambucgid		GID
4311be35a1SLionel Sambucgroup		GROUP		LJUST
4411be35a1SLionel Sambucgroupnames	GROUPNAMES	LJUST
4511be35a1SLionel Sambucgroups		GROUPS		LJUST
4611be35a1SLionel Sambucholdcnt		HOLDCNT
4711be35a1SLionel Sambucignored		sigignore	ALIAS
4811be35a1SLionel Sambucinblk		INBLK
4911be35a1SLionel Sambucinblock		inblk		ALIAS
5011be35a1SLionel Sambucjobc		JOBC
5111be35a1SLionel Sambucktrace		KTRACE
5211be35a1SLionel Sambucladdr		LADDR
5311be35a1SLionel Sambuclid		LID
5411be35a1SLionel Sambuclim		LIM
5511be35a1SLionel Sambuclogin		LOGIN		LJUST
5611be35a1SLionel Sambuclogname		login		ALIAS
5711be35a1SLionel Sambuclstart		STARTED		LJUST
5811be35a1SLionel Sambuclstate		STAT		LJUST
59*0a6a1f1dSLionel Sambucltime		LTIME
6011be35a1SLionel Sambucmajflt		MAJFLT
6111be35a1SLionel Sambucminflt		MINFLT
6211be35a1SLionel Sambucmsgrcv		MSGRCV
6311be35a1SLionel Sambucmsgsnd		MSGSND
6411be35a1SLionel Sambucni		nice		ALIAS
6511be35a1SLionel Sambucnice		NI
6611be35a1SLionel Sambucnivcsw		NIVCSW
6711be35a1SLionel Sambucnlwp		NLWP
6811be35a1SLionel Sambucnsignals	nsigs		ALIAS
6911be35a1SLionel Sambucnsigs		NSIGS
7011be35a1SLionel Sambucnswap		NSWAP
7111be35a1SLionel Sambucnvcsw		NVCSW
7211be35a1SLionel Sambucoublk		OUBLK
7311be35a1SLionel Sambucoublock		oublk		ALIAS
7411be35a1SLionel Sambucpagein		PAGEIN
7511be35a1SLionel Sambucpcpu		%cpu		ALIAS
7611be35a1SLionel Sambucpending		sig		ALIAS
7711be35a1SLionel Sambucpgid		PGID
7811be35a1SLionel Sambucpid		PID
7911be35a1SLionel Sambucpmem		%mem		ALIAS
8011be35a1SLionel Sambucppid		PPID
8111be35a1SLionel Sambucpri		PRI
8211be35a1SLionel Sambucre		RE
8311be35a1SLionel Sambucrgid		RGID
8411be35a1SLionel Sambucrgroup		RGROUP		LJUST
8511be35a1SLionel Sambucrlwp		RLWP
8611be35a1SLionel Sambucrss		RSS
8711be35a1SLionel Sambucrssize		rsz		ALIAS
8811be35a1SLionel Sambucrsz		RSZ
8911be35a1SLionel Sambucruid		RUID
9011be35a1SLionel Sambucruser		RUSER		LJUST
9111be35a1SLionel Sambucsess		SESS
9211be35a1SLionel Sambucsid		SID
9311be35a1SLionel Sambucsig		PENDING
9411be35a1SLionel Sambucsigcatch	CAUGHT
9511be35a1SLionel Sambucsigignore	IGNORED
9611be35a1SLionel Sambucsigmask		BLOCKED
9711be35a1SLionel Sambucsl		SL
9811be35a1SLionel Sambucstart		STARTED
9911be35a1SLionel Sambucstat		state		ALIAS
10011be35a1SLionel Sambucstate		STAT		LJUST
10111be35a1SLionel Sambucstime		STIME
10211be35a1SLionel Sambucsvgid		SVGID
10311be35a1SLionel Sambucsvgroup		SVGROUP		LJUST
10411be35a1SLionel Sambucsvuid		SVUID
10511be35a1SLionel Sambucsvuser		SVUSER		LJUST
10611be35a1SLionel Sambuctdev		TDEV
10711be35a1SLionel Sambuctime		TIME
10811be35a1SLionel Sambuctpgid		TPGID
10911be35a1SLionel Sambuctsess		TSESS
11011be35a1SLionel Sambuctsiz		TSIZ
11111be35a1SLionel Sambuctt		TTY		LJUST
11211be35a1SLionel Sambuctty		TTY		LJUST
11311be35a1SLionel Sambucuaddr		UADDR
11411be35a1SLionel Sambucucomm		UCOMM		LJUST
11511be35a1SLionel Sambucuid		UID
11611be35a1SLionel Sambucupr		UPR
11711be35a1SLionel Sambucuser		USER		LJUST
11811be35a1SLionel Sambucusrpri		upr		ALIAS
11911be35a1SLionel Sambucutime		UTIME
12011be35a1SLionel Sambucvsize		vsz		ALIAS
12111be35a1SLionel Sambucvsz		VSZ
12211be35a1SLionel Sambucwchan		WCHAN		LJUST
12311be35a1SLionel Sambucxstat		XSTAT
124