본문 바로가기
리눅스

Gnome resources (software)

by 다움위키 2024. 11. 24.

원문 보기: https://dawoum.duckdns.org/wiki/Gnome_resources_(software)

 

Gnome resources는 시스템 자원의 사용률을 확인하고 실행 중인 프로세스와 프로그램을 제어하는 것을 허용합니다.

그것은 GNOME의 libadwaita를 사용함으로써 사용자 친화적으로 설계되었고 Rust (programming language)로 작성되었습니다.

그것은 다음 구성 요소의 모니터링을 지원합니다:

  • CPU
  • Memory
  • GPU
  • Network Interfaces
  • Storage Devices

Installation

데비안 저장소에서 패키지를 제공하지 않기 때문에, Flatpak을 이용해서 설치할 수 있습니다.

Debian packaging

직접 패키지를 제작하기 위해,

  • git clone --recurse-submodules --depth 1 https://github.com/nokyan/resources
  • cd resources
  • dh_make --createorig -p gnome-resources_1.6.0
  • dh_auto_configure --buildsystem=meson
  • debian/changelog, debian/control 파일 수정
  • time dpkg-buildpackage -i -us -uc -b
  • cd ..
  • sudo dpkg -i gnome-resources_1.6.0-1_amd64.deb

Configurations

프로그램 실행 후에, 왼쪽 상단에 새로 점 3개를 눌러서 Preferences를 실행합니다.

4개의 탭이 있습니다:

  • General:
  • Apps
  • Process
  • Devices

Screenshots