public class SystemInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemInfo.BoardType |
public static String getProcessor() throws IOException, InterruptedException, UnsupportedOperationException
public static String getModelName() throws IOException, InterruptedException, UnsupportedOperationException
public static String getBogoMIPS() throws IOException, InterruptedException, UnsupportedOperationException
public static String[] getCpuFeatures() throws IOException, InterruptedException, UnsupportedOperationException
public static String getCpuImplementer() throws IOException, InterruptedException, UnsupportedOperationException
public static String getCpuArchitecture() throws IOException, InterruptedException, UnsupportedOperationException
public static String getCpuVariant() throws IOException, InterruptedException, UnsupportedOperationException
public static String getCpuPart() throws IOException, InterruptedException, UnsupportedOperationException
public static String getCpuRevision() throws IOException, InterruptedException, UnsupportedOperationException
public static String getHardware() throws IOException, InterruptedException, UnsupportedOperationException
public static String getRevision() throws IOException, InterruptedException, UnsupportedOperationException
public static String getSerial() throws IOException, InterruptedException, UnsupportedOperationException
public static String getOsName() throws UnsupportedOperationException
UnsupportedOperationException
public static String getOsVersion() throws UnsupportedOperationException
UnsupportedOperationException
public static String getOsArch() throws UnsupportedOperationException
UnsupportedOperationException
public static String getOsFirmwareBuild() throws IOException, InterruptedException, UnsupportedOperationException
public static String getOsFirmwareDate() throws IOException, InterruptedException, ParseException, UnsupportedOperationException
public static String getJavaVendor() throws UnsupportedOperationException
UnsupportedOperationException
public static String getJavaVendorUrl() throws UnsupportedOperationException
UnsupportedOperationException
public static String getJavaVersion() throws UnsupportedOperationException
UnsupportedOperationException
public static String getJavaVirtualMachine() throws UnsupportedOperationException
UnsupportedOperationException
public static String getJavaRuntime() throws UnsupportedOperationException
UnsupportedOperationException
public static boolean isHardFloatAbi() throws UnsupportedOperationException
UnsupportedOperationException
public static long getMemoryTotal() throws IOException, InterruptedException, UnsupportedOperationException
public static long getMemoryUsed() throws IOException, InterruptedException, UnsupportedOperationException
public static long getMemoryFree() throws IOException, InterruptedException, UnsupportedOperationException
public static long getMemoryShared() throws IOException, InterruptedException, UnsupportedOperationException
public static long getMemoryBuffers() throws IOException, InterruptedException, UnsupportedOperationException
public static long getMemoryCached() throws IOException, InterruptedException, UnsupportedOperationException
public static SystemInfo.BoardType getBoardType() throws IOException, InterruptedException, UnsupportedOperationException
public static float getCpuTemperature() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
public static float getCpuVoltage() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
public static float getMemoryVoltageSDRam_C() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
public static float getMemoryVoltageSDRam_I() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
public static float getMemoryVoltageSDRam_P() throws IOException, InterruptedException, NumberFormatException, UnsupportedOperationException
public static boolean getCodecH264Enabled() throws IOException, InterruptedException, UnsupportedOperationException
public static boolean getCodecMPG2Enabled() throws IOException, InterruptedException, UnsupportedOperationException
public static boolean getCodecWVC1Enabled() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyArm() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyCore() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyH264() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyISP() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyV3D() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyUART() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyPWM() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyEMMC() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyPixel() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyVEC() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyHDMI() throws IOException, InterruptedException, UnsupportedOperationException
public static long getClockFrequencyDPI() throws IOException, InterruptedException, UnsupportedOperationException
Copyright © 2012–2019 Pi4J. All rights reserved.