2022-04-28 17:00:49 +08:00

7 lines
154 B
Java
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* System模块主要获取系统、JVM、内存、CPU等信息以便动态监测系统状态
*
* @author looly
*
*/
package cn.hutool.system;