com.tvd12.ezyhttp.server.management.data.CpuPoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ezyhttp-server-management Show documentation
Show all versions of ezyhttp-server-management Show documentation
Provider managment APIs for ezyhttp server
The newest version!
package com.tvd12.ezyhttp.server.management.data;
import lombok.Builder;
import lombok.Getter;
@Getter
@Builder
public class CpuPoint {
private double systemCpuLoad;
private double processCpuLoad;
private double processGcActivity;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy