Bug 828274 - Missing performance counters on VM
Summary: Missing performance counters on VM
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact:
URL:
Whiteboard: virt
Depends On:
Blocks: 801362
TreeView+ depends on / blocked
 
Reported: 2012-06-04 13:39 UTC by Ori Liel
Modified: 2015-09-22 13:10 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-25 07:07:28 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ori Liel 2012-06-04 13:39:36 UTC
The following performance counters are reported by VDSM but not exposed by the Backend (needed for rest-api):


 * Per VM:
   - file system information: total, used, fstype and path

Comment 1 Andrew Cathrow 2012-06-12 12:37:46 UTC
Setting to rhevm-future.

Geert - please prioritize.

Comment 2 Ori Liel 2012-06-21 08:10:33 UTC
(Note: these counters are reported by the guest agent)

Comment 3 Ori Liel 2012-06-21 10:16:06 UTC
Will look like this: 

<vm>
   <guest_info>
        <file_systems>
             <file_system path="/" type="ext4">
                <total>20642131968</total>
                <used>2141274112</used>
             </file_system>
              <file_system path="/proc/bus/usb" type="usbfs">
                <total>0</total>
                <used>0</used>
             </file_system>
             <file_system path="/boot" type="ext4">
                <total>507744256</total>
                <used>55496704</used>
             </file_system>
             <file_system path="/home" type="ext4">
                <total>46874517504</total>
                <used>188608512</used>
             </file_system>
      </file_systems>
   </guest_info>
</vm>

Comment 4 Itamar Heim 2012-12-25 07:07:28 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.

Comment 5 Itamar Heim 2012-12-25 07:08:23 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.


Note You need to log in before you can comment on or make changes to this bug.