System Monitor 2 Changelog

What's new in System Monitor 2 1.0.5

Oct 6, 2009
  • Rewrite of bar graph and graph hierarchy to now have a common code base for linear and bar graph. Hence, the new bar graph fits more with the standard linear graph and can also be aggregated like the standard linear graph.
  • Added a stacked bar graph and a percentage graph. Stacked graph simply adds all the points together in a stack, my personal use of this graph is for memory monitoring. The percentage is the same concept than the stacked graph except that the value are shown as a percentage of value/total sensor value
  • Added a stacked linear graph
  • Added sample sheets in example/sheets folder showing the memory bar stack and an aggregate bandwidth bar
  • Change default pixel time period to 6
  • Now labels are scaled individually so there will be no more value like 0.008GiB/7.8Gib instead it will be properly shown as 8MiB/7.8GiB
  • Fix bug with sensor reordering
  • Fix bug with the setting window legend flow not being set properly
  • Reorganize source in different folders
  • More optimization and clean up

New in System Monitor 2 1.0.4 (Sep 8, 2009)

  • Added support to have multiple ksysguardd compatible daemon per host name
  • Fix the fancy plotter settings window being too large after the change to spin box
  • Fix some problem with remote hosts
  • Optimization of start up sequence so gui comes up quicker
  • Other optimization and refactoring to optimize having the daemon compiled in
  • Bug fixes from trunk merged in

New in System Monitor 2 1.0.3 (Aug 28, 2009)

  • Added a new system tray so you can leave the application collecting/graphing data in the background and not have it clutter your system bar. The system tray shows the total cpu load or the system monitor icon if the cpu load is too small to be graphed, i.e. smaller then 3% on a system tray with 22x22 pixel icon
  • Merged from trunk some bug fixes and replacement of text field for the range by spin box

New in System Monitor 2 1.0.2 (Aug 19, 2009)

  • More optimizations
  • Fix problem with graph being erased on rescaling and other events
  • Added a configure notification option in settings menu instead of having to go to kde settings
  • Delete some unused file to make the source/binary fit in one file again

New in System Monitor 2 1.0.1 (Aug 14, 2009)

  • Binary should now be linked correctly
  • Added a new legend layout option in the settings for the fancyplotter so it is finally possible to have many curve and still be able to read the label
  • Separated the source and binary because it was now to big to package together on kde apps, changed to 7z to get higher compression