How do we calculate Average Utilized Procs and Average Utilized Memory in showstats?


Average Utilized Procs is calculated as:

J->PSUtilized / J->AWallTime

Average Utilized Memory is calculated as:

J->MSUtilized / J->AWallTime

Internal definitions:

  double PSUtilized;        /**< procseconds utilized by job              */
  double MSUtilized;       # Not defined in the code, but by comparison should be memoryseconds utilized by job
  long   AWallTime;           /**< duration job was executing              */

 

Tags: average utilized memory, average utilized procs, showstats
Last update:
2018-04-17 22:48
Author:
Shawn Hoopes
Revision:
1.0
Average rating:0 (0 Votes)

You cannot comment on this entry

Chuck Norris has counted to infinity. Twice.

Records in this category

Tags