加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bpytop.spec 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
lijingwei 提交于 2021-09-29 13:52 . Package init
Name: bpytop
Version: 1.0.40
Release: 1
Summary: Linux/OSX/FreeBSD resource monitor
BuildArch: noarch
License: ASL 2.0
URL: https://github.com/aristocratos/bpytop
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Requires: python3 >= 3.6
Requires: python3-psutil
%description
Resource monitor that shows usage and stats for processor, memory, disks,
network and processes.
Python port of bashtop.
Features:
- Easy to use, with a game inspired menu system.
- Full mouse support, all buttons with a highlighted key is clickable and mouse
scroll works in process list and menu boxes.
- Fast and responsive UI with UP, DOWN keys process selection.
- Function for showing detailed stats for selected process.
- Ability to filter processes, multiple filters can be entered.
- Easy switching between sorting options.
- Send SIGTERM, SIGKILL, SIGINT to selected process.
- UI menu for changing all config file options.
- Auto scaling graph for network usage.
- Shows message in menu if new version is available
- Shows current read and write speeds for disks
%prep
%autosetup -p1
sed -i 's|update_check: bool = True|update_check: bool = False|' bpytop.py
%build
%make_build
%install
%make_install PREFIX=%{_prefix}
rm %{buildroot}%{_datadir}/%{name}/doc/README.md
%files
%license LICENSE
%doc README.md CHANGELOG.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
%changelog
* Wed Sep 29 2021 Li Jingwei <lijingwei@uniontech.com> - 1.0.40-1
- Update to 1.0.40
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化