| Date | Description |
|---|
9/5/2008 | Release version 1.0.0.547 |
| 9/5/2008 | 09/05/2008 - Modified AS400APICall_GetUtilizationInfo.cpp, method CAS400APICall_GetUtilizationInfo::ConvertData_SSTS0200 to multiply l_longPercentSystemASPUsed by 0.0001 instead of 0.10000 |
6/10/2008 | Release version 1.0.0.541 |
| 6/10/2008 | Modified nonWindows\Virtual Agent Library\MOM\AS400 Virtual Agent to have the PerformanceMetrics job call for the memory pool statistics |
| 6/10/2008 | Modified eXc_AS400_OperatingSystem.cpp, method CeXc_AS400_OperatingSystem::GetJobs put try-catch exception block around getting the AS400 jobs (not sure what is going on here yet) the destructor is getting a pointer that is not valid? |
6/3/2008 | Modified the files below to add logic to get memory pool statistics: eXc_AS400_WMI_Provider.Mof eXc_AS400_OperatingSystem.h/cpp AS400DirectConnect.h/cpp AS400APIWrapper.h IBMClientAccessWrapper.h/cpp AS400APICall_GetUtilizationInfo.h/cpp Theconstants.h |
6/3/2008 | Fixed eXc_AS400UtilizationInfo to make the follow values real instead of integer: real64 real64PercentProcessingUnitUsed real64 real64PercentPermanentAddresses; real64 real64PercentTemporaryAddresses; real64 real64PercentSystemASPUsed; |
6/3/2008 | Modified script MOM\CollectPerformanceMetrics.vbs to build use real values instead of integer |
6/3/2008 | Added script GetUtilizationInfo2.vbs to build |