Skip to content

Commit

Permalink
0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Meeks committed Sep 6, 2010
1 parent e08e314 commit 0ce1117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=0.12.3 VER=0.12.4
PKG_NAME=bootchart2 PKG_NAME=bootchart2
PKG_TARBALL=$(PKG_NAME)-$(VER).tar.bz2 PKG_TARBALL=$(PKG_NAME)-$(VER).tar.bz2


Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,18 @@
bootchart2 0.12.4: bootchart2 0.12.4:
+ bootchartd + bootchartd
+ reduce overhead caused by pidof (Riccardo Magliocchetti) + reduce overhead caused by pidof (Riccardo Magliocchetti)
+ collector
+ attempt to retry ptrace to avoid bogus ENOSYS (Michael)
+ add meminfo polling (Dave Martin)
+ pybootchartgui + pybootchartgui
+ handle dmesg timestamps with big delta (Riccardo) + handle dmesg timestamps with big delta (Riccardo)
+ avoid divide by zero when rendering I/O utilization (Riccardo) + avoid divide by zero when rendering I/O utilization (Riccardo)
+ add process grouping in the cumulative chart (Riccardo) + add process grouping in the cumulative chart (Riccardo)
+ fix cpu time calculation in cumulative chart (Riccardo) + fix cpu time calculation in cumulative chart (Riccardo)
+ get i/o statistics for flash based devices (Riccardo) + get i/o statistics for flash based devices (Riccardo)
+ prettier coloring for the cumulative graphs (Michael)
+ fix interactive CPU rendering (Michael)
+ render memory usage graph (Dave Martin)


bootchart2 0.12.3 bootchart2 0.12.3
+ collector + collector
Expand Down

0 comments on commit 0ce1117

Please sign in to comment.