ESP Workload Automation

 View Only
Expand all | Collapse all

Appropriate ESP Reporting Fields to identify the Increase in MSU

  • 1.  Appropriate ESP Reporting Fields to identify the Increase in MSU

    Posted Mar 12, 2018 10:43 PM

    We are experiencing a recent (the past three months) increase in MSU reporting on one of our server over 30% than its usual. Hence we are planning to run ESP reporting to identify the abnormal increase.

     

    Initially we though to use the field CPUTIME to determine this, also we came across the below given fields.

    Does anybody know what these fields denote or is there any other appropriate field to achieve what we are looking for. 

     

    SUNITS

    Specifies the job service units, as defined by the SRM.

     

     

    TRANSACT

    Specifies the total time that a transaction is active. In the case of a batch job, this is approximately equal to the total execution times for the programs contained in the job.

    It is measured in units of 1024 microseconds.

    TRANSRES

    Specifies the total time that a transaction was resident in real memory. This is often identical to the transaction active time (TRANSACT), but can differ since it does not

    include any time during which the task was swapped out of real memory. It is measured in units of 1024 microseconds.

     

    Thanks in advance!!

     



  • 2.  Re: Appropriate ESP Reporting Fields to identify the Increase in MSU
    Best Answer

    Broadcom Employee
    Posted Mar 14, 2018 03:07 PM

    Hi Guna,

     

    CPUTIME field is commonly used for this purpose.

     

    Thank you,

     

    Lucy



  • 3.  Re: Appropriate ESP Reporting Fields to identify the Increase in MSU

    Posted Mar 20, 2018 05:50 PM

    Thanks Lucy!!!