Compare commits
12 Commits
19a3d3d3bc
...
2b080333b3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b080333b3 | ||
|
|
61fba19ab8 | ||
|
|
eb50ec825c | ||
|
|
020d204b1b | ||
|
|
d681e2f750 | ||
|
|
1e685a894d | ||
|
|
0c5c532a89 | ||
|
|
2188cfe588 | ||
|
|
1a1ad76291 | ||
|
|
6848c61a72 | ||
|
|
bf893a4e3d | ||
|
|
4898caf176 |
BIN
eagle-mpctool.tar.gz
Normal file
BIN
eagle-mpctool.tar.gz
Normal file
Binary file not shown.
39
eagle.spec
39
eagle.spec
@ -1,23 +1,22 @@
|
|||||||
Name: python-mpctool
|
Name: eagle
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: mpctool
|
Summary: eagle kit
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/eagle
|
URL: https://gitee.com/openeuler/eagle
|
||||||
Source0: mpctool.tar.gz
|
Source0: eagle-mpctool.tar.gz
|
||||||
|
|
||||||
Requires: python3-numpy python3-pandas python3-psutil
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
%package -n python3-mpctool
|
%package -n python3-eagle-mpctool
|
||||||
Summary: Python3 package for python-mpctool
|
Summary: Python3 package for python-ealge-mpctool
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
BuildRequires: python3-numpy python3-pandas python3-psutil
|
Requires: python3-numpy python3-pandas python3-psutil python3-scipy ipmitool
|
||||||
|
|
||||||
%description -n python3-mpctool
|
%description -n python3-eagle-mpctool
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -30,12 +29,28 @@ BuildRequires: python3-numpy python3-pandas python3-psutil
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-mpctool
|
%files -n python3-eagle-mpctool
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mpctool
|
%{_bindir}/mpctool
|
||||||
/usr/lib/systemd/system/mpctool.service
|
/usr/lib/systemd/system/mpctool.service
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 12 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
|
* Thur Nov 30 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-3
|
||||||
|
- The current condition for determining whether the system enters the stable state is that
|
||||||
|
- the difference between the maximum temperature and the minimum temperature within 60s is less than 0.2 degrees.
|
||||||
|
- This judgment is too strict and needs to be changed to 2 degrees.
|
||||||
|
- In addition, the average fuzzy processing in five windows is used to prevent data jitter.
|
||||||
|
- When the entire system can obtain the CPU power consumption data, the obtained CPU power consumption
|
||||||
|
- is directly used during training, instead of obtaining the CPU power consumption by inferring.
|
||||||
|
|
||||||
|
* Mon Jun 12 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-2
|
||||||
|
- Optimize the accuracy of non-steady-state data prediction and training.
|
||||||
|
- The anbient temperature check is added befor the collection is started. If the temperature is
|
||||||
|
- greater than 28°C, the collection will not be started.
|
||||||
|
|
||||||
|
* Mon May 29 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-1
|
||||||
|
- Added the handling of overtemperature scenarios of system components during data collection.
|
||||||
|
|
||||||
|
* Wed Mar 15 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
|
||||||
- First Release
|
- First Release
|
||||||
|
|||||||
BIN
mpctool.tar.gz
BIN
mpctool.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user