1. 28 Jan, 2018 1 commit
    • Hisham Muhammad's avatar
      Core/Linux: reorganize process reading loop · 66909bf5
      Hisham Muhammad authored
      Move functions that read process data into LinuxProcess.c
      and change flow from a monolithic `ProcessList_scan ->
      ProcessList_goThroughEntries` into the following:
      
      ```
      ProcessList_scan -> (Linux)ProcessList_goThroughEntries ->
      ProcessList_scanProcess -> (Linux)Process_update
      ```
      
      This will allow hooking plugins into the scanning
      process.
      
      Other platforms need to be similarly reworked.
      66909bf5
  2. 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
  3. 01 Oct, 2016 1 commit
  4. 20 Aug, 2015 1 commit
  5. 09 Apr, 2015 1 commit
  6. 01 Apr, 2015 1 commit
  7. 17 Mar, 2015 1 commit
  8. 16 Mar, 2015 2 commits
  9. 15 Mar, 2015 1 commit
  10. 23 Feb, 2015 2 commits
  11. 20 Feb, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 27 Nov, 2014 1 commit