All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tvd12.ezyhttp.server.management.data.CpuPoint Maven / Gradle / Ivy

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