diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index a10b74f013d..a971d313c00 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -868,6 +868,22 @@ under the License. +
+ Disk I/O statistics for VMs + (Supported on KVM) + The disk I/O statistics for virtual machines, including read/write (bytes and I/O requests) + are collected and save in the database from &PRODUCT; 4.2. The data are also managed by + &PRODUCT; Usage Server. You can get the statistics through listUsageRecords API call. + This functionality is supported from libvirt 0.9.4. +
+
+ Disk I/O throttling for VMs + (Supported on KVM) + In &PRODUCT; 4.2, you can limit the read/write rate (bytes and I/O requests per second) + at user's virtual machines. This is useful to deduce the mutual influence between the + virtual machines running on the same storage device. + This functionality is supported from libvirt 0.9.8 and QEMU 1.1.0. +
Monitoring, Maintenance, and Operations Enhancements