| Package | Description |
|---|---|
| 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.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
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
HardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
NetworkIF[] |
Networks.getNetworks()
Get network interfaces on this machine
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
AbstractNetworks.getNetworks()
Get network interfaces on this machine
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
LinuxHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinuxNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
MacHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
| Modifier and Type | Method and Description |
|---|---|
static void |
MacNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
FreeBsdHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
| Modifier and Type | Method and Description |
|---|---|
static void |
FreeBsdNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
SolarisHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
| Modifier and Type | Method and Description |
|---|---|
static void |
SolarisNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkIF[] |
WindowsHardwareAbstractionLayer.getNetworkIFs()
Instantiates an array of
NetworkIF objects, representing a
network interface |
| Modifier and Type | Method and Description |
|---|---|
static void |
WindowsNetworks.updateNetworkStats(NetworkIF netIF)
Updates interface network statistics on the given interface.
|
Copyright © 2010–2018 oshi. All rights reserved.