From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/os_mon/doc/src/notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'lib/os_mon/doc/src') diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 6788e1d0ab..8bb4ab33a1 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -31,6 +31,31 @@

This document describes the changes made to the OS_Mon application.

+
Os_Mon 2.4 + +
Improvements and New Features + + +

+ cpu_sup should use native sysctl/libkvm calls on BSD

+

+ This avoids forking off with os:cmd every time we just + want to collect the load averages. riak does this every + second, which results in a lot of unnecessary load.

+

+ Own Id: OTP-12730

+
+ +

+ Implement native cpu_sup:util/0,1 for FreeBSD

+

+ Own Id: OTP-12796

+
+
+
+ +
+
Os_Mon 2.3.1
Fixed Bugs and Malfunctions -- cgit v1.2.3