| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| 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.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on Mac OS X
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
| Modifier and Type | Method and Description |
|---|---|
OSProcess |
CentralProcessor.getProcess(int pid)
Gets information on a currently running process
|
OSProcess[] |
CentralProcessor.getProcesses()
Gets currently running processes
|
| Modifier and Type | Method and Description |
|---|---|
OSProcess |
LinuxCentralProcessor.getProcess(int pid)
Gets information on a currently running process
|
OSProcess[] |
LinuxCentralProcessor.getProcesses()
Gets currently running processes
|
| Modifier and Type | Method and Description |
|---|---|
OSProcess |
MacCentralProcessor.getProcess(int pid)
Gets information on a currently running process
|
OSProcess[] |
MacCentralProcessor.getProcesses()
Gets currently running processes
|
| Modifier and Type | Method and Description |
|---|---|
OSProcess |
WindowsCentralProcessor.getProcess(int pid)
Gets information on a currently running process
|
OSProcess[] |
WindowsCentralProcessor.getProcesses()
Gets currently running processes
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcess
A process is an instance of a computer program that is being executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxProcess
A process is an instance of a computer program that is being executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacProcess
A process is an instance of a computer program that is being executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsProcess
A process is an instance of a computer program that is being executed.
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.