mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
7 lines
154 B
Java
Executable File
7 lines
154 B
Java
Executable File
/**
|
||
* System模块主要获取系统、JVM、内存、CPU等信息,以便动态监测系统状态
|
||
*
|
||
* @author looly
|
||
*
|
||
*/
|
||
package cn.hutool.system; |