Uses of Class
oshi.jna.platform.unix.AixLibc.AixPsInfo
-
Packages that use AixLibc.AixPsInfo Package Description oshi.driver.unix.aix Provides functions to query information on AIXoshi.software.os.unix.aix Provides information about Software and OS on AIX -
-
Uses of AixLibc.AixPsInfo in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return AixLibc.AixPsInfo Modifier and Type Method Description static AixLibc.AixPsInfoPsInfo. queryPsInfo(int pid)Reads /proc/pid/psinfo and returns data in a structureMethods in oshi.driver.unix.aix with parameters of type AixLibc.AixPsInfo Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<java.lang.String,java.lang.String>>PsInfo. queryArgsEnv(int pid, AixLibc.AixPsInfo psinfo)Read the argument and environment strings from process address spacestatic Triplet<java.lang.Integer,java.lang.Long,java.lang.Long>PsInfo. queryArgsEnvAddrs(int pid, AixLibc.AixPsInfo psinfo)Reads the pr_argc, pr_argv, and pr_envp fields from /proc/pid/psinfo -
Uses of AixLibc.AixPsInfo in oshi.software.os.unix.aix
Fields in oshi.software.os.unix.aix with type parameters of type AixLibc.AixPsInfo Modifier and Type Field Description private java.util.function.Supplier<AixLibc.AixPsInfo>AixOSProcess. psinfoMethods in oshi.software.os.unix.aix that return AixLibc.AixPsInfo Modifier and Type Method Description private AixLibc.AixPsInfoAixOSProcess. queryPsInfo()
-