java.lang.Object
oshi.util.platform.unix.openbsd.FstatUtil
Reads from fstat.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCwd
(int pid) Gets current working directory info (usingps
actually).static long
getOpenFiles
(int pid) Gets open number of files.
-
Method Details
-
getCwd
Gets current working directory info (usingps
actually).- Parameters:
pid
- a process ID- Returns:
- the current working directory for that process.
-
getOpenFiles
public static long getOpenFiles(int pid) Gets open number of files.- Parameters:
pid
- The process ID- Returns:
- the number of open files.
-