Skip to content
  1. Oct 05, 2019
  2. Sep 24, 2019
  3. Sep 13, 2019
  4. Aug 21, 2019
  5. Aug 14, 2019
    • Hannu Nyman's avatar
      luci-app-statistics: cpufreq: tweak graphs · 24c0e7ca
      Hannu Nyman authored
      
      
      * Frequency usage percentage stats are by kHz instead of Hz.
        Correct the labels. (Linux natively uses kHz for CPU frequency stats,
        but collectd scales the current frequency stats item to Hz.)
      
      * Show frequency usage percentage graph before the transition counts,
        as it is more descriptive.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      24c0e7ca
  6. Aug 10, 2019
  7. Aug 02, 2019
  8. Aug 01, 2019
    • Hannu Nyman's avatar
      luci-app-statistics: cpufreq: enhance additional data · 05cad423
      Hannu Nyman authored
      
      
      * Use the new data series sorting and coloring options to
        display the frequencies in order and with matching coloring in
        different cores.
      
      * Fix the y-axis text and legend in the frequency usage graph
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      05cad423
    • Hannu Nyman's avatar
      luci-app-statistics: add options for graph series sorting and color · 4ca57277
      Hannu Nyman authored
      
      
      Add two data series-level options "negweight" and "posweight" that
      will use the numerical value of the data instance name
      as the sorting factor. This enables e.g. sorting by CPU frequency
      in the cpufreq module.
      
      Add new graph-level option "ordercolor" to use colorsfrom a
      pre-defined color table for the data series. This enables keeping
      similar colors for similar data series in different plugin instances.
      E.g. CPU frequencies in several cores that are handled and displayed
      separately.
       (note: the table has 8 items and if there are more series, it uses
        the same colors again. The table can be easily extended/modified)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      4ca57277
  9. Jul 30, 2019
    • Hannu Nyman's avatar
      luci-app-statistics: cpufreq: changes in data structure · e6f30bb7
      Hannu Nyman authored
      
      
      Collectd 5.9.0 changed the data structure of the cpufreq plugin:
      CPU cores are now handled as separate plugin instances.
      
      There are also new data items per core:
       * time spent at each frequency
       * amount of frequency transitions
      
      Enable these new data items, but initially hide them behind
      a new config option "ExtraItems" (default: disabled), as
      the amount of graphs in multi-core systems could be rather large.
      
      Note that the frequencies are not (yet) sorted, so the
      information value of the time-spent graph is semi-random.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      e6f30bb7
  10. Jul 13, 2019
  11. Jul 09, 2019
  12. Jul 05, 2019
  13. Jun 21, 2019
  14. Jun 09, 2019
  15. May 28, 2019
  16. May 14, 2019
  17. May 13, 2019
  18. Apr 30, 2019
  19. Apr 04, 2019
    • Martin Surovcak's avatar
      luci-app-statistics - allow rrd files to contain : · 7bab4a3e
      Martin Surovcak authored
      Fixes situations where RRD file name contains ":" (eg. _ping/ipv6_) in `rrdtool` it's unescaped - thus not able to render image. Adding simple escaping of `:` to `\\:` fixes the situation.
      
      Might be a solution for #958.
      7bab4a3e
  20. Mar 08, 2019
  21. Mar 07, 2019
  22. Mar 02, 2019
  23. Feb 25, 2019
  24. Feb 12, 2019
  25. Feb 05, 2019
  26. Feb 04, 2019
  27. Jan 24, 2019
  28. Jan 21, 2019