oshi-core 简介、中文文档、中英对照文档 下载

oshi-core 文档 下载链接(含jar包、源码、pom)

组件名称中文-文档-下载链接中英对照-文档-下载链接
oshi-core-3.4.2.jaroshi-core-3.4.2-API文档-中文版.ziposhi-core-3.4.2-API文档-中英对照版.zip
oshi-core-6.1.1.jar暂无oshi-core-6.1.1-API文档-中英对照版.zip

oshi-core 简介

一个基于Java的(本机)操作系统信息库,旨在提供跨平台实现来检索系统信息,如版本、内存、CPU、磁盘、电池等。

在这里插入图片描述

在这里插入图片描述

oshi-core 中文文档、中英对照文档 说明

摘要:oshi-core、com.github.oshi、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、github、oshi、core、中英对照文档、jar包、java;

使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。

人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。

双语对照,边学技术、边学英语。

涉及的包(package)

[oshi-core API] Provides a cross-platform implementation to retrieve Operating System and Hardware Information, such as OS version, memory, CPU, disk, devices, sensors, etc.

[OSHI-Core API]提供跨平台实现,以检索操作系统和硬件信息,例如OS版本,内存,CPU,磁盘,设备,传感器等。

oshi.annotation.concurrent

Provides annotations to document thread safety

为文档线程安全提供注释

oshi.driver.linux

Provides functions to query Linux information

提供查询Linux信息的函数

oshi.driver.linux.proc

Provides functions to query statistics in the Linux /proc pseudo-filesystem

提供用于查询Linux / proc伪文件系统中的统计信息的函数

oshi.driver.mac

Provides functions to query Mac info

提供查询Mac Info的功能

oshi.driver.mac.disk

Provides functions to query Mac disk info

提供查询Mac Disk Info的功能

oshi.driver.mac.net

Provides functions to query Mac network info

提供查询MAC网络信息的功能

oshi.driver.unix

Provides functions to query information common to all unix systems

提供用于查询所有UNIX系统通用的信息的功能

oshi.driver.unix.aix

Provides functions to query information on AIX

提供有关AIX的信息的函数

oshi.driver.unix.aix.perfstat

Provides functions to query information on AIX using the libperfstat api

使用libperfstat API提供有关AIX的信息查询信息的功能

oshi.driver.unix.freebsd

Provides functions to query FreeBSD information

提供查询FreeBSD信息的函数

oshi.driver.unix.freebsd.disk

Provides functions to query FreeBSD disk information

提供查询FreeBSD磁盘信息的函数

oshi.driver.unix.openbsd.disk

Provides functions to query OpenBSD information

提供查询OpenBSD信息的函数

oshi.driver.unix.solaris

Provides functions to query Solaris information

提供查询Solaris信息的功能

oshi.driver.unix.solaris.disk

Provides functions to query Solaris disk information

提供查询Solaris磁盘信息的功能

oshi.driver.unix.solaris.kstat

Provides functions to query Solaris kstat information

提供查询Solaris KSTAT信息的函数

oshi.driver.windows

Provides functions to query information in windows

提供用于在Windows中查询信息的函数

oshi.driver.windows.perfmon

Provides functions to query counters in windows performance monitor (or WMI counter tables)

提供用于在Windows性能监视器(或WMI计数器表中)中查询计数器的功能

oshi.driver.windows.registry

Provides functions to query data in Windows Registry

提供用于在Windows注册表中查询数据的函数

oshi.driver.windows.wmi

Provides functions to query properties in WMI classes

提供函数以在WMI类中查询属性

oshi.hardware

[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices

[OSHI-Core API]提供跨平台实现,以检索CPU,存储器,显示,磁盘,网络接口,电源,传感器和USB设备等硬件信息

oshi.hardware.common

Provides abstract classes for common code

为公共代码提供抽象类

oshi.hardware.platform.linux

Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems

提供有关Linux系统上的内存,电源和处理器等硬件的信息

oshi.hardware.platform.mac

Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems

提供有关Mac系统上的内存,电源和处理器等硬件的信息

oshi.hardware.platform.unix

Provides mappings for Unix-based operating systems

为基于UNIX的操作系统提供映射

oshi.hardware.platform.unix.aix

Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems

提供关于AIX系统上的内存,电源和处理器等硬件的信息

oshi.hardware.platform.unix.freebsd

Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems

提供有关内存,电源和FreeBSD系统上的处理器等硬件的信息

oshi.hardware.platform.unix.openbsd

Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems

提供有关OpenBSD系统上的内存,电源和处理器等硬件的信息

oshi.hardware.platform.unix.solaris

Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems

提供有关Solaris系统上的内存,电源和处理器等硬件的信息

oshi.hardware.platform.windows

Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems

提供有关Windows系统上的内存,电源和处理器等硬件的信息

oshi.jna.platform.linux

Provides extensions of JNA libraries for Linux.

为Linux提供JNA库的扩展。

oshi.jna.platform.mac

Provides extensions of JNA libraries for macOS.

为MacOS提供JNA库的扩展。

oshi.jna.platform.unix

Provides extensions of JNA libraries for Unix.

为UNIX提供JNA库的扩展。

oshi.jna.platform.windows

Provides extensions of JNA libraries for Windows.

为Windows提供JNA库的扩展。

oshi.software.common

Provides abstract classes for common code

为公共代码提供抽象类

oshi.software.os

[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information

[OSHI-Core API]提供跨平台实现来检索OS,文件系统和处理信息

oshi.software.os.linux

Provides information about Software and OS on Linux

提供有关Linux上的软件和操作系统的信息

oshi.software.os.mac

Provides information about Software and OS on macOS

提供有关MacOS上的软件和操作系统的信息

oshi.software.os.unix.aix

Provides information about Software and OS on AIX

提供有关AIX上的软件和操作系统的信息

oshi.software.os.unix.freebsd

Provides information about Software and OS on FreeBSD

提供有关FreeBSD上的软件和操作系统的信息

oshi.software.os.unix.openbsd

Provides information about Software and OS on OpenBSD

提供有关OpenBSD上的软件和操作系统的信息

oshi.software.os.unix.solaris

Provides information about Software and OS on Solaris

提供有关Solaris上的软件和操作系统的信息

oshi.software.os.windows

Provides information about Software and OS on Windows

提供有关Windows上的软件和操作系统的信息

oshi.util

Provides utilities for parsing, formatting, and other access

提供解析,格式化和其他访问的实用程序

oshi.util.platform.linux

Provides utilities for Linux

为Linux提供实用程序

oshi.util.platform.mac

Provides utilities for macOS.

提供麦斯科斯的实用程序。

oshi.util.platform.unix.freebsd

Provides utilities for FreeBSD

为FreeBSD提供公用事业

oshi.util.platform.unix.openbsd

Provides utilities for OpenBSD

为OpenBSD提供实用程序

oshi.util.platform.unix.solaris

Provides utilities for Solaris

为Solaris提供实用程序

oshi.util.platform.windows

Provides utilities for Windows.

为Windows提供实用程序。

oshi.util.tuples

Provides classes encapsulating multiple objects, intended as return types from methods

提供封装多个对象的类,旨在从方法中作为返回类型

涉及的类(class)

SKIP NAVIGATION LINKS
OVERVIEWPACKAGECLASSUSETREEINDEXHELPSEARCH:

Search

All Classes and Interfaces
All Classes and InterfacesInterfacesClassesEnumsExceptionsAnnotation Types

Class

Description

AbstractBaseboard

Baseboard data

底板数据

AbstractCentralProcessor

A CPU.

CPU。

AbstractComputerSystem

Computer System data.

计算机系统数据。

AbstractDisplay

A Display

展示

AbstractFileSystem

Common methods for filesystem implementations

文件系统实现的常用方法

AbstractFirmware

Firmware data.

固件数据。

AbstractGlobalMemory

Memory info.

记忆信息。

AbstractGraphicsCard

An abstract Sound Card

抽象声卡

AbstractHardwareAbstractionLayer

Common fields or methods used by platform-specific implementations of HardwareAbstractionLayer

特定于平台的普通字段或方法使用的硬发行结构

AbstractHWDiskStore

Common methods for platform HWDiskStore classes

平台HWDiskStore类的常用方法

AbstractInternetProtocolStats

Common implementations for IP Stats

IP统计数据的常见实现

AbstractLogicalVolumeGroup

AbstractNetworkIF

Network interfaces implementation.

网络接口实现。

AbstractNetworkParams

Common NetworkParams implementation.

常见的NetworkParams实现。

AbstractOperatingSystem

Common methods for OperatingSystem implementations

操作系统实现的常用方法

AbstractOSFileStore

Common implementations for OSFileStore

osfilestore的常见实施

AbstractOSProcess

A process is an instance of a computer program that is being executed.

过程是正在执行的计算机程序的实例。

AbstractOSThread

Common methods for OSThread implementation

疏通实施的常用方法

AbstractPowerSource

A Power Source

电源

AbstractSensors

Sensors from WMI or Open Hardware Monitor

来自WMI或打开硬件监视器的传感器

AbstractSoundCard

An abstract Sound Card

抽象声卡

AbstractUsbDevice

A USB device

USB设备

AbstractVirtualMemory

Virtual Memory info.

虚拟内存信息。

AixFileSystem

The AIX File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

AIX文件系统包含oSfiLestores,它是存储池,设备,分区,卷,具体文件系统或其他执行文件存储手段。

AixHardwareAbstractionLayer

AIXHardwareAbstractionLayer class.

AIX硬件抽象层类。

AixHWDiskStore

AIX hard disk implementation.

AIX硬盘实现。

AixInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

AixLibc

C library.

C库。

AixLibc.AIXLwpsInfo

AixLibc.AixPsInfo

AixLibc.Timestruc

64-bit timestruc required for psinfo structure

Psinfo结构需要64位Timestruc

AixNetworkIF

AIXNetworks class.

AIXNetworks类。

AixOperatingSystem

AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.

AIX(先进的交互式执行)是由IBM开发和销售的一系列专有UNIX操作系统,用于其中几个计算机平台。

AixOSFileStore

OSFileStore implementation

osfilestore实现

AixOSProcess

OSProcess implementation

osprocess实现

AixOSThread

OSThread implementation

oshread实现

AixPowerSource

A Power Source

电源

AixUsbDevice

AIX Usb Device

AIX USB设备

Baseboard

The Baseboard represents the system board, also called motherboard, logic board, etc.

基板代表系统板,也称为主板,逻辑板等。

BsdNetworkIF

BsdNetworkIF applicable to FreeBSD and OpenBSD.

BSDNetWorkif适用于FreeBSD和OpenBSD。

BsdSysctlUtil

Provides access to sysctl calls on FreeBSD

提供对FreeBSD上的SYSCTL呼叫的访问

CentralProcessor

This class represents the entire Central Processing Unit (CPU) of a computer system, which may contain one or more physical packages (sockets), one or more physical processors (cores), and one or more logical processors (what the Operating System sees, which may include hyperthreaded cores.)

该类表示计算机系统的整个中央处理单元(CPU),其可以包含一个或多个物理包(套接字),一个或多个物理处理器(核心)和一个或多个逻辑处理器(操作系统所看到的,这可能包括超线型核心。)

CentralProcessor.LogicalProcessor

A class representing a Logical Processor and its replationship to physical processors, physical packages, and logical groupings such as NUMA Nodes and Processor groups, useful for identifying processor topology.

代表逻辑处理器的类及其对物理处理器,物理包和逻辑分组的复制,例如Numa节点和处理器组,可用于识别处理器拓扑。

CentralProcessor.PhysicalProcessor

A class representing a Physical Processor (a core) providing per-core statistics that may vary, particularly in hybrid/modular processors.

表示提供每核统计的物理处理器(核心)的类,其可以变化,特别是在混合/模块化处理器中。

CentralProcessor.ProcessorIdentifier

A class encapsulating ghe CPU’s identifier strings ,including name, vendor, stepping, model, and family information (also called the signature of a CPU)

封装GHE CPU的标识符字符串的类,包括名称,供应商,步进,模型和家庭信息(也称为CPU的签名)

CentralProcessor.TickType

Index of CPU tick counters in the CentralProcessor.getSystemCpuLoadTicks() and CentralProcessor.getProcessorCpuLoadTicks() arrays.

CPU滴答计数器中CentralProcessor.getSystemCPuloadTicks()和CentralProcessor.getProcessorCpuloadTicks()阵列中的CPU滴答计数器索引。

CFUtil

CF String retrieving

CF String检索

CLibrary

C library with code common to all *nix-based operating systems.

C库与基于所有* NIX的操作系统共用的代码库。

CLibrary.Addrinfo

CLibrary.Addrinfo.ByReference

CLibrary.BsdIp6stat

CLibrary.BsdIpstat

CLibrary.BsdTcpstat

CLibrary.BsdUdpstat

CLibrary.Sockaddr

CLibrary.Sockaddr.ByReference

ComputerSystem

The ComputerSystem represents the physical hardware, of a computer system/product and includes BIOS/firmware and a motherboard, logic board, etc.

计算机系统代表计算机系统/产品的物理硬件,包括BIOS /固件和主板,逻辑板等。

Constants

General constants used in multiple classes

多个类中使用的一般常数

CoreGraphics

The Core Graphics framework is based on the Quartz advanced drawing engine.

核心图形框架基于石英高级绘图引擎。

CoreGraphics.CGPoint

A point with X and Y coordinates

具有x和y坐标的一个点

CoreGraphics.CGRect

A rectangle with origin and size

带有起源和尺寸的矩形

CoreGraphics.CGSize

A size with width and height

宽度和高度的尺寸

CpuInfo

Utility to read CPU info from /proc/cpuinfo

从/ proc / cpuinfo读取CPU信息的实用程序

CpuStat

Utility to read CPU statistics from /proc/stat

从/ proc / stat读取CPU统计信息的实用程序

Devicetree

Utility to read info from the devicetree

从devicetree读取信息的实用程序

DeviceTree

Utility to query device interfaces via Config Manager Device Tree functions

通过Config Manager设备树函数查询设备接口的实用程序

Disklabel

Utility class parsing partition information from disklabel command

DiskLabel命令的实用程序类解析分区信息

DiskStats

Utility to read disk statistics from /proc/diskstats

从/ proc / diskstats读取磁盘统计信息的实用程序

DiskStats.IoStat

Enum corresponding to the fields in the output of /proc/diskstats

对应于/ proc / diskstats输出中的字段的enum

Display

Display refers to the information regarding a video source and monitor identified by the EDID standard.

显示指有关由EDID标准标识的视频源和监视器的信息。

Dmidecode

Utility to read info from dmidecode

从DMidecode读取信息的实用程序

EdidUtil

EDID parsing utility.

EDID解析实用程序。

EnumWindows

Utility to query Desktop windows

查询桌面窗口的实用程序

ExecutingCommand

A class for executing on the command line and returning the result of execution.

用于在命令行上执行并返回执行结果的类。

FileSystem

The File System is a logical arrangement, usually in a hierarchial tree, where files are placed for storage and retrieval.

文件系统是一种逻辑安排,通常在分层树中,其中文件被放置用于存储和检索。

FileSystemUtil

Utility class for common filesystem code

常用文件系统代码的实用类

FileUtil

File reading methods

文件阅读方法

Firmware

The Firmware represents the low level BIOS or equivalent.

固件代表低级BIOS或等效物。

FormatUtil

Formatting utility for appending units or converting between number types.

格式化实用程序以附加单位或在数字类型之间转换。

FreeBsdFileSystem

The FreeBSD File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

FreeBSD文件系统包含oSfiLestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

FreeBsdHardwareAbstractionLayer

FreeBsdHardwareAbstractionLayer class.

FreeBSD硬件抽象层类。

FreeBsdHWDiskStore

FreeBSD hard disk implementation.

FreeBSD硬盘实现。

FreeBsdInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

FreeBsdLibc

C library.

C库。

FreeBsdLibc.CpTime

CPU Ticks

CPU蜱虫

FreeBsdLibc.FreeBsdUtmpx

Connection info

连接信息

FreeBsdLibc.Timeval

Return type for BSD sysctl kern.boottime

BSD Sysctl kern.boottime的返回类型

FreeBsdOperatingSystem

FreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD), which was based on Research Unix.

FreeBSD是一个免费的和开源的UNIX操作系统,从伯克利软件发行版(BSD)下降,这是基于研究UNIX的。

FreeBsdOSFileStore

OSFileStore implementation

osfilestore实现

FreeBsdOSProcess

OSProcess implementation

osprocess实现

FreeBsdOSThread

OSThread implementation

oshread实现

FreeBsdPowerSource

A Power Source

电源

FreeBsdUsbDevice

FreeBsd Usb Device

FreeBSD USB设备

Fsstat

Utility to query fsstat

查询FSSTAT的实用程序

FstatUtil

Reads from fstat.

从fstat读取。

GeomDiskList

Utility to query geom part list

查询GeoM零件列表的实用程序

GeomPartList

Utility to query geom part list

查询GeoM零件列表的实用程序

GlobalConfig

The global configuration utility.

全局配置实用程序。

GlobalConfig.PropertyException

Indicates that a configuration value is invalid.

表示配置值无效。

GlobalMemory

The GlobalMemory class tracks information about the use of a computer’s physical memory (RAM) as well as any available virtual memory.

GlobalMemory类跟踪有关使用计算机的物理内存(RAM)以及任何可用虚拟内存的信息。

GraphicsCard

GraphicsCard interface.

显卡接口。

GuardedBy

The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

应用该注释的字段或方法只能在保持特定锁时访问,该锁定可以是内置(同步)锁定,或者可以是显式java.util.concurrent.lock。

HardwareAbstractionLayer

A hardware abstraction layer.

硬件抽象层。

HkeyPerformanceDataUtil

Utility to read HKEY_PERFORMANCE_DATA information.

申请读取HKEY_PERFORMANCE_DATA信息。

HkeyUserData

Utility to read session data from HKEY_USERS

从HKEY_USERS读取会话数据的实用程序

HWDiskStore

A storage mechanism where data are recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks or or flash storage such as a removable or solid state drive.

通过各种电子,磁,光学或机械变化记录数据的存储机制,或者对一个或多个旋转磁盘的表面层或诸如可移除或固态驱动器的闪存存储器。

HWPartition

A region on a hard disk or other secondary storage, so that an operating system can manage information in each region separately.

硬盘或其他辅助存储器上的区域,使操作系统可以单独管理每个区域中的信息。

Immutable

The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.

这种注释的存在表明,作者认为班级是不可变的,因此本身是安全的。

InternetProtocolStats

Includes key statistics of TCP and UDP protocols

包括TCP和UDP协议的关键统计信息

InternetProtocolStats.IPConnection

Encapsulates information associated with an IP connection.

封装与IP连接相关的信息。

InternetProtocolStats.TcpState

The TCP connection state as described in RFC 793.

如RFC 793中所述的TCP连接状态。

InternetProtocolStats.TcpStats

Encapsulates statistics associated with a TCP connection.

封装与TCP连接关联的统计信息。

InternetProtocolStats.UdpStats

Encapsulates statistics associated with a UDP connection.

封装与UDP连接关联的统计信息。

IOKit

The I/O Kit framework implements non-kernel access to I/O Kit objects (drivers and nubs) through the device-interface mechanism.

I / O套件框架通过设备接口机制实现对I / O套件对象(驱动程序和NUB)的非内核访问。

IOKit.SMCKeyData

Holds the return value of SMC query.

保持SMC查询的返回值。

IOKit.SMCKeyDataKeyInfo

Holds the return value of SMC KeyInfo query.

保存SMC keyInfo查询的返回值。

IOKit.SMCKeyDataPLimitData

Holds the return value of SMC pLimit query.

保持SMC Plimit查询的返回值。

IOKit.SMCKeyDataVers

Holds the return value of SMC version query.

保持SMC版本查询的返回值。

IOKit.SMCVal

Holds an SMC value

持有SMC值

Iostat

Utility to query iostat

查询Iostat的实用程序

Kstat2

Kstat2 library.

KSTAT2库。

Kstat2.Kstat2Handle

Opaque kstat handle.

不透明的kstat手柄。

Kstat2.Kstat2Map

Opaque kstat map handle.

不透明的KSTAT地图手柄。

Kstat2.Kstat2MatcherList

Opaque kstat match list.

opaque kstat匹配列表。

Kstat2.Kstat2NV

Immutable Name/Value pair.

不可变的名称/值对。

Kstat2.Kstat2NV.UNION

Kstat2.Kstat2NV.UNION.IntegersArr

Kstat2.Kstat2NV.UNION.StringsArr

Kstat2StatusException

Exception encapsulating Kstat2 Error Return Values, defined as kstat2_status values in kstat2.h

异常封装KSTAT2错误返回值,定义为kstat2.h中的kstat2_status值

KstatUtil

Provides access to kstat information on Solaris

提供对Solaris上的KSTAT信息的访问

KstatUtil.KstatChain

A copy of the Kstat chain, encapsulating a kstat_ctl_t object.

封装KSTAT_CTL_T对象的KSTAT链副本。

LinuxFileSystem

The Linux File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

Linux文件系统包含OsfiLestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

LinuxGlobalMemory

Memory obtained by /proc/meminfo and sysinfo.totalram

通过/ proc / meminfo和sysinfo.totalram获得的内存

LinuxHardwareAbstractionLayer

LinuxHardwareAbstractionLayer class.

Linux硬件抽象层类。

LinuxHWDiskStore

Linux hard disk implementation.

Linux硬盘实现。

LinuxInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

LinuxLibc

Linux C Library.

Linux C库。

LinuxLibc.Exit_status

Part of utmpx structure

utmpx结构的一部分

LinuxLibc.LinuxUtmpx

Return type for getutxent()

GetUtxent()的返回类型

LinuxLibc.Ut_Tv

32-bit timeval required for utmpx structure

UTMPX结构所需的32位TimeVal

LinuxNetworkIF

LinuxNetworks class.

LinuxNetworks类。

LinuxOperatingSystem

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.

Linux是一个基于Linux Kernel的Linux Kernel,1991年9月17日首次发布的Linus Torvalds。

LinuxOSFileStore

OSFileStore implementation

osfilestore实现

LinuxOSProcess

OSProcess implementation

osprocess实现

LinuxOSThread

OSThread implementation

oshread实现

LinuxPowerSource

A Power Source

电源

LinuxUsbDevice

Linux Usb Device

Linux USB设备

LogicalProcessorInformation

Utility to query Logical Processor Information

utility查询逻辑处理器信息

LogicalVolumeGroup

A logical volume group implemented as part of logical volume management, combining the space on one or more storage devices such as disks or partitions (physical volumes) into a storage pool, and subsequently allocating that space to virtual partitions (logical volumes) as block devices accessible to the file system.

作为逻辑卷管理的一部分实现的逻辑卷组,将一个或多个存储设备上的空间(如磁盘或分区(物理卷))组合到存储池中,然后随后将该空间分配给虚拟分区(逻辑卷)作为块设备文件系统可访问。

Ls

Utility to query ls

查询LS的实用程序

Lscfg

Utility to query lscfg

查询LSCG的实用程序

Lshal

Utility to read info from lshal

从lshal读取信息的实用程序

Lshal

Utility to query lshal

查询Lshal的实用程序

Lshw

Utility to read info from lshw

从LSHW阅读信息的实用程序

Lspv

Utility to query lspv

查询LSPV的实用程序

Lssrad

Utility to query lssrad

查询LSSRAD的实用程序

MacFileSystem

The Mac File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

MAC文件系统包含oSfilestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

MacHardwareAbstractionLayer

MacHardwareAbstractionLayer class.

machardwareabstrationlayer类。

MacHWDiskStore

Mac hard disk implementation.

Mac硬盘实现。

MacInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

MacNetworkIF

MacNetworks class.

MacnetWorks类。

MacOperatingSystem

macOS, previously Mac OS X and later OS X) is a series of proprietary graphical operating systems developed and marketed by Apple Inc.

MacOS,以前Mac OS X和更高版本OS X)是Apple Inc.开发和销售的一系列专有图形操作系统。

MacOSFileStore

OSFileStore implementation

osfilestore实现

MacOSProcess

OSProcess implementation

osprocess实现

MacOSThread

OSThread implementation

oshread实现

MacPowerSource

A Power Source

电源

MacUsbDevice

Mac Usb Device

Mac USB设备

Memoizer

A memoized function stores the output corresponding to some set of specific inputs.

MECOIZED功能存储与某些特定输入相对应的输出。

MemoryInformation

Utility to query Memory performance counter

查询内存性能计数器的实用程序

MemoryInformation.PageSwapProperty

For pages in/out

用于输入/出

Mount

Utility to query mount

utility查询init

MSAcpiThermalZoneTemperature

Utility to query WMI class MSAcpi_ThermalZoneTemperature

utuility致查询wmi类msacpi_thermalzoneTemperature

MSAcpiThermalZoneTemperature.TemperatureProperty

Current temperature property.

当前温度特性。

MSFTStorage

Utility to query WMI classes in Storage namespace assocaited with Storage Pools

在与存储池相关联的存储命名空间中查询WMI类的实用程序

MSFTStorage.PhysicalDiskProperty

Properties for a physical disk.

物理磁盘的属性。

MSFTStorage.StoragePoolProperty

Properties to identify the storage pool.

识别存储池的属性。

MSFTStorage.StoragePoolToPhysicalDiskProperty

Properties to link a storage pool with a physical disk.

将存储池与物理磁盘链接的属性。

MSFTStorage.VirtualDiskProperty

Properties for a virtual disk.

虚拟磁盘的属性。

NetSessionData

Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI

实用程序从HKEY_PERFORMANCE_DATA信息读取流程数据,备份来自性能计数器或WMI

NetStat

Utility to query NetStat.

查询NetStat的实用程序。

NetStat

Utility to query TCP connections

utility查询TCP连接

NetStat.IFdata

Class to encapsulate IF data for method return

类以封装IF数据以进行方法返回

NetworkIF

A network interface in the machine, including statistics.

机器中的网络接口,包括统计信息。

NetworkIF.IfOperStatus

The current operational state of a network interface.

网络接口的当前操作状态。

NetworkParams

NetworkParams presents network parameters of running OS, such as DNS, host name etc.

NetworkParams呈现运行OS的网络参数,例如DNS,主机名等。

NotThreadSafe

The presence of this annotation indicates that the author believes the class is not thread-safe.

这种注释的存在表明作者认为该类不是线程安全的。

NtDll

NtDll.CURDIR

NtDll.PEB

NtDll.PROCESS_BASIC_INFORMATION

NtDll.RTL_DRIVE_LETTER_CURDIR

NtDll.RTL_USER_PROCESS_PARAMETERS

NtDll.STRING

NtDll.UNICODE_STRING

OhmHardware

Utility to query Open Hardware Monitor WMI data for Hardware

实用程序查询开放硬件监视器WMI数据的硬件数据

OhmHardware.IdentifierProperty

HW Identifier Property

HW标识符属性

OhmSensor

Utility to query Open Hardware Monitor WMI data for Sensors

实用程序查询开放硬件监视器的WMI数据传感器

OhmSensor.ValueProperty

Sensor value property

传感器值属性

OpenBsdCentralProcessor

OpenBSD Central Processor implementation

OpenBSD中央处理器实现

OpenBsdComputerSystem

OpenBSD ComputerSystem implementation

OpenBSD计算机系统实现

OpenBsdFileSystem

The FreeBSD File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

FreeBSD文件系统包含oSfiLestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

OpenBsdFirmware

OpenBSD Firmware implementation

OpenBSD固件实现

OpenBsdHardwareAbstractionLayer

OpenBsdHardwareAbstractionLayer class.

OpenBSD硬件抽象层类。

OpenBsdHWDiskStore

OpenBSD hard disk implementation.

OpenBSD硬盘实现。

OpenBsdInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

OpenBsdLibc

C library.

C库。

OpenBsdLibc.Bcachestats

OpenBSD Cache stats for memory

OpenBSD存储器的高速缓存统计数据

OpenBsdLibc.Timeval

Return type for BSD sysctl kern.boottime

BSD Sysctl kern.boottime的返回类型

OpenBsdNetworkParams

OpenBsdNetworkParams class.

OpenBSD网络Params类。

OpenBsdOperatingSystem

OpenBsd is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD), which was based on Research Unix.

OpenBSD是一个免费的和开源的UNIX操作系统,从伯克利软件分销(BSD)中下降,基于研究UNIX。

OpenBsdOSFileStore

OSFileStore implementation

osfilestore实现

OpenBsdOSProcess

OSProcess implementation

osprocess实现

OpenBsdOSThread

OSThread implementation

oshread实现

OpenBsdPowerSource

A Power Source

电源

OpenBsdSysctlUtil

Provides access to sysctl calls on OpenBSD

提供对OpenBSD上的SYSCTL呼叫的访问

OpenBsdUsbDevice

OpenBsd Usb Device

OpenBSD USB设备

OperatingSystem

An operating system (OS) is the software on a computer that manages the way different programs use its hardware, and regulates the ways that a user controls the computer.

操作系统(OS)是计算机上的软件,该软件管理不同程序使用其硬件的方式,并调节用户控制计算机的方式。

OperatingSystem.OSVersionInfo

A class representing the Operating System version details.

代表操作系统版本详细信息的类。

OperatingSystem.ProcessFiltering

Constants which may be used to filter Process lists in OperatingSystem.getProcesses(Predicate, Comparator, int), OperatingSystem.getChildProcesses(int, Predicate, Comparator, int), and OperatingSystem.getDescendantProcesses(int, Predicate, Comparator, int).

可用于过滤operatingsystem.getProcesses(谓词,比较器,int),操作性系统和int,predication,protocation,int)和operatingsystem.getDescendantProcesses(int,谓词,比较器,int)中的常量中的常量。

OperatingSystem.ProcessSorting

Constants which may be used to sort Process lists in OperatingSystem.getProcesses(Predicate, Comparator, int), OperatingSystem.getChildProcesses(int, Predicate, Comparator, int), and OperatingSystem.getDescendantProcesses(int, Predicate, Comparator, int).

可用于对操作中的操作列表进行排序(谓词,比较器,int),operatingsystem.getchildes(int,谓词,比较器,int)和operatingsystem.getDescendantProcesses(int,谓词,比较器,int)中的常量。

OSDesktopWindow

This class encapsulates information about a window on the operating system’s GUI desktop

此类封装了有关操作系统GUI桌面上窗口的信息

OSFileStore

A FileStore represents a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

filestore表示存储池,设备,分区,卷,具体文件系统或其他实现文件存储方法。

OSProcess

Represents a Process on the operating system, which may contain multiple threads.

表示操作系统上的过程,其可能包含多个线程。

OSProcess.State

Process and Thread Execution States

过程和线程执行状态

OSService

Operating system services are responsible for the management of platform resources, including the processor, memory, files, and input and output.

操作系统服务负责管理平台资源,包括处理器,内存,文件和输入和输出。

OSService.State

Service Execution States

服务执行状态

OSSession

This class encapsulates information about users who are currently logged in to an operating system.

此类封装有关当前登录到操作系统的用户的信息。

OSThread

Represents a Thread/Task on the operating system.

表示操作系统上的线程/任务。

PagingFile

Utility to query Paging File performance counter

查询分页文件性能计数器的实用程序

PagingFile.PagingPercentProperty

For swap file usage

用于交换文件使用

Pair<A, B>

Convenience class for returning multiple objects from methods.

用于从方法返回多个对象的便捷类。

ParseUtil

String parsing utility.

字符串解析实用程序。

PerfCounterQuery

Enables queries of Performance Counters using wild cards to filter instances

使使用通配符对性能计数器进行查询以过滤实例

PerfCounterQuery.PdhCounterProperty

Contract for Counter Property Enums

柜台物业枚举合同

PerfCounterQueryHandler

Utility to handle Performance Counter Queries

用于处理性能计数器查询的实用程序

PerfCounterWildcardQuery

Enables queries of Performance Counters using wild cards to filter instances

使使用通配符对性能计数器进行查询以过滤实例

PerfCounterWildcardQuery.PdhCounterWildcardProperty

Contract for Counter Property Enums

柜台物业枚举合同

PerfDataUtil

Helper class to centralize the boilerplate portions of PDH counter setup and allow applications to easily add, query, and remove counters.

辅助类可以集中PDH计数器设置的样板部分,并允许应用程序轻松添加,查询和删除计数器。

PerfDataUtil.PerfCounter

Encapsulates the three string components of a performance counter

封装性能计数器的三个字符串组件

PerfstatConfig

Utility to query partition config

查询分区配置的实用程序

PerfstatCpu

Utility to query performance stats for cpu

查询CPU的性能统计的实用程序

PerfstatDisk

Utility to query performance stats for disk_stats

用于查询disk_stats的性能统计的实用程序

PerfstatMemory

Utility to query performance stats for memory

utility查询内存的性能统计数据

PerfstatNetInterface

Utility to query performance stats for network interfaces

用于查询网络接口性能统计的实用程序

PerfstatProcess

Utility to query performance stats for processes

utility查询流程的性能统计数据

PerfstatProtocol

Utility to query performance stats for network interfaces

用于查询网络接口性能统计的实用程序

PhysicalDisk

Utility to query PhysicalDisk performance counter

查询PhysicalDisk性能计数器的实用程序

PhysicalDisk.PhysicalDiskProperty

Physical Disk performance counters.

物理磁盘性能计数器。

PhysicalMemory

The PhysicalMemory class represents a physical memory device located on a computer system and available to the operating system.

PhysicalMemory类表示位于计算机系统上的物理内存设备,可用于操作系统。

PlatformEnum

An enumeration of supported operating systems.

支持的操作系统的枚举。

PowerSource

The Power Source is one or more batteries with some capacity, and some state of charge/discharge

电源是一个或多个具有一些容量的电池,以及一些充电/放电状态

PowerSource.CapacityUnits

Units of Battery Capacity

电池容量单位

PowrProf

Power profile stats.

电力剖面统计数据。

PowrProf.BATTERY_INFORMATION

PowrProf.BATTERY_MANUFACTURE_DATE

PowrProf.BATTERY_QUERY_INFORMATION

PowrProf.BATTERY_QUERY_INFORMATION_LEVEL

PowrProf.BATTERY_STATUS

PowrProf.BATTERY_WAIT_STATUS

PowrProf.ProcessorPowerInformation

Contains information about a processor.

包含有关处理器的信息。

PowrProf.SystemBatteryState

Contains information about the current state of the system battery.

包含有关系统电池当前状态的信息。

ProcessInformation

Utility to query Process Information performance counter

查询过程信息性能计数器的实用程序

ProcessInformation.HandleCountProperty

Handle performance counters

处理性能计数器

ProcessInformation.ProcessPerformanceProperty

Process performance counters

过程性能计数器

ProcessorInformation

Utility to query Processor performance counter

查询处理器性能计数器的实用程序

ProcessorInformation.InterruptsProperty

System interrupts counters

系统中断计数器

ProcessorInformation.ProcessorCapacityTickCountProperty

Processor performance counters including utility counters

处理器性能计数器包括实用程序计数器

ProcessorInformation.ProcessorFrequencyProperty

Processor Frequency counters.

处理器频率计数器。

ProcessorInformation.ProcessorTickCountProperty

Processor performance counters

处理器性能计数器

ProcessPerformanceData

Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI

实用程序从HKEY_PERFORMANCE_DATA信息读取流程数据,备份来自性能计数器或WMI

ProcessPerformanceData.PerfCounterBlock

Class to encapsulate data from the registry performance counter block

类以从注册表性能计数器块封装数据

ProcessStat

Utility to read process statistics from /proc/[pid]/stat

从/ proc / [pid] / stat读取流程统计信息的实用程序

ProcessStat.PidStat

Enum corresponding to the fields in the output of /proc/[pid]/stat

对应于/ proc / [pid] / stat输出中的字段的enum

ProcessStat.PidStatM

Enum corresponding to the fields in the output of /proc/[pid]/statm

枚举对应于/ proc / [pid] / statm的输出中的字段

ProcessWtsData

Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI

实用程序从HKEY_PERFORMANCE_DATA信息读取流程数据,备份来自性能计数器或WMI

ProcessWtsData.WtsInfo

Class to encapsulate data from WTS Process Info

类以封装WTS流程信息的数据

ProcPath

Provides constants for paths in the /proc filesystem on Linux.

为Linux上的/ proc文件系统中的路径提供常量。

ProcstatUtil

Reads from procstat into a map

从procstat读入地图

Prtvtoc

Utility to query iostat

查询Iostat的实用程序

PsInfo

Utility to query /proc/psinfo

查询/ proc / psinfo的实用程序

PsInfo

Utility to query /proc/psinfo

查询/ proc / psinfo的实用程序

Quartet<A, B, C, D>

Convenience class for returning multiple objects from methods.

用于从方法返回多个对象的便捷类。

Quintet<A, B, C, D, E>

Convenience class for returning multiple objects from methods.

用于从方法返回多个对象的便捷类。

Sensors

Sensors include hardware sensors to monitor temperature, fan speed, and other information.

传感器包括用于监控温度,风扇速度和其他信息的硬件传感器。

SessionWtsData

Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI

实用程序从HKEY_PERFORMANCE_DATA信息读取流程数据,备份来自性能计数器或WMI

SmcUtil

Provides access to SMC calls on macOS

提供对MacOS上的SMC调用的访问

SolarisFileSystem

The Solaris File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

Solaris文件系统包含OsfiLestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

SolarisHardwareAbstractionLayer

SolarisHardwareAbstractionLayer class.

Solaris硬件抽象层类。

SolarisHWDiskStore

Solaris hard disk implementation.

Solaris硬盘实现。

SolarisInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

SolarisLibc

C library.

C库。

SolarisLibc.Exit_status

Part of utmpx structure

utmpx结构的一部分

SolarisLibc.SolarisLwpsInfo

Nested Structure for psinfo file

psinfo文件的嵌套结构

SolarisLibc.SolarisPrUsage

Structure for usage file

使用文件的结构

SolarisLibc.SolarisPsInfo

Structure for psinfo file

psinfo文件的结构

SolarisLibc.SolarisUtmpx

Connection info

连接信息

SolarisLibc.Timestruc

32/64-bit timestruc required for psinfo and lwpsinfo structures

PSINFO和LWPSINFO结构需要32/64位Timestruc

SolarisLibc.Timeval

32/64-bit timeval required for utmpx structure

UTMPX结构所需的32/64位TimeVal

SolarisNetworkIF

SolarisNetworks class.

Solarisnetworks类。

SolarisOperatingSystem

Solaris is a non-free Unix operating system originally developed by Sun Microsystems.

Solaris是由Sun Microsystems开发的非免费UNIX操作系统。

SolarisOSFileStore

OSFileStore implementation

osfilestore实现

SolarisOSProcess

OSProcess implementation

osprocess实现

SolarisOSThread

OSThread implementation

oshread实现

SolarisPowerSource

A Power Source

电源

SolarisUsbDevice

Solaris Usb Device

Solaris USB设备

SoundCard

SoundCard interface.

声卡接口。

SysctlUtil

Provides access to sysctl calls on macOS

提供对MacOS上的Sysctl呼叫的访问

Sysfs

Utility to read info from sysfs

从sysfs读取信息的实用程序

SystemB

System class.

系统类。

SystemB.InSockInfo

Mac internet socket info

MAC Internet Socket Info

SystemB.MacUtmpx

Mac connection info

MAC连接信息

SystemB.Pri

Union for TCP or internet socket info

TCP或Internet Socket Info联盟

SystemB.ProcFdInfo

Mac file descriptor info

Mac文件描述符信息

SystemB.ProcFileInfo

Mac file info

MAC文件信息

SystemB.SocketFdInfo

Mac socket info

Mac Socket Info.

SystemB.SocketInfo

Mack IP Socket Info

Mack IP Socket Info

SystemB.TcpSockInfo

Mac TCP socket info

MAC TCP套接字信息

SystemConfiguration

Allow applications to access a device’s network configuration settings.

允许应用程序访问设备的网络配置设置。

SystemConfiguration.SCNetworkInterfaceRef

SystemInfo

System information.

系统信息。

SystemInformation

Utility to query System performance counter

查询系统性能计数器的实用程序

SystemInformation.ContextSwitchProperty

Context switch property

上下文切换属性

SystemPages

Utility to query geom part list

查询GeoM零件列表的实用程序

ThreadInfo

Utility to query threads for a process

utility查询流程以进行进程

ThreadInfo.ThreadStats

Class to encapsulate mach thread info

类封装Mach线程信息

ThreadInformation

Utility to query Thread Information performance counter

查询线程信息性能计数器的实用程序

ThreadInformation.ThreadPerformanceProperty

Thread performance counters

线程性能计数器

ThreadPerformanceData

Utility to read thread data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI

实用程序从HKEY_PERFORMANCE_DATA信息读取带有性能计数器或WMI的备份的线程数据

ThreadPerformanceData.PerfCounterBlock

Class to encapsulate data from the registry performance counter block

类以从注册表性能计数器块封装数据

ThreadSafe

The presence of this annotation indicates that the author believes the class to be thread-safe.

这种注释的存在表明作者认为课程是线程安全的。

Triplet<A, B, C>

Convenience class for returning multiple objects from methods.

用于从方法返回多个对象的便捷类。

UnixBaseboard

Baseboard data obtained by a calling class

由呼叫类获得的基板数据

UnixDisplay

A Display

展示

Uptime

Utility to query up time.

utility查询时间。

UpTime

Utility to read system uptime from /proc/uptime

从/ proc /正常运行时间读取系统正常运行时间的实用程序

UsbDevice

A USB device is a device connected via a USB port, possibly internally/permanently.

USB设备是通过USB端口连接的设备,可能在内部/永久地连接。

UserGroupInfo

Utility class to temporarily cache the userID and group maps in *nix, for parsing process ownership.

实用程序类以临时缓存* nix中的UserID和组映射,以解析进程所有权。

Util

General utility methods

一般实用方法

VirtualMemory

The VirtuallMemory class tracks information about the use of a computer’s virtual memory (swap file) which temporarily moves rarely accessed information to a disk or other storage device.

VirtuallMemory类跟踪有关使用计算机的虚拟内存(SWAP文件)的信息,该数据临时移动很少访问信息到磁盘或其他存储设备。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Who

Utility to query logged in users.

查询用户登录的实用程序。

Win32BaseBoard

Utility to query WMI class Win32_BaseBoard

查询WMI类Win32_Baseboard的实用程序

Win32BaseBoard.BaseBoardProperty

Baseboard description properties.

基板描述属性。

Win32Bios

Utility to query WMI class Win32_BIOS

查询WMI类Win32_BIOS的实用程序

Win32Bios.BiosProperty

BIOS description properties.

BIOS描述属性。

Win32Bios.BiosSerialProperty

Serial number property.

序列号财产。

Win32ComputerSystem

Utility to query WMI class Win32_ComputerSystem

查询WMI类Win32_ComputerSystem的实用程序

Win32ComputerSystem.ComputerSystemProperty

Computer System properties

计算机系统属性

Win32ComputerSystemProduct

Utility to query WMI class Win32_ComputerSystemProduct

查询WMI类Win32_ComputerSystemProduct的实用程序

Win32ComputerSystemProduct.ComputerSystemProductProperty

Computer System ID number

计算机系统ID号

Win32DiskDrive

Utility to query WMI class Win32_DiskDrive

查询WMI类Win32_DiskDrive的实用程序

Win32DiskDrive.DiskDriveProperty

Disk drive properties

磁盘驱动器属性

Win32DiskDriveToDiskPartition

Utility to query WMI class Win32_DiskDriveToDiskPartition

查询WMI类Win32_DiskDrivetodiskPartition的实用程序

Win32DiskDriveToDiskPartition.DriveToPartitionProperty

Links disk drives to partitions

将磁盘驱动器链接到分区

Win32DiskPartition

Utility to query WMI class Win32_DiskPartition

查询WMI类Win32_DiskPartition的实用程序

Win32DiskPartition.DiskPartitionProperty

Disk partition properties

磁盘分区属性

Win32Fan

Utility to query WMI class Win32_Fan

utuility致查询wmi类win32_fan

Win32Fan.SpeedProperty

Fan speed property.

风扇速度属性。

Win32LogicalDisk

Utility to query WMI class Win32_LogicalDisk

查询WMI类Win32_LogicalDisk的实用程序

Win32LogicalDisk.LogicalDiskProperty

Logical disk properties.

逻辑磁盘属性。

Win32LogicalDiskToPartition

Utility to query WMI class Win32_LogicalDiskToPartition

查询WMI类Win32_LogicalDiskTionition的实用程序

Win32LogicalDiskToPartition.DiskToPartitionProperty

Links disk drives to partitions

将磁盘驱动器链接到分区

Win32OperatingSystem

Utility to query WMI class Win32_OperatingSystem

查询WMI类Win32_operatingystem的实用程序

Win32OperatingSystem.OSVersionProperty

Operating System properties

操作系统属性

Win32PhysicalMemory

Utility to query WMI class Win32_PhysicalMemory

查询WMI类Win32_PhysicalMemory的实用程序

Win32PhysicalMemory.PhysicalMemoryProperty

Physical Memory properties for Win10 and later.

Win10及更高版本的物理内存属性。

Win32PhysicalMemory.PhysicalMemoryPropertyWin8

Physical Memory properties for Win8 and earlier.

Win8及更早版本的物理内存属性。

Win32Process

Utility to query WMI class Win32_Process

查询WMI类Win32_Process的实用程序

Win32Process.CommandLineProperty

Process command lines.

过程命令行。

Win32Process.ProcessXPProperty

Process properties accessible from WTSEnumerateProcesses in Vista+

从Vista +中获取WtsenueMeryProcesses的进程属性

Win32ProcessCached

Utility to query WMI class Win32_Process using cache

使用缓存查询WMI类Win32_Process的实用程序

Win32Processor

Utility to query WMI class Win32_Processor

查询WMI类Win32_Processor的实用程序

Win32Processor.BitnessProperty

Processor bitness property

处理器Bitness属性

Win32Processor.ProcessorIdProperty

Processor ID property

处理器ID属性

Win32Processor.VoltProperty

Processor voltage properties.

处理器电压属性。

Win32VideoController

Utility to query WMI class Win32_VideoController

uyility of查询wmi类win32_videocontroller

Win32VideoController.VideoControllerProperty

Video Controller properties

视频控制器属性

WindowInfo

Utility to query desktop windows

查询桌面窗口的实用程序

WindowsFileSystem

The Windows File System contains OSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.

Windows文件系统包含oSfilestores,它是存储池,设备,分区,卷,具体文件系统或其他文件存储方法的其他实现。

WindowsHardwareAbstractionLayer

WindowsHardwareAbstractionLayer class.

Windows硬件抽象层类。

WindowsHWDiskStore

Windows hard disk implementation.

Windows硬盘实现。

WindowsInternetProtocolStats

Internet Protocol Stats implementation

互联网协议统计实施

WindowsNetworkIF

WindowsNetworks class.

WindowsNetWorks类。

WindowsOperatingSystem

Microsoft Windows, commonly referred to as Windows, is a group of several proprietary graphical operating system families, all of which are developed and marketed by Microsoft.

Microsoft Windows,通常被称为Windows,是一组几个专有的图形操作系统系列,所有这些都是由微软开发和销售的。

WindowsOSFileStore

OSFileStore implementation

osfilestore实现

WindowsOSProcess

OSProcess implementation

osprocess实现

WindowsOSSystemInfo

Windows OS native system information.

Windows操作系统本机系统信息。

WindowsOSThread

OSThread implementation

oshread实现

WindowsPowerSource

A Power Source

电源

WindowsUsbDevice

Windows Usb Device

Windows USB设备

WinNT

WinNT.TOKEN_ELEVATION

WmiQueryHandler

Utility to handle WMI Queries.

实用程序处理WMI查询。

WmiUtil

Helper class for WMI

WMI的辅助班

Xrandr

Utility to query xrandr

查询Xrandr的实用程序

Xwininfo

Utility to query X11 windows

查询X11 Windows的实用程序

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
注:下文中的 *** 代表文件名中的组件名称。 # 包含: 中文-英文对照文档:【***-javadoc-API文档-中文(简体)-英语-对照版.zip】 jar包下载地址:【***.jar下载地址(官方地址+国内镜像地址).txt】 Maven依赖:【***.jar Maven依赖信息(可用于项目pom.xml).txt】 Gradle依赖:【***.jar Gradle依赖信息(可用于项目build.gradle).txt】 源代码下载地址:【***-sources.jar下载地址(官方地址+国内镜像地址).txt】 # 本文件关键字: 中文-英文对照文档,中英对照文档,java,jar包,Maven,第三方jar包,组件,开源组件,第三方组件,Gradle,中文API文档,手册,开发手册,使用手册,参考手册 # 使用方法: 解压 【***.jar中文文档.zip】,再解压其中的 【***-javadoc-API文档-中文(简体)版.zip】,双击 【index.html】 文件,即可用浏览器打开、进行查看。 # 特殊说明: ·本文档为人性化翻译,精心制作,请放心使用。 ·本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦; ·有原文可参照,不再担心翻译偏差误导; ·边学技术、边学英语。 ·只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等; ·不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等。 # 温馨提示: (1)为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地); (2)有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件;

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

寒水馨

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值