1. 17 Feb, 2018 3 commits
  2. 13 Feb, 2018 1 commit
  3. 05 Feb, 2018 4 commits
  4. 04 Feb, 2018 7 commits
  5. 23 Jan, 2018 1 commit
    • Lucas C. Villa Real's avatar
      htop scans /proc to determine how many running tasks exist. Since that · ad991876
      Lucas C. Villa Real authored
      operation is not possible to be conducted in an atomic fashion, task
      scheduling effects can lead to a count greater than the number of actual
      processors; this is more easily noticed on machines with several CPUs
      and under heavy workload.
      This patch simply adds an upper bound on cpuCount to guarantee
      consistent reports of the number of running tasks at any given time.
      ad991876
  6. 04 Dec, 2017 1 commit
    • André Carvalho's avatar
      Adds support for linux delay accounting (#667) · b7b66b76
      André Carvalho authored
      Adds support for showing columns with linux delay accounting.
      
      This information can be read from the netlink interface, and thus we set up a socket to read from that when initializing the LinuxProcessList (LinuxProcessList_initNetlinkSocket). After that, for each process we call LinuxProcessList_readDelayAcctData, which sends a message thru the socket after setting up a callback to get the answer from the Kernel. That callback sets the process total delay time attribute. We then set the delay percent as the percentage of time process cpu time since last scan.
      b7b66b76
  7. 23 Oct, 2017 1 commit
    • Christian Hesse's avatar
      fix fallthough comments for GCC 7.x · 52831955
      Christian Hesse authored
      GCC 7.x does some extended checks on fallthough for switch/case
      statement. The warning looks like this:
      
      warning: this statement may fall through [-Wimplicit-fallthrough=]
      
      It can be told about implicit fallthough, however it does not
      recognize comments within blocks, so move the comments outside.
      52831955
  8. 13 Oct, 2017 1 commit
  9. 22 Sep, 2017 1 commit
  10. 14 Sep, 2017 1 commit
  11. 04 Sep, 2017 1 commit
  12. 01 Sep, 2017 2 commits
  13. 01 Aug, 2017 1 commit
  14. 29 Jul, 2017 1 commit
  15. 27 Jul, 2017 2 commits
  16. 26 Jul, 2017 5 commits
  17. 25 Jul, 2017 1 commit
  18. 24 Jul, 2017 1 commit
  19. 23 Jul, 2017 2 commits
  20. 15 Jul, 2017 1 commit
  21. 10 Jul, 2017 2 commits