# # An interactive process viewer for Unix systems. # # Comparison between htop and classic top # * In htop you can scroll the list vertically and horizontally # to see all processes and full command lines. # * In top you are subject to a delay for each unassigned # key you press (especially annoying when multi-key escape # sequences are triggered by accident). # * htop starts faster (top seems to collect data for a while # before displaying anything). # * In htop you don't need to type the process number to # kill a process, in top you do. # * In htop you don't need to type the process number or # the priority value to renice a process, in top you do. # * In htop you can kill multiple processes at once. # * top is older, hence, more tested. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=htop pkgversion=3.2.1 arch=amd64 release=1 pkgcategory="tools" full_pkgname=htop_3.2.1_amd64-1@tools blurb="An interactive process viewer for Unix systems." homepage="https://hisham.hm/htop/" license="GPLv2+" fetch=" https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz https://dl.bintray.com/htop/source/htop-3.2.1.tar.xz " replace=""