com.baomidou.framework.sigar.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-wind Show documentation
Show all versions of spring-wind Show documentation
spring-wind extension of spring framework.
The newest version!
package com.baomidou.framework.sigar;
/**
*
* Sigar 系统信息收集API
*
* 收集的信息包括:
* 1, CPU信息,包括基本信息(vendor、model、mhz、cacheSize)和统计信息(user、sys、idle、nice、wait)
* 2, 文件系统信息,包括Filesystem、Size、Used、Avail、Use%、Type
* 3, 事件信息,类似Service Control Manager
* 4, 内存信息,物理内存和交换内存的总数、使用数、剩余数;RAM的大小
* 5, 网络信息,包括网络接口信息和网络路由信息
* 6, 进程信息,包括每个进程的内存、CPU占用数、状态、参数、句柄
* 7, IO信息,包括IO的状态,读写大小等
* 8, 服务状态信息
* 9, 系统信息,包括操作系统版本,系统资源限制情况,系统运行时间以及负载,JAVA的版本信息等.
*
*
* {@docRoot https://support.hyperic.com/display/SIGAR/Home}
*
*
* 帮助文档:/spring-wind/src/test/resources/wiki/sigar/sigar.md
*
*
* @author hubin
* @Date 2016-04-15
*/
© 2015 - 2024 Weber Informatics LLC | Privacy Policy