Enum Class BsdPsThreadKeyword

java.lang.Object
java.lang.Enum<BsdPsThreadKeyword>
oshi.software.common.os.unix.bsd.BsdPsThreadKeyword
All Implemented Interfaces:
Serializable, Comparable<BsdPsThreadKeyword>, Constable

public enum BsdPsThreadKeyword extends Enum<BsdPsThreadKeyword>
The union of ps thread (per-LWP) output columns used by the BSD-family OSThread implementations (FreeBSD, OpenBSD, DragonFly, NetBSD). Each platform declares its own ordered subset (see PS_THREAD_KEYWORDS on the per-platform OSProcess base) and parses ps output positionally against that subset. The constant order here is not significant; only the per-platform subset order is.