diff --git a/server/config/config.go b/server/config/config.go index bc46a6bafe0104b3bcbcc2dd680da9aa4762170a..0625dc40427ae706c7717415036f2afb1c8765ec 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package config import ( diff --git a/server/controller/atunemanage.go b/server/controller/atunemanage.go index ed1b2adacfea8614f718af8180eac395761fa0a2..6e899376387534689ac69ad63e5010a1ca5226ff 100644 --- a/server/controller/atunemanage.go +++ b/server/controller/atunemanage.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package controller import ( diff --git a/server/controller/runresult.go b/server/controller/runresult.go index 72133f440ffced86dff5a3c4bee071b2d41fda77..12d66c08838b82d67321a39abf2008d1e3aebb59 100644 --- a/server/controller/runresult.go +++ b/server/controller/runresult.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package controller import ( diff --git a/server/controller/task.go b/server/controller/task.go index 04e271858d7e11e66516a78a2cf66a2282d0e5b5..6208744168506489fc4281fe016da6534d94f237 100644 --- a/server/controller/task.go +++ b/server/controller/task.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package controller import ( diff --git a/server/controller/tune.go b/server/controller/tune.go index 66db9cdcb2425549d8518eb8bfd0734325326dc2..865303a254a810ffc8985be548a4a00df1e0837a 100644 --- a/server/controller/tune.go +++ b/server/controller/tune.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package controller import ( diff --git a/server/dao/atunemanagedao.go b/server/dao/atunemanagedao.go index 010ecedf7127b50607ae81df7c6a7a0d3dbdc287..d3311b26bcf02340c09ee5627fa287d63a99409c 100644 --- a/server/dao/atunemanagedao.go +++ b/server/dao/atunemanagedao.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package dao import ( diff --git a/server/dao/resultanalysis.go b/server/dao/resultanalysis.go index c8e883a59d349d3af3a53d7427286076eb339e7e..879ac3dbe93d1533d610da23db6a8f7bc2f61b44 100644 --- a/server/dao/resultanalysis.go +++ b/server/dao/resultanalysis.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 26 15:04:04 2024 +0800 + */ package dao import ( diff --git a/server/dao/runresultdao.go b/server/dao/runresultdao.go index 085298f57c05b29302e0335676f610c81d42bbd6..4130f5af2edc184157c7ec7bbf7e1961fb30518f 100644 --- a/server/dao/runresultdao.go +++ b/server/dao/runresultdao.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package dao import ( diff --git a/server/dao/taskdao.go b/server/dao/taskdao.go index f15bc61c4f46ea29948b141ab8344cf6c096249f..4ad7a7a4e76f66858163fc8797ed3a04a4449296 100644 --- a/server/dao/taskdao.go +++ b/server/dao/taskdao.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package dao import ( diff --git a/server/dao/tunedao.go b/server/dao/tunedao.go index 774a52fc9a21e1214bc68b74527c698fabf04272..578d9c43ef90f678151a8c8e640450a4263b4dec 100644 --- a/server/dao/tunedao.go +++ b/server/dao/tunedao.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package dao import ( diff --git a/server/db/db.go b/server/db/db.go index 1331878cd4b1c50624584e09a1497a4f9d7a31cd..1fedec2a7c8a3ee75c318eb28de621f4369e398d 100644 --- a/server/db/db.go +++ b/server/db/db.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package db import ( diff --git a/server/main.go b/server/main.go index 16eaf2970b91f91c5a7fd7ff5357f20e76a6c6dd..ed6f80df2c5f6c6eb9d8fbf07a570388daae4d23 100644 --- a/server/main.go +++ b/server/main.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package main import ( diff --git a/server/model/common.go b/server/model/common.go index b8897fe492fb597cf69f1ef405ffe6186fe9e7f8..f0f9d1061903db825a6d8dfeed4b94bacbf494b5 100644 --- a/server/model/common.go +++ b/server/model/common.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package model type Tunes struct { diff --git a/server/plugin/plugin_manager.go b/server/plugin/plugin_manager.go index c65833a63c479a3e38b5f19eb260e3762888db09..32a0bab1dd79de309331c574c8b4aab3fd51c837 100644 --- a/server/plugin/plugin_manager.go +++ b/server/plugin/plugin_manager.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package plugin import ( diff --git a/server/router/router.go b/server/router/router.go index bc4c3b9ff2eb224b14743cc2e7b76811dfc7b70a..b0c89695a21af298d935f30f00abc2d99589adac 100644 --- a/server/router/router.go +++ b/server/router/router.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package router import ( diff --git a/server/service/atunemanageservice.go b/server/service/atunemanageservice.go index 13d8d6e31304616eaf86793f188c0d23c8a50dc4..da31347d0f6b39b564ad16cd8dd823f553f29e05 100644 --- a/server/service/atunemanageservice.go +++ b/server/service/atunemanageservice.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/extentions.go b/server/service/extentions.go index 43ad6e8190210ca8f141bf50ccfcce8106092fcd..eca04a55ae7cbd36487ca8dcbdbfb865309a4441 100644 --- a/server/service/extentions.go +++ b/server/service/extentions.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/fileservice.go b/server/service/fileservice.go index bcd329e8dc262d720b49b4b6d2f06100d2cede11..6fb5f357acf4ecfd1dd3e3ab670bdd25468ae65e 100644 --- a/server/service/fileservice.go +++ b/server/service/fileservice.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/resultanalysis.go b/server/service/resultanalysis.go index d6f982db9972393e457df4e8e871ae1e70390f26..9e2a70510402995b6b53a85fbb6d1f3738780b1a 100644 --- a/server/service/resultanalysis.go +++ b/server/service/resultanalysis.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 26 15:04:04 2024 +0800 + */ package service import ( diff --git a/server/service/resultservice.go b/server/service/resultservice.go index a6b5c05eac7d7d0b8c0101ebfad32b129dea2b56..3197679c25c9e8e325a71b52d3f7cab6cd0c7446 100644 --- a/server/service/resultservice.go +++ b/server/service/resultservice.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/tags.go b/server/service/tags.go index a65f421be7db5fbe4422b6a4063ca6619ed0e0f5..f1a117f2dd4335fea508b6e6bcab02b95aee12df 100644 --- a/server/service/tags.go +++ b/server/service/tags.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/taskservice.go b/server/service/taskservice.go index 941daad42429cfe1398613ab19d2d9dc79804fcb..2a7cb1614050e870fb8e2ca5e9e2ae3b09188c0a 100644 --- a/server/service/taskservice.go +++ b/server/service/taskservice.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/service/tuneservice.go b/server/service/tuneservice.go index 9aaabef083e8b011d51a7eabd871e571d7cb0fa6..d333425c0f35cf0a23d2511e6d9986fb5f059569 100644 --- a/server/service/tuneservice.go +++ b/server/service/tuneservice.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package service import ( diff --git a/server/template/enter_tune.go b/server/template/enter_tune.go index cc87bebd802921b5265bdf9ad19b1cda5c41014c..720e9950fed1a35e9523a63a5ab8c6d0e739333b 100644 --- a/server/template/enter_tune.go +++ b/server/template/enter_tune.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package template import "openeuler.org/PilotGo/atune-plugin/template/tune" diff --git a/server/template/tune/common.go b/server/template/tune/common.go index 5c9ba4f5e1c661c6e7bfec0d5bae19723eab8390..92dc371ea7d178e3380243e05ef362801bd51d23 100644 --- a/server/template/tune/common.go +++ b/server/template/tune/common.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune var TuneGroupApp = new(TuneGroup) diff --git a/server/template/tune/compress.go b/server/template/tune/compress.go index 40f502e1a1ecdf8c7299722aec3d37df6b3dd508..fec01ab94515401bd54bf58824bbb99afa7dd6b9 100644 --- a/server/template/tune/compress.go +++ b/server/template/tune/compress.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/compress_Except.go b/server/template/tune/compress_Except.go index 18ab1f5576ce43ff0ca6754748fbab8c60dabd89..447e03dc701262d1f64c8bb0c6cddfa028c8a6e7 100644 --- a/server/template/tune/compress_Except.go +++ b/server/template/tune/compress_Except.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/ffmpeg.go b/server/template/tune/ffmpeg.go index 37883df0ae35a36a20ededb12fbd0d6fe8a2afb7..a19c0743b255f374bdf002948856b151af6ab9df 100644 --- a/server/template/tune/ffmpeg.go +++ b/server/template/tune/ffmpeg.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/fio.go b/server/template/tune/fio.go index 6319fbab6e89de4ad7e07ee06870f0aceb71a83a..e538cc7ae5bdd134d41cd943d2c295c756bdc2bd 100644 --- a/server/template/tune/fio.go +++ b/server/template/tune/fio.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/gcc_compile.go b/server/template/tune/gcc_compile.go index 6ca5d8ff492946bb0a38de7edc18719b00f8db61..abac9f2eb8ebe32a4574937a0714ef9eea27228a 100644 --- a/server/template/tune/gcc_compile.go +++ b/server/template/tune/gcc_compile.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/go_gc.go b/server/template/tune/go_gc.go index 2d8811536fd013a6f6c2401375a0cf3dc071e6d0..259c3f4a0af7d7b5cf996d5cfe4c3d4c25c3b601 100644 --- a/server/template/tune/go_gc.go +++ b/server/template/tune/go_gc.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/graphicsmagick.go b/server/template/tune/graphicsmagick.go index e974918dd2fb1a0c58d49152f8a053ae5cec383e..9c855933098e089b1fe3bfb41bfcf5c90c38b65f 100644 --- a/server/template/tune/graphicsmagick.go +++ b/server/template/tune/graphicsmagick.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/iozone.go b/server/template/tune/iozone.go index d01cfdf6267a00ee1e0e3c200373b078d11596e4..af7d20ff0b3a2ea2b3e9cd51d2c9b5f680692811 100644 --- a/server/template/tune/iozone.go +++ b/server/template/tune/iozone.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/kafka.go b/server/template/tune/kafka.go index 1bc40ea05db772827c1d5d251c2b39b95b18d58b..9cf8065a4719b424ed335bc14b525fa4ac591630 100644 --- a/server/template/tune/kafka.go +++ b/server/template/tune/kafka.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/key_parameters_select.go b/server/template/tune/key_parameters_select.go index d113420570131fb220c8e75185ad51fa5b0a578a..610916c4eb2bd5f8c28dd25c34be7db02331c9d5 100644 --- a/server/template/tune/key_parameters_select.go +++ b/server/template/tune/key_parameters_select.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/key_parameters_select_variant.go b/server/template/tune/key_parameters_select_variant.go index 8550f23fd8840bcd28ad87b164d90dfbab00bcff..f94d179966b8542ebca21d0ab8a02bec040a7fa1 100644 --- a/server/template/tune/key_parameters_select_variant.go +++ b/server/template/tune/key_parameters_select_variant.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/mariadb.go b/server/template/tune/mariadb.go index 656b0922eb01822a7af7126549dc23c78ded015e..14195eade0c61e72db48f26d3eb227e1b2837b74 100644 --- a/server/template/tune/mariadb.go +++ b/server/template/tune/mariadb.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/memcached.go b/server/template/tune/memcached.go index 1d2ab5f3aa8692cf5df9772f7ac43bb878ec99a1..c636a377532de71ab3e54fbe2c5e16664e2eba56 100644 --- a/server/template/tune/memcached.go +++ b/server/template/tune/memcached.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/memory.go b/server/template/tune/memory.go index 0ed1cf729704f101f49e68db39eff5edde84b29f..8bf5a662c17c1ea0b0a35607f0edfebe938c6cdd 100644 --- a/server/template/tune/memory.go +++ b/server/template/tune/memory.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/mysql_sysbench.go b/server/template/tune/mysql_sysbench.go index 4101f5b9a57a7b35d66088a314428acbd20ebda6..5929c03f75f7225db4624612193774a3914175ee 100644 --- a/server/template/tune/mysql_sysbench.go +++ b/server/template/tune/mysql_sysbench.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/nginx.go b/server/template/tune/nginx.go index 1de163983e755ccf520851b0effdf91830615acf..328535c1689c7771b3907250b7acd4b8d77adddb 100644 --- a/server/template/tune/nginx.go +++ b/server/template/tune/nginx.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/openGauss.go b/server/template/tune/openGauss.go index 648ec5d17e94bc934768709c86f5caf7e953a267..aee18ddc058461f64d792f3a120de00bd23ab038 100644 --- a/server/template/tune/openGauss.go +++ b/server/template/tune/openGauss.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/redis.go b/server/template/tune/redis.go index d5d07cdd7a61a6fd55ff44c4ac78fcd69bc0e074..a7c055e4734a86aebb63706fdb6afdf48dd1d592 100644 --- a/server/template/tune/redis.go +++ b/server/template/tune/redis.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/spark.go b/server/template/tune/spark.go index b4cf77443e7e19e7f03a5319df354b82223f1daa..ce438cb8ddd105e9b4dbc5bb360919412f661664 100644 --- a/server/template/tune/spark.go +++ b/server/template/tune/spark.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/tensorflow_train.go b/server/template/tune/tensorflow_train.go index 0ba6a8b2ff2247f129c7a763250ea8be6d323282..34872db25554e7a6f609ef94dc0d70e6f1067f2e 100644 --- a/server/template/tune/tensorflow_train.go +++ b/server/template/tune/tensorflow_train.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/tidb.go b/server/template/tune/tidb.go index d2274695993c2449ec2098b74b33f46a8814638b..f9e2c7712777b682a0c87a80000936a5661f140d 100644 --- a/server/template/tune/tidb.go +++ b/server/template/tune/tidb.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/server/template/tune/tomcat.go b/server/template/tune/tomcat.go index 3f96cb68c097cc7c4b8cde9e9122ebf27fde8321..2a3b8a1bbdd645b1d076e963e4b584aafb2d2bcc 100644 --- a/server/template/tune/tomcat.go +++ b/server/template/tune/tomcat.go @@ -1,3 +1,10 @@ +/* + * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. + * PilotGo-plugin-a-tune licensed under the Mulan Permissive Software License, Version 2. + * See LICENSE file for more details. + * Author: zhanghan2021 + * Date: Fri Jan 12 14:12:37 2024 +0800 + */ package tune import "openeuler.org/PilotGo/atune-plugin/plugin" diff --git a/web/index.html b/web/index.html index 13d0e329a0279316b8f892afd4454d0a7dab52b8..4c16c6c5da06c0737a427b8fe6548134becf91e3 100644 --- a/web/index.html +++ b/web/index.html @@ -1,3 +1,10 @@ + diff --git a/web/src/App.vue b/web/src/App.vue index 9c0a8af832e55f5f32efb722cd124ca8bc8b1a54..787358db7737f25513b22f6ccd47e5f0a7058643 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,3 +1,10 @@ +