Package oshi.driver.unix.freebsd
Class Who
- java.lang.Object
-
- oshi.driver.unix.freebsd.Who
-
@ThreadSafe public final class Who extends java.lang.Object
Utility to query logged in users.
-
-
Field Summary
Fields Modifier and Type Field Description private static FreeBsdLibcLIBC
-
Constructor Summary
Constructors Modifier Constructor Description privateWho()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<OSSession>queryUtxent()Querygetutxentto get logged in users.
-
-
-
Field Detail
-
LIBC
private static final FreeBsdLibc LIBC
-
-
Method Detail
-
queryUtxent
public static java.util.List<OSSession> queryUtxent()
Querygetutxentto get logged in users.- Returns:
- A list of logged in user sessions
-
-