完整文档下载地址(类、方法、参数说明)
- oshi-core-6.4.0.jar中文-英文对照文档.zip 下载地址:hanshuixin.org/resource/fi...
- oshi-core 其他版本中文文档 下载地址:hanshuixin.org/resource/?g...
oshi-core-6.4.0.jar中文-英文对照文档.zip 中包含以下内容
- 中文-英文对照文档:位于压缩包内的"文档"文件夹中
- 说明文件:使用说明.txt、README.md
- Maven依赖:oshi-core-6.4.0.jar Maven依赖信息(可用于项目pom.xml).txt
- Gradle依赖:oshi-core-6.4.0.jar Gradle依赖信息(可用于项目build.gradle).txt
- jar包下载地址:oshi-core-6.4.0.jar下载地址(官方地址+国内镜像地址).txt
- 源码下载地址:oshi-core-6.4.0-sources.jar下载地址(官方地址+国内镜像地址).txt
使用方法
- 解压 oshi-core-6.4.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
- 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择"解压到当前文件夹"(放心,自带文件夹,文件不会散落一地)。
- 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。
组件信息
简介
- 名称: oshi-core
- 描述: com.github.oshi - oshi-core
- 版本: 6.4.0
Maven依赖
xml
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.0</version>
</dependency>
Gradle依赖
text
Gradle:
implementation group: 'com.github.oshi', name: 'oshi-core', version: '6.4.0'
Gradle (Short):
implementation 'com.github.oshi:oshi-core:6.4.0'
Gradle (Kotlin):
implementation("com.github.oshi:oshi-core:6.4.0")
寒水馨 Java 组件中文文档系列说明
- 文档为 Java 组件的中文翻译文档
- 文档由 寒水馨 翻译整理,非官方版本
- 本系列文档获取地址:hanshuixin.org
- 本文档为人性化翻译,精心制作,请放心使用
- 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
- 有原文可参照,不再担心翻译偏差误导
- 边学技术、边学英语
- 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
- 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等
版权声明与来源信息
本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
- 组件 GAV 坐标:com.github.oshi:oshi-core:6.4.0
- 原始项目地址:central.sonatype.com/artifact/co...
- 许可证:SPDX-License-Identifier: MIT
- 许可证链接:opensource.org/licenses/MI...
- 所有原始代码及注释版权归其原作者所有
- 本翻译内容的版权归 寒水馨 所有(© 2025 寒水馨),未经许可不得用于二次分发或再销售
本组件包含的 Java package(包)
text
oshi
oshi.annotation.concurrent
oshi.driver.linux
oshi.driver.linux.proc
oshi.driver.mac
oshi.driver.mac.disk
oshi.driver.mac.net
oshi.driver.unix
oshi.driver.unix.aix
oshi.driver.unix.aix.perfstat
oshi.driver.unix.freebsd
oshi.driver.unix.freebsd.disk
oshi.driver.unix.openbsd.disk
oshi.driver.unix.solaris
oshi.driver.unix.solaris.disk
oshi.driver.unix.solaris.kstat
oshi.driver.windows
oshi.driver.windows.perfmon
oshi.driver.windows.registry
oshi.driver.windows.wmi
oshi.hardware
oshi.hardware.common
oshi.hardware.platform.linux
oshi.hardware.platform.mac
oshi.hardware.platform.unix
oshi.hardware.platform.unix.aix
oshi.hardware.platform.unix.freebsd
oshi.hardware.platform.unix.openbsd
oshi.hardware.platform.unix.solaris
oshi.hardware.platform.windows
oshi.jna
oshi.jna.platform.linux
oshi.jna.platform.mac
oshi.jna.platform.unix
oshi.jna.platform.windows
oshi.software.common
oshi.software.os
oshi.software.os.linux
oshi.software.os.mac
oshi.software.os.unix.aix
oshi.software.os.unix.freebsd
oshi.software.os.unix.openbsd
oshi.software.os.unix.solaris
oshi.software.os.windows
oshi.util
oshi.util.platform.linux
oshi.util.platform.mac
oshi.util.platform.unix.freebsd
oshi.util.platform.unix.openbsd
oshi.util.platform.unix.solaris
oshi.util.platform.windows
oshi.util.tuples
本组件包含的 Java class(类)
text
oshi.PlatformEnum
oshi.SystemInfo
oshi.annotation.concurrent.GuardedBy
oshi.annotation.concurrent.Immutable
oshi.annotation.concurrent.NotThreadSafe
oshi.annotation.concurrent.ThreadSafe
oshi.driver.linux.Devicetree
oshi.driver.linux.Dmidecode
oshi.driver.linux.Lshal
oshi.driver.linux.Lshw
oshi.driver.linux.Sysfs
oshi.driver.linux.Who
oshi.driver.linux.proc.Auxv
oshi.driver.linux.proc.CpuInfo
oshi.driver.linux.proc.CpuStat
oshi.driver.linux.proc.DiskStats
oshi.driver.linux.proc.DiskStats.IoStat
oshi.driver.linux.proc.ProcessStat
oshi.driver.linux.proc.ProcessStat.PidStat
oshi.driver.linux.proc.ProcessStat.PidStatM
oshi.driver.linux.proc.UpTime
oshi.driver.mac.ThreadInfo
oshi.driver.mac.ThreadInfo.ThreadStats
oshi.driver.mac.Who
oshi.driver.mac.WindowInfo
oshi.driver.mac.disk.Fsstat
oshi.driver.mac.net.NetStat
oshi.driver.mac.net.NetStat.IFdata
oshi.driver.unix.NetStat
oshi.driver.unix.Who
oshi.driver.unix.Xrandr
oshi.driver.unix.Xwininfo
oshi.driver.unix.aix.Ls
oshi.driver.unix.aix.Lscfg
oshi.driver.unix.aix.Lspv
oshi.driver.unix.aix.Lssrad
oshi.driver.unix.aix.PsInfo
oshi.driver.unix.aix.Uptime
oshi.driver.unix.aix.Who
oshi.driver.unix.aix.perfstat.PerfstatConfig
oshi.driver.unix.aix.perfstat.PerfstatCpu
oshi.driver.unix.aix.perfstat.PerfstatDisk
oshi.driver.unix.aix.perfstat.PerfstatMemory
oshi.driver.unix.aix.perfstat.PerfstatNetInterface
oshi.driver.unix.aix.perfstat.PerfstatProcess
oshi.driver.unix.aix.perfstat.PerfstatProtocol
oshi.driver.unix.freebsd.Who
oshi.driver.unix.freebsd.disk.GeomDiskList
oshi.driver.unix.freebsd.disk.GeomPartList
oshi.driver.unix.freebsd.disk.Mount
oshi.driver.unix.openbsd.disk.Disklabel
oshi.driver.unix.solaris.PsInfo
oshi.driver.unix.solaris.Who
oshi.driver.unix.solaris.disk.Iostat
oshi.driver.unix.solaris.disk.Lshal
oshi.driver.unix.solaris.disk.Prtvtoc
oshi.driver.unix.solaris.kstat.SystemPages
oshi.driver.windows.DeviceTree
oshi.driver.windows.EnumWindows
oshi.driver.windows.LogicalProcessorInformation
oshi.driver.windows.perfmon.LoadAverage
oshi.driver.windows.perfmon.MemoryInformation
oshi.driver.windows.perfmon.MemoryInformation.PageSwapProperty
oshi.driver.windows.perfmon.PagingFile
oshi.driver.windows.perfmon.PagingFile.PagingPercentProperty
oshi.driver.windows.perfmon.PerfmonConstants
oshi.driver.windows.perfmon.PerfmonDisabled
oshi.driver.windows.perfmon.PhysicalDisk
oshi.driver.windows.perfmon.PhysicalDisk.PhysicalDiskProperty
oshi.driver.windows.perfmon.ProcessInformation
oshi.driver.windows.perfmon.ProcessInformation.HandleCountProperty
oshi.driver.windows.perfmon.ProcessInformation.IdleProcessorTimeProperty
oshi.driver.windows.perfmon.ProcessInformation.ProcessPerformanceProperty
oshi.driver.windows.perfmon.ProcessorInformation
oshi.driver.windows.perfmon.ProcessorInformation.InterruptsProperty
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorFrequencyProperty
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorTickCountProperty
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorUtilityTickCountProperty
oshi.driver.windows.perfmon.SystemInformation
oshi.driver.windows.perfmon.SystemInformation.ContextSwitchProperty
oshi.driver.windows.perfmon.SystemInformation.ProcessorQueueLengthProperty
oshi.driver.windows.perfmon.ThreadInformation
oshi.driver.windows.perfmon.ThreadInformation.ThreadPerformanceProperty
oshi.driver.windows.registry.HkeyPerformanceDataUtil
oshi.driver.windows.registry.HkeyUserData
oshi.driver.windows.registry.NetSessionData
oshi.driver.windows.registry.ProcessPerformanceData
oshi.driver.windows.registry.ProcessPerformanceData.PerfCounterBlock
oshi.driver.windows.registry.ProcessWtsData
oshi.driver.windows.registry.ProcessWtsData.WtsInfo
oshi.driver.windows.registry.SessionWtsData
oshi.driver.windows.registry.ThreadPerformanceData
oshi.driver.windows.registry.ThreadPerformanceData.PerfCounterBlock
oshi.driver.windows.wmi.MSAcpiThermalZoneTemperature
oshi.driver.windows.wmi.MSAcpiThermalZoneTemperature.TemperatureProperty
oshi.driver.windows.wmi.MSFTStorage
oshi.driver.windows.wmi.MSFTStorage.PhysicalDiskProperty
oshi.driver.windows.wmi.MSFTStorage.StoragePoolProperty
oshi.driver.windows.wmi.MSFTStorage.StoragePoolToPhysicalDiskProperty
oshi.driver.windows.wmi.MSFTStorage.VirtualDiskProperty
oshi.driver.windows.wmi.OhmHardware
oshi.driver.windows.wmi.OhmHardware.IdentifierProperty
oshi.driver.windows.wmi.OhmSensor
oshi.driver.windows.wmi.OhmSensor.ValueProperty
oshi.driver.windows.wmi.Win32BaseBoard
oshi.driver.windows.wmi.Win32BaseBoard.BaseBoardProperty
oshi.driver.windows.wmi.Win32Bios
oshi.driver.windows.wmi.Win32Bios.BiosProperty
oshi.driver.windows.wmi.Win32Bios.BiosSerialProperty
oshi.driver.windows.wmi.Win32ComputerSystem
oshi.driver.windows.wmi.Win32ComputerSystem.ComputerSystemProperty
oshi.driver.windows.wmi.Win32ComputerSystemProduct
oshi.driver.windows.wmi.Win32ComputerSystemProduct.ComputerSystemProductProperty
oshi.driver.windows.wmi.Win32DiskDrive
oshi.driver.windows.wmi.Win32DiskDrive.DiskDriveProperty
oshi.driver.windows.wmi.Win32DiskDriveToDiskPartition
oshi.driver.windows.wmi.Win32DiskDriveToDiskPartition.DriveToPartitionProperty
oshi.driver.windows.wmi.Win32DiskPartition
oshi.driver.windows.wmi.Win32DiskPartition.DiskPartitionProperty
oshi.driver.windows.wmi.Win32Fan
oshi.driver.windows.wmi.Win32Fan.SpeedProperty
oshi.driver.windows.wmi.Win32LogicalDisk
oshi.driver.windows.wmi.Win32LogicalDisk.LogicalDiskProperty
oshi.driver.windows.wmi.Win32LogicalDiskToPartition
oshi.driver.windows.wmi.Win32LogicalDiskToPartition.DiskToPartitionProperty
oshi.driver.windows.wmi.Win32OperatingSystem
oshi.driver.windows.wmi.Win32OperatingSystem.OSVersionProperty
oshi.driver.windows.wmi.Win32PhysicalMemory
oshi.driver.windows.wmi.Win32PhysicalMemory.PhysicalMemoryProperty
oshi.driver.windows.wmi.Win32PhysicalMemory.PhysicalMemoryPropertyWin8
oshi.driver.windows.wmi.Win32Process
oshi.driver.windows.wmi.Win32Process.CommandLineProperty
oshi.driver.windows.wmi.Win32Process.ProcessXPProperty
oshi.driver.windows.wmi.Win32ProcessCached
oshi.driver.windows.wmi.Win32Processor
oshi.driver.windows.wmi.Win32Processor.BitnessProperty
oshi.driver.windows.wmi.Win32Processor.ProcessorIdProperty
oshi.driver.windows.wmi.Win32Processor.VoltProperty
oshi.driver.windows.wmi.Win32VideoController
oshi.driver.windows.wmi.Win32VideoController.VideoControllerProperty
oshi.hardware.Baseboard
oshi.hardware.CentralProcessor
oshi.hardware.CentralProcessor.LogicalProcessor
oshi.hardware.CentralProcessor.PhysicalProcessor
oshi.hardware.CentralProcessor.ProcessorCache
oshi.hardware.CentralProcessor.ProcessorCache.Type
oshi.hardware.CentralProcessor.ProcessorIdentifier
oshi.hardware.CentralProcessor.TickType
oshi.hardware.ComputerSystem
oshi.hardware.Display
oshi.hardware.Firmware
oshi.hardware.GlobalMemory
oshi.hardware.GraphicsCard
oshi.hardware.HWDiskStore
oshi.hardware.HWPartition
oshi.hardware.HardwareAbstractionLayer
oshi.hardware.LogicalVolumeGroup
oshi.hardware.NetworkIF
oshi.hardware.NetworkIF.IfOperStatus
oshi.hardware.PhysicalMemory
oshi.hardware.PowerSource
oshi.hardware.PowerSource.CapacityUnits
oshi.hardware.Sensors
oshi.hardware.SoundCard
oshi.hardware.UsbDevice
oshi.hardware.VirtualMemory
oshi.hardware.common.AbstractBaseboard
oshi.hardware.common.AbstractCentralProcessor
oshi.hardware.common.AbstractComputerSystem
oshi.hardware.common.AbstractDisplay
oshi.hardware.common.AbstractFirmware
oshi.hardware.common.AbstractGlobalMemory
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.common.AbstractHWDiskStore
oshi.hardware.common.AbstractHardwareAbstractionLayer
oshi.hardware.common.AbstractLogicalVolumeGroup
oshi.hardware.common.AbstractNetworkIF
oshi.hardware.common.AbstractPowerSource
oshi.hardware.common.AbstractSensors
oshi.hardware.common.AbstractSoundCard
oshi.hardware.common.AbstractUsbDevice
oshi.hardware.common.AbstractVirtualMemory
oshi.hardware.platform.linux.LinuxGlobalMemory
oshi.hardware.platform.linux.LinuxHWDiskStore
oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer
oshi.hardware.platform.linux.LinuxNetworkIF
oshi.hardware.platform.linux.LinuxPowerSource
oshi.hardware.platform.linux.LinuxUsbDevice
oshi.hardware.platform.mac.MacHWDiskStore
oshi.hardware.platform.mac.MacHardwareAbstractionLayer
oshi.hardware.platform.mac.MacNetworkIF
oshi.hardware.platform.mac.MacPowerSource
oshi.hardware.platform.mac.MacUsbDevice
oshi.hardware.platform.unix.BsdNetworkIF
oshi.hardware.platform.unix.UnixBaseboard
oshi.hardware.platform.unix.UnixDisplay
oshi.hardware.platform.unix.aix.AixHWDiskStore
oshi.hardware.platform.unix.aix.AixHardwareAbstractionLayer
oshi.hardware.platform.unix.aix.AixNetworkIF
oshi.hardware.platform.unix.aix.AixPowerSource
oshi.hardware.platform.unix.aix.AixUsbDevice
oshi.hardware.platform.unix.freebsd.FreeBsdHWDiskStore
oshi.hardware.platform.unix.freebsd.FreeBsdHardwareAbstractionLayer
oshi.hardware.platform.unix.freebsd.FreeBsdPowerSource
oshi.hardware.platform.unix.freebsd.FreeBsdUsbDevice
oshi.hardware.platform.unix.openbsd.OpenBsdCentralProcessor
oshi.hardware.platform.unix.openbsd.OpenBsdComputerSystem
oshi.hardware.platform.unix.openbsd.OpenBsdFirmware
oshi.hardware.platform.unix.openbsd.OpenBsdHWDiskStore
oshi.hardware.platform.unix.openbsd.OpenBsdHardwareAbstractionLayer
oshi.hardware.platform.unix.openbsd.OpenBsdPowerSource
oshi.hardware.platform.unix.openbsd.OpenBsdUsbDevice
oshi.hardware.platform.unix.solaris.SolarisHWDiskStore
oshi.hardware.platform.unix.solaris.SolarisHardwareAbstractionLayer
oshi.hardware.platform.unix.solaris.SolarisNetworkIF
oshi.hardware.platform.unix.solaris.SolarisPowerSource
oshi.hardware.platform.unix.solaris.SolarisUsbDevice
oshi.hardware.platform.windows.WindowsHWDiskStore
oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer
oshi.hardware.platform.windows.WindowsNetworkIF
oshi.hardware.platform.windows.WindowsPowerSource
oshi.hardware.platform.windows.WindowsUsbDevice
oshi.jna.ByRef
oshi.jna.ByRef.CloseableHANDLEByReference
oshi.jna.ByRef.CloseableIntByReference
oshi.jna.ByRef.CloseableLONGLONGByReference
oshi.jna.ByRef.CloseableLongByReference
oshi.jna.ByRef.CloseableNativeLongByReference
oshi.jna.ByRef.CloseablePROCESSENTRY32ByReference
oshi.jna.ByRef.CloseablePointerByReference
oshi.jna.ByRef.CloseableSizeTByReference
oshi.jna.ByRef.CloseableULONGptrByReference
oshi.jna.Struct
oshi.jna.Struct.CloseableHostCpuLoadInfo
oshi.jna.Struct.CloseableMibIfRow
oshi.jna.Struct.CloseableMibIfRow2
oshi.jna.Struct.CloseableMibTcpStats
oshi.jna.Struct.CloseableMibUdpStats
oshi.jna.Struct.CloseablePdhRawCounter
oshi.jna.Struct.CloseablePerformanceInformation
oshi.jna.Struct.CloseableProcTaskAllInfo
oshi.jna.Struct.CloseableProcTaskInfo
oshi.jna.Struct.CloseableRUsageInfoV2
oshi.jna.Struct.CloseableSpDeviceInterfaceData
oshi.jna.Struct.CloseableSpDevinfoData
oshi.jna.Struct.CloseableSysinfo
oshi.jna.Struct.CloseableSystemInfo
oshi.jna.Struct.CloseableTimeval
oshi.jna.Struct.CloseableVMStatistics
oshi.jna.Struct.CloseableVnodePathInfo
oshi.jna.Struct.CloseableXswUsage
oshi.jna.platform.linux.LinuxLibc
oshi.jna.platform.linux.LinuxLibc.Exit_status
oshi.jna.platform.linux.LinuxLibc.LinuxUtmpx
oshi.jna.platform.linux.LinuxLibc.Ut_Tv
oshi.jna.platform.mac.CoreGraphics
oshi.jna.platform.mac.CoreGraphics.CGPoint
oshi.jna.platform.mac.CoreGraphics.CGRect
oshi.jna.platform.mac.CoreGraphics.CGSize
oshi.jna.platform.mac.IOKit
oshi.jna.platform.mac.IOKit.SMCKeyData
oshi.jna.platform.mac.IOKit.SMCKeyDataKeyInfo
oshi.jna.platform.mac.IOKit.SMCKeyDataPLimitData
oshi.jna.platform.mac.IOKit.SMCKeyDataVers
oshi.jna.platform.mac.IOKit.SMCVal
oshi.jna.platform.mac.SystemB
oshi.jna.platform.mac.SystemB.InSockInfo
oshi.jna.platform.mac.SystemB.MacUtmpx
oshi.jna.platform.mac.SystemB.Pri
oshi.jna.platform.mac.SystemB.ProcFdInfo
oshi.jna.platform.mac.SystemB.ProcFileInfo
oshi.jna.platform.mac.SystemB.SocketFdInfo
oshi.jna.platform.mac.SystemB.SocketInfo
oshi.jna.platform.mac.SystemB.TcpSockInfo
oshi.jna.platform.mac.SystemConfiguration
oshi.jna.platform.mac.SystemConfiguration.SCNetworkInterfaceRef
oshi.jna.platform.unix.AixLibc
oshi.jna.platform.unix.AixLibc.AixLwpsInfo
oshi.jna.platform.unix.AixLibc.AixPsInfo
oshi.jna.platform.unix.AixLibc.Timestruc
oshi.jna.platform.unix.CLibrary
oshi.jna.platform.unix.CLibrary.Addrinfo
oshi.jna.platform.unix.CLibrary.Addrinfo.ByReference
oshi.jna.platform.unix.CLibrary.BsdIp6stat
oshi.jna.platform.unix.CLibrary.BsdIpstat
oshi.jna.platform.unix.CLibrary.BsdTcpstat
oshi.jna.platform.unix.CLibrary.BsdUdpstat
oshi.jna.platform.unix.CLibrary.Sockaddr
oshi.jna.platform.unix.CLibrary.Sockaddr.ByReference
oshi.jna.platform.unix.FreeBsdLibc
oshi.jna.platform.unix.FreeBsdLibc.CpTime
oshi.jna.platform.unix.FreeBsdLibc.FreeBsdUtmpx
oshi.jna.platform.unix.FreeBsdLibc.Timeval
oshi.jna.platform.unix.OpenBsdLibc
oshi.jna.platform.unix.OpenBsdLibc.Bcachestats
oshi.jna.platform.unix.OpenBsdLibc.Timeval
oshi.jna.platform.unix.SolarisLibc
oshi.jna.platform.unix.SolarisLibc.Exit_status
oshi.jna.platform.unix.SolarisLibc.SolarisLwpsInfo
oshi.jna.platform.unix.SolarisLibc.SolarisPrUsage
oshi.jna.platform.unix.SolarisLibc.SolarisPsInfo
oshi.jna.platform.unix.SolarisLibc.SolarisUtmpx
oshi.jna.platform.unix.SolarisLibc.Timestruc
oshi.jna.platform.unix.SolarisLibc.Timeval
oshi.jna.platform.windows.NtDll
oshi.jna.platform.windows.NtDll.CURDIR
oshi.jna.platform.windows.NtDll.PEB
oshi.jna.platform.windows.NtDll.PROCESS_BASIC_INFORMATION
oshi.jna.platform.windows.NtDll.RTL_DRIVE_LETTER_CURDIR
oshi.jna.platform.windows.NtDll.RTL_USER_PROCESS_PARAMETERS
oshi.jna.platform.windows.NtDll.STRING
oshi.jna.platform.windows.NtDll.UNICODE_STRING
oshi.jna.platform.windows.PowrProf
oshi.jna.platform.windows.PowrProf.BATTERY_INFORMATION
oshi.jna.platform.windows.PowrProf.BATTERY_MANUFACTURE_DATE
oshi.jna.platform.windows.PowrProf.BATTERY_QUERY_INFORMATION
oshi.jna.platform.windows.PowrProf.BATTERY_QUERY_INFORMATION_LEVEL
oshi.jna.platform.windows.PowrProf.BATTERY_STATUS
oshi.jna.platform.windows.PowrProf.BATTERY_WAIT_STATUS
oshi.jna.platform.windows.PowrProf.ProcessorPowerInformation
oshi.jna.platform.windows.PowrProf.SystemBatteryState
oshi.jna.platform.windows.WinNT
oshi.jna.platform.windows.WinNT.TOKEN_ELEVATION
oshi.software.common.AbstractFileSystem
oshi.software.common.AbstractInternetProtocolStats
oshi.software.common.AbstractNetworkParams
oshi.software.common.AbstractOSFileStore
oshi.software.common.AbstractOSProcess
oshi.software.common.AbstractOSThread
oshi.software.common.AbstractOperatingSystem
oshi.software.os.FileSystem
oshi.software.os.InternetProtocolStats
oshi.software.os.InternetProtocolStats.IPConnection
oshi.software.os.InternetProtocolStats.TcpState
oshi.software.os.InternetProtocolStats.TcpStats
oshi.software.os.InternetProtocolStats.UdpStats
oshi.software.os.NetworkParams
oshi.software.os.OSDesktopWindow
oshi.software.os.OSFileStore
oshi.software.os.OSProcess
oshi.software.os.OSProcess.State
oshi.software.os.OSService
oshi.software.os.OSService.State
oshi.software.os.OSSession
oshi.software.os.OSThread
oshi.software.os.OSThread.ThreadFiltering
oshi.software.os.OperatingSystem
oshi.software.os.OperatingSystem.OSVersionInfo
oshi.software.os.OperatingSystem.ProcessFiltering
oshi.software.os.OperatingSystem.ProcessSorting
oshi.software.os.linux.LinuxFileSystem
oshi.software.os.linux.LinuxInternetProtocolStats
oshi.software.os.linux.LinuxOSFileStore
oshi.software.os.linux.LinuxOSProcess
oshi.software.os.linux.LinuxOSThread
oshi.software.os.linux.LinuxOperatingSystem
oshi.software.os.mac.MacFileSystem
oshi.software.os.mac.MacInternetProtocolStats
oshi.software.os.mac.MacOSFileStore
oshi.software.os.mac.MacOSProcess
oshi.software.os.mac.MacOSThread
oshi.software.os.mac.MacOperatingSystem
oshi.software.os.unix.aix.AixFileSystem
oshi.software.os.unix.aix.AixInternetProtocolStats
oshi.software.os.unix.aix.AixOSFileStore
oshi.software.os.unix.aix.AixOSProcess
oshi.software.os.unix.aix.AixOSThread
oshi.software.os.unix.aix.AixOperatingSystem
oshi.software.os.unix.freebsd.FreeBsdFileSystem
oshi.software.os.unix.freebsd.FreeBsdInternetProtocolStats
oshi.software.os.unix.freebsd.FreeBsdOSFileStore
oshi.software.os.unix.freebsd.FreeBsdOSProcess
oshi.software.os.unix.freebsd.FreeBsdOSThread
oshi.software.os.unix.freebsd.FreeBsdOperatingSystem
oshi.software.os.unix.openbsd.OpenBsdFileSystem
oshi.software.os.unix.openbsd.OpenBsdInternetProtocolStats
oshi.software.os.unix.openbsd.OpenBsdNetworkParams
oshi.software.os.unix.openbsd.OpenBsdOSFileStore
oshi.software.os.unix.openbsd.OpenBsdOSProcess
oshi.software.os.unix.openbsd.OpenBsdOSThread
oshi.software.os.unix.openbsd.OpenBsdOperatingSystem
oshi.software.os.unix.solaris.SolarisFileSystem
oshi.software.os.unix.solaris.SolarisInternetProtocolStats
oshi.software.os.unix.solaris.SolarisOSFileStore
oshi.software.os.unix.solaris.SolarisOSProcess
oshi.software.os.unix.solaris.SolarisOSThread
oshi.software.os.unix.solaris.SolarisOperatingSystem
oshi.software.os.windows.WindowsFileSystem
oshi.software.os.windows.WindowsInternetProtocolStats
oshi.software.os.windows.WindowsOSFileStore
oshi.software.os.windows.WindowsOSProcess
oshi.software.os.windows.WindowsOSThread
oshi.software.os.windows.WindowsOperatingSystem
oshi.util.Constants
oshi.util.EdidUtil
oshi.util.ExecutingCommand
oshi.util.FileSystemUtil
oshi.util.FileUtil
oshi.util.FormatUtil
oshi.util.GlobalConfig
oshi.util.GlobalConfig.PropertyException
oshi.util.Memoizer
oshi.util.ParseUtil
oshi.util.UserGroupInfo
oshi.util.Util
oshi.util.platform.linux.ProcPath
oshi.util.platform.mac.CFUtil
oshi.util.platform.mac.SmcUtil
oshi.util.platform.mac.SysctlUtil
oshi.util.platform.unix.freebsd.BsdSysctlUtil
oshi.util.platform.unix.freebsd.ProcstatUtil
oshi.util.platform.unix.openbsd.FstatUtil
oshi.util.platform.unix.openbsd.OpenBsdSysctlUtil
oshi.util.platform.unix.solaris.KstatUtil
oshi.util.platform.unix.solaris.KstatUtil.KstatChain
oshi.util.platform.windows.PerfCounterQuery
oshi.util.platform.windows.PerfCounterQuery.PdhCounterProperty
oshi.util.platform.windows.PerfCounterQueryHandler
oshi.util.platform.windows.PerfCounterWildcardQuery
oshi.util.platform.windows.PerfCounterWildcardQuery.PdhCounterWildcardProperty
oshi.util.platform.windows.PerfDataUtil
oshi.util.platform.windows.PerfDataUtil.PerfCounter
oshi.util.platform.windows.WmiQueryHandler
oshi.util.platform.windows.WmiUtil
oshi.util.tuples.Pair
oshi.util.tuples.Quartet
oshi.util.tuples.Quintet
oshi.util.tuples.Triplet
完整文档下载地址(类、方法、参数说明)
- oshi-core-6.4.0.jar中文-英文对照文档.zip 下载地址:hanshuixin.org/resource/fi...
- oshi-core 其他版本中文文档 下载地址:hanshuixin.org/resource/?g...