Skip to content
Snippets Groups Projects
  1. Oct 20, 2020
  2. Oct 16, 2020
    • ahiemstra's avatar
      Divide network speeds by 2 · 33694eaf
      ahiemstra authored
      We update the network speed every 2s to match the daemon update rate.
      However, this means that when calculating the difference between the
      current and the previous, we get twice the amount since we are a
      calculating the difference over 2s. So divide by 2 to get the byte rate
      per second.
      
      
      (cherry picked from commit cf19c92b)
      33694eaf
  3. Oct 08, 2020
  4. Oct 01, 2020
  5. Sep 24, 2020
  6. Sep 19, 2020
  7. Sep 18, 2020
  8. Sep 17, 2020
  9. Sep 16, 2020
  10. Sep 15, 2020
    • ahiemstra's avatar
      Also expose two-part sensors as three-part sensors in ksysguardd · 4c353c25
      ahiemstra authored
      ksystemstats expects sensors to consist of at least three parts:
      subsystem, object, property. Sensors like "system/processors" break this
      assumption, causing them to not be properly readable. Rather than trying
      to come up with an elaborate way to handle this in ksystemstats, simply
      expose them also as a three-part sensor so the mapping doesn't need to
      change. These sensors are not very dynamic anyway so duplicating them
      does not do much harm. The two-part version is kept around for backward
      compatibility with the ksysguard UI.
      4c353c25
  11. Sep 03, 2020
  12. Sep 01, 2020
  13. Aug 31, 2020
  14. Aug 14, 2020
  15. Aug 13, 2020
  16. Aug 03, 2020
  17. Jul 31, 2020
  18. Jul 30, 2020
  19. Jul 29, 2020
Loading