DX Unified Infrastructure Management

  • 1.  QOS value of performance

    Posted Sep 18, 2012 10:21 AM

    Hi.

    Is the any chance that nimsoft has qos value of memory in MB or GB, amount of cpu's and disk space, stalled in qos?

     

    /Johan Hellström



  • 2.  Re: QOS value of performance

    Posted Sep 18, 2012 10:54 AM

    Hi Johan,

     

    Not sure I fully understand your question but if your looking for CPU, Memory and Disk QoS you can use the CDM probe.

     

    If was not understanding you or you need further information, please post back.



  • 3.  Re: QOS value of performance

    Posted Sep 18, 2012 12:26 PM

    Is there any qosdata of reserved memorys in mb or gb, amount of cpus, installed disk size in gb. 

     

    My needs.

    I need to make reports of device preformence.

    - reserved memory of the device

    - number of cpu that are reserved on the device

    - reserved diskspace of the device

     

    Now i just see used memory in mb, used diskspace but i want to se reserved.

     

    //Johan Hellstrom



  • 4.  Re: QOS value of performance

    Posted Sep 18, 2012 12:34 PM

    Hi Johan,

     

    I don't think total available values are available in QoS, but you could use cpu_status and disk_status callbacks of the cdm probe to fetch that information. I used a lua script to collect the disk status of my robots to check that I had proper thresholds set for alarms, which basically did what you'd need disk wise. cpu_status will also return number of CPUs for you.

     

    Total disk space you could also calculate from disk free mb and % if you collect both.

     

    Might be there's an easier way to do it :smileyhappy:

     

    edit: also memory_status is available.