summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'natoscott-changelog-3.2.0'3.2.0Nathan Scott2022-05-012-1/+35
|\
| * Merge branch 'changelog-3.2.0' of https://github.com/natoscott/htop into ↵Nathan Scott2022-05-012-1/+35
|/| | | | | | | natoscott-changelog-3.2.0
| * Add changelog entries for pending htop-3.2.0 release, update versionNathan Scott2022-04-292-1/+35
| |
* | Merge branch 'natoscott-coverity-scan'Nathan Scott2022-05-011-14/+14
|\ \
| * | Merge branch 'coverity-scan' of https://github.com/natoscott/htop into ↵Nathan Scott2022-05-011-14/+14
|/| | | | | | | | | | | natoscott-coverity-scan
| * | Update Settings_newScreen with single-line sortKey checking.Nathan Scott2022-05-011-5/+1
| | | | | | | | | Co-authored-by: BenBE <BenBE@geshi.org>
| * | Remove redundant null checks on Settings_write (covscan)Nathan Scott2022-04-301-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | Coverity scan reports that there is dead code in Settings_write checking for nulls that have already been dereferenced on every code path leading to the check. This is likely a hangover from times when the screens pointer was only conditionally allocated - they're not needed anymore.
| * | Add array bounds checking for the Process_fields array (covscan)Nathan Scott2022-04-301-1/+7
| |/ | | | | | | | | | | | | Coverity scan reports there may be a code path that would cause an overrun in the (relatively new) ScreenSettings code where it evaluates default sort direction. Add bounds check and default to descending instead of a potentially invalid array access.
* | Add note that the Tree view setting is per Screen tab nowDaniel Lange2022-04-301-1/+1
| |
* | Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange2022-04-302-0/+6
| |
* | FreeBSD: free emulation stringChristian Göttsche2022-04-301-0/+1
| |
* | Fix typoChristian Göttsche2022-04-301-4/+4
|/
* Merge branch 'main' of thesamesam/htopDaniel Lange2022-04-261-2/+2
|\
| * build: use AC_CANONICAL_HOST, not AC_CANONICAL_TARGETSam James2022-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | htop is a program which will be run on CHOST after cross-compilation; CTARGET is only for a small number of cases where a program itself outputs code (so you might cross-compile a compiler which spits out code for a third architecture/platform). We want to use AC_CANONICAL_HOST to check CHOST for the platform currently being used to build htop. The confusion around this issue was compounded by a mistake in autoconf-archive which has since been fixed (AX_PTHREAD pulled it in incorrectly). See: https://github.com/libstatgrab/libstatgrab/pull/131 See: https://github.com/fenrus75/powertop/pull/90#discussion_r705803725 Signed-off-by: Sam James <sam@gentoo.org>
* | Remove stray fprintf left from testing (introduced in 7039abe)Daniel Lange2022-04-261-1/+0
| |
* | Assume process just started when kproc->ki_start returns garbageBenny Baumann2022-04-211-0/+3
| |
* | Avoid extremely large year values when printing timeBenny Baumann2022-04-211-1/+6
| |
* | Force elapsed time display to zero if process seems started in the futureBenny Baumann2022-04-211-1/+9
| |
* | Process: Fix PID & UID column widths off-by-one errorExplorer092022-04-181-2/+2
| | | | | | | | | | | | | | | | | | If the max PID or UID value for a platform is exactly a power of ten (10000, 100000, etc.) the column widths of PID and UID would be 1 char less than the correct number of digits. This is caused by the wrong rounding function (ceil(x)); change to the correct one (trunc(x) + 1). Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
* | README: Add macOS build dependency install commandahsmha2022-04-141-0/+5
| |
* | Merge branch 'allow-multiple-filters-and-search-strings' into mainDaniel Lange2022-04-147-11/+28
|\ \ | | | | | | | | | Closes #961
| * | Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-257-11/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables: * Multiple filters in the main panel and strace etc. views * Multiple search terms The search terms are separated by "|" and are still fixed strings matched case-insensitive. Added a multi flag at request of BenBE.
* | | Merge branch 'improve-filter-label' into mainDaniel Lange2022-04-143-5/+7
|\ \ \
| * | | Improve MainPanel Label on active inc filter (Filter <-> FILTER)Daniel Lange2022-03-253-5/+7
| |/ /
* | | Make CLANG happy (-Wembedded-directive)Daniel Lange2022-04-071-4/+4
| | |
* | | Do not show help for -M / --no-mouse if HAVE_GETMOUSE is undefinedDaniel Lange2022-04-071-0/+2
| | |
* | | Fix a compile warning: comparison of unsigned enum expression < 0 is always ↵hwangcc232022-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | false Get this warning when compiling Settings.c on the Mac OS X with clang-800.0.42.1. Settings.c:447:28: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (this->hLayout < 0 || this->hLayout >= LAST_HEADER_LAYOUT) ~~~~~~~~~~~~~ ^ ~ This patch fixes the problem.
* | | configure.ac: fix static build with hwlocFabrice Fontaine2022-04-031-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retrieve hwloc dependencies through pkg-config to avoid the following static build failure: checking for hwloc_get_proc_cpubind in -lhwloc... no configure: error: can not find required library libhwloc This build failure is raised because without pkg-config, hwloc dependencies such as libxml2 are not retrieved: configure:8999: checking for hwloc_get_proc_cpubind in -lhwloc configure:9022: /home/autobuild/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -o conftest -D_GNU_SOURCE -I/home/autobuild/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static conftest.c -lhwloc -llzma -L/home/autobuild/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lncurses -lm >&5 /home/autobuild/autobuild/instance-0/output-1/host/lib/gcc/powerpc-buildroot-linux-uclibc/10.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: /home/autobuild/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib/libhwloc.a(topology-xml-libxml.o): in function `hwloc_libxml_free_buffer': topology-xml-libxml.c:(.text+0x6a): undefined reference to `xmlFree' Fixes: - http://autobuild.buildroot.org/results/5d815ec08c580005a863df6ac9ac29deff7d4128 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | | Guess lxc or docker from /proc/1/mountsDaniel Lange2022-04-021-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment this is used to make the memory meter report sane values even if the host has ZFS and that leaks through into a containerized environment Fixes #863 Includes a clever check for magic PROC_PID_INIT_INO in /proc/self/ns/pid thanks to Pavel Snajdr (snajpa)
* | | Merge branch 'full_meter' of cgzones/htop into mainDaniel Lange2022-04-022-6/+9
|\ \ \ | | | | | | | | | | | | Closes #786
| * | | Do not leave empty last column in headerChristian Göttsche2021-12-092-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not leave empty last column in header meters by refactoring the width and separator logic. Closes: #784
* | | | Merge branch 'main' (Linux: fix crash in LXD, fixes #965) of er-azh/htop ↵Daniel Lange2022-04-021-5/+12
|\ \ \ \ | | | | | | | | | | | | | | | into main
| * | | | use xCalloc for allocating cpuDataer-azh2022-03-271-1/+1
| | | | |
| * | | | Linux: allocate cpuData before reading cpu count.er-azh2022-03-261-3/+10
| | | | |
| * | | | Linux: fix crash in LXDer-azh2022-03-261-1/+1
| | |/ / | |/| |
* / | | Fix header layout and meters reset if a header column is emptyDaniel Lange2022-04-021-2/+9
|/ / / | | | | | | | | | | | | Closes #880 Patch from BenBE and cgzones
* | | README: Add Archlinux build dependency install commandHeshamTB2022-03-241-0/+5
| | | | | | | | | | | | Signed-off-by: HeshamTB <hishaminv@gmail.com>
* | | Make sure License is correctly specified as GNU GPLv2+ in some more file headersDaniel Lange2022-03-143-4/+6
| | |
* | | Skip system slice nameBenny Baumann2022-03-061-0/+6
| | | | | | | | | | | | | | | This shortens paths like /system.slice/system-postgres.slice/postgres@12-main.service to /[S]/postgres@12-main. Without this some cgroup names for getty processes explode in length.
* | | Reduce column width spam by snapdBenny Baumann2022-03-061-0/+18
| | |
* | | Auto-size (normalized) CPU usage columnsBenny Baumann2022-03-0619-25/+60
| | |
* | | Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche2022-03-062-5/+16
| | |
* | | Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-065-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | SELinux contexts can be quite long; adjust the column width dynamically at each cycle to the longest value. Also with the recent addition of multiple screens, over-long columns can be moved into their own screen.
* | | Process: Handle rounding ambiguity between 99.9 and 100.0Kumar2022-02-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending upon default behavior of the compiler and floating-point environment, compiler could round down the value between "99.9" and "100.0" to "99.0", instead of rounding it to the nearest value, "100.0". Note: The floating-point environment access and modification is only meaningful when "#pragma STD FENV_ACCESS" is set to "ON"[1]. Otherwise implementation is free to assume that floating-point control modes are always the default. So it would be a good idea to address the rounding ambiguity between "99.9" and "100.0" to become compiler agnostic. [1]: https://en.cppreference.com/w/c/numeric/fenv Credits: @Explorer09, thanks for the suggestion.
* | | Process: Show only integer value when CPU% more than 99.9%Kumar2022-02-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we run a process which utilizes CPU between 100.0% and 999.9%, htop shows an unnecessary decimal character at the end of the value. For example, '100.x' and '247.x' become '100.' and '247.' respectively. When CPU utilization is less than and equal to '99.9%', show the result with single digit precision and if result is less than four characters, pad it with the blank space. When CPU utilization is greater than '99.9%', show only integral part of the result and if it's less than four characters, pad it with the blank space. Closes: #946
* | | darwin: lazily set process TTY nameCharlie Vieth2022-02-182-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetching the TTY name of a process is extremely expensive on darwin and the call to devname accounts for 95% of htop's CPU usage when there is high process turnover (this is mostly due to devname calling lstat, which is incredibly slow). This can make htop unresponsive. To mitigate this only set the process TTY name if the it is being actively displayed (PROCESS_FLAG_TTY), which by default it is not on darwin.
* | | ProcessList_buildTreeBranch: drop extra assertDenis Lisov2022-02-131-3/+0
| | | | | | | | | | | | | | | It essentially only checks Vector_add, and there's already an assert for that in the vector code.
* | | ProcessList_buildTree: skip hashtable if known rootDenis Lisov2022-02-131-2/+6
| | | | | | | | | | | | | | | Don't waste time looking up the parent if the current process is already known to be a root process.
* | | ProcessList: delay tree rebuild until panel rebuildDenis Lisov2022-02-132-4/+2
| | |
* | | ProcessList: cleanup the tree set sorting remainsDenis Lisov2022-02-133-181/+4
| | | | | | | | | | | | | | | They're no longer needed as rebuilding the tree from scratch is just as fast.

© 2014-2024 Faster IT GmbH | imprint | privacy policy