C E F G K P
C
- cn.foxtech.common.process - 程序包 cn.foxtech.common.process
-
E
- extendAppStatus(List<Map<String, Object>>) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
F
- findPidByPort(Integer) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
通过linux的netstat命令,根据端口号,查找进程ID
在Linux下,如果该端口被使用,那么返回的是如下内容
tcp6 0 0 :::9000 :::* LISTEN 2012423/java
G
- gcProcess(Long) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
GC java进程
- getProcess() - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
- getProcess(String) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
获得进程信息
- getProcessID() - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
获得当前进程的ID
- getProcessPort(Long) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
- getSysProcess(String) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
- getSysProcess(String, boolean) - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
K
- killLoader() - 类 中的静态方法cn.foxtech.common.process.ProcessUtils
-
P
- ProcessUtils - cn.foxtech.common.process中的类
-
获得进程的运行信息
- ProcessUtils() - 类 的构造器cn.foxtech.common.process.ProcessUtils
-
C E F G K P
Copyright © 2024. All rights reserved.