diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/SystemHardwareInfo.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/SystemHardwareInfo.java index f74351f..46d8231 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/SystemHardwareInfo.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/SystemHardwareInfo.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:24 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor; diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/CPU.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/CPU.java index 7fbe5a1..e158e57 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/CPU.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/CPU.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:28 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor.utils; @@ -11,7 +22,7 @@ import java.io.Serializable; import java.math.BigDecimal; /** - * 系统监控 + * 系统监控 CPU * * @author 薛佳琪 */ diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/JVM.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/JVM.java index 8c25a4c..3eaa900 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/JVM.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/JVM.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:33 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor.utils; @@ -13,7 +24,7 @@ import java.io.Serializable; import java.lang.management.ManagementFactory; import java.util.Date; /** - * 系统监控 + * 系统监控 JVM * * @author 薛佳琪 */ diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Mem.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Mem.java index ef86729..6b941ff 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Mem.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Mem.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:34 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor.utils; @@ -9,7 +20,7 @@ import lombok.Data; import java.io.Serializable; /** - * 系统监控 + * 系统监控 内存 * * @author 薛佳琪 */ diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Sys.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Sys.java index 70780ed..83d1f4a 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Sys.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/Sys.java @@ -1,14 +1,26 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:34 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor.utils; import lombok.Data; import java.io.Serializable; + /** - * 系统监控 + * 系统监控 系统信息 * * @author 薛佳琪 */ diff --git a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/SysFile.java b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/SysFile.java index eecbeaa..e4b7d86 100644 --- a/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/SysFile.java +++ b/opsli-base-support/opsli-core/src/main/java/org/opsli/core/monitor/utils/SysFile.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/23 11:36 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.core.monitor.utils; @@ -8,7 +19,7 @@ import lombok.Data; import java.io.Serializable; /** - * 系统监控 + * 系统监控 磁盘监控 * * @author 薛佳琪 */ diff --git a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/entity/SysServiceInfo.java b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/entity/SysServiceInfo.java index b0598d7..4a18ab4 100644 --- a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/entity/SysServiceInfo.java +++ b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/entity/SysServiceInfo.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/27 14:40 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.modulars.system.monitor.entity; diff --git a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/IMonitorService.java b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/IMonitorService.java index 484cd29..7095909 100644 --- a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/IMonitorService.java +++ b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/IMonitorService.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/27 14:54 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.modulars.system.monitor.service; diff --git a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/impl/MonitorServiceImpl.java b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/impl/MonitorServiceImpl.java index 28b0dd4..279015d 100644 --- a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/impl/MonitorServiceImpl.java +++ b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/service/impl/MonitorServiceImpl.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/27 14:54 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.modulars.system.monitor.service.impl; diff --git a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/web/MonitorController.java b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/web/MonitorController.java index fd94ed6..e680f41 100644 --- a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/web/MonitorController.java +++ b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/monitor/web/MonitorController.java @@ -1,6 +1,17 @@ /** - * @作者 薛佳琪 - * @创建时间 2020/11/27 14:39 + * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. */ package org.opsli.modulars.system.monitor.web;