public final class SystemInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
manufacturerModel() |
static void |
printAll(PrintWriter pw) |
static void |
printComputerSystem(oshi.hardware.ComputerSystem computerSystem,
PrintWriter pw) |
static void |
printCpu(oshi.hardware.CentralProcessor processor,
PrintWriter pw) |
static void |
printDisks(oshi.hardware.HWDiskStore[] diskStores,
PrintWriter pw) |
static void |
printDisplays(oshi.hardware.Display[] displays,
PrintWriter pw) |
static void |
printFileSystem(oshi.software.os.FileSystem fileSystem,
PrintWriter pw) |
static void |
printMemory(oshi.hardware.GlobalMemory memory,
PrintWriter pw) |
static void |
printNetworkInterfaces(oshi.hardware.NetworkIF[] networkIFs,
PrintWriter pw) |
static void |
printNetworkParameters(oshi.software.os.NetworkParams networkParams,
PrintWriter pw) |
static void |
printPowerSources(oshi.hardware.PowerSource[] powerSources,
PrintWriter pw) |
static void |
printProcesses(oshi.software.os.OperatingSystem os,
oshi.hardware.GlobalMemory memory,
PrintWriter pw) |
static void |
printProcessor(oshi.hardware.CentralProcessor processor,
PrintWriter pw) |
static void |
printSensors(oshi.hardware.Sensors sensors,
PrintWriter pw) |
static void |
printUsbDevices(oshi.hardware.UsbDevice[] usbDevices,
PrintWriter pw) |
public static void printAll(PrintWriter pw)
public static final String manufacturerModel()
public static void printComputerSystem(oshi.hardware.ComputerSystem computerSystem,
PrintWriter pw)
public static void printProcessor(oshi.hardware.CentralProcessor processor,
PrintWriter pw)
public static void printMemory(oshi.hardware.GlobalMemory memory,
PrintWriter pw)
public static void printCpu(oshi.hardware.CentralProcessor processor,
PrintWriter pw)
public static void printProcesses(oshi.software.os.OperatingSystem os,
oshi.hardware.GlobalMemory memory,
PrintWriter pw)
public static void printSensors(oshi.hardware.Sensors sensors,
PrintWriter pw)
public static void printPowerSources(oshi.hardware.PowerSource[] powerSources,
PrintWriter pw)
public static void printDisks(oshi.hardware.HWDiskStore[] diskStores,
PrintWriter pw)
public static void printFileSystem(oshi.software.os.FileSystem fileSystem,
PrintWriter pw)
public static void printNetworkInterfaces(oshi.hardware.NetworkIF[] networkIFs,
PrintWriter pw)
public static void printNetworkParameters(oshi.software.os.NetworkParams networkParams,
PrintWriter pw)
public static void printDisplays(oshi.hardware.Display[] displays,
PrintWriter pw)
public static void printUsbDevices(oshi.hardware.UsbDevice[] usbDevices,
PrintWriter pw)
Copyright © 2017. All rights reserved.