Uses of Class
oshi.jna.platform.unix.AixLibc.AixPsInfo
Packages that use AixLibc.AixPsInfo
Package
Description
Provides functions to query information on 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.AixPsInfoModifier and TypeMethodDescriptionstatic AixLibc.AixPsInfo
PsInfo.queryPsInfo
(int pid) Reads /proc/pid/psinfo and returns data in a structureMethods in oshi.driver.unix.aix with parameters of type AixLibc.AixPsInfoModifier and TypeMethodDescriptionPsInfo.queryArgsEnv
(int pid, AixLibc.AixPsInfo psinfo) Read the argument and environment strings from process address spacePsInfo.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.AixPsInfoMethods in oshi.software.os.unix.aix that return AixLibc.AixPsInfo