| Package | Description |
|---|---|
| io.jpom.common.commander | |
| io.jpom.common.commander.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract ProcessModel |
AbstractSystemCommander.getPidInfo(int pid)
获取指定进程的 内存信息
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<ProcessModel> |
AbstractSystemCommander.getProcessList(String processName)
获取当前服务器的所有进程列表
|
| Modifier and Type | Method and Description |
|---|---|
ProcessModel |
WindowsSystemCommander.getPidInfo(int pid) |
ProcessModel |
LinuxSystemCommander.getPidInfo(int pid) |
ProcessModel |
MacOsSystemCommander.getPidInfo(int pid) |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessModel> |
WindowsSystemCommander.getProcessList(String processName) |
List<ProcessModel> |
LinuxSystemCommander.getProcessList(String processName) |
List<ProcessModel> |
MacOsSystemCommander.getProcessList(String processName) |
Copyright © 2017–2022. All rights reserved.