12 Star 0 Fork 4

src-openEuler/systemd-bootchart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
systemd-bootchart.spec 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
wang_yue111 提交于 2020-08-11 19:06 . package init
Name: systemd-bootchart
Version: 233
Release: 1
Summary: Boot performance graphing tool
License: GPLv2+ and LGPLv2+
URL: https://github.com/systemd/systemd-bootchart
Source0: https://github.com/systemd/systemd-bootchart/releases/download/v%{version}/systemd-bootchart-%{version}.tar.xz
BuildRequires: gcc systemd pkgconfig(libsystemd) >= 221 %{_bindir}/xsltproc docbook-style-xsl
%{?systemd_requires}
%description
This package provides a binary which can be started during boot early boot to
capture informations about processes and services launched during bootup.
Resource utilization and process information are collected during the boot
process and are later rendered in an SVG chart. The timings for each services
are displayed separately.
%prep
%autosetup -p1
%build
%configure --disable-silent-rules
%make_build
%install
%make_install
%post
%systemd_post %{name}.service
%preun
%systemd_preun %{name}.service
%postun
%systemd_postun_with_restart %{name}.service
%files
%license LICENSE.GPL2
%license LICENSE.LGPL2.1
%doc README
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
%{_unitdir}/systemd-bootchart.service
%{_unitdir}/../%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/bootchart.conf.5*
%{_mandir}/man5/bootchart.conf.d.5*
%changelog
* Mon Jul 27 2020 wangyue <[email protected]> - 233-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/systemd-bootchart.git
[email protected]:src-openeuler/systemd-bootchart.git
src-openeuler
systemd-bootchart
systemd-bootchart
master

搜索帮助