Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The APPC 72 Hour Stability Test was kicked off at 10:30 pm ET on Thursday March 22, 2018.  The APPC environment reamined up and processed requests during the entire test period without crashing.

Environment

...

  • The test was executed for 72 hours with the APPC environment remaining up and successfully processing transactions during that time.
  • The results from the test are logged in the APPC-LCM-Action-V1.jtl file on the Test Client Server
  • The APPC application logs logged the results on the APPC side:
    • karaf.log
    • Service Logic logs (DG logs)
  • Notes/Observations:
    • The performance monitor collecting statistics for the APPC VM CPU, Memory etc... crashed during the test.  A cronjob will be created going forward to check for the existance of the client running on APPC and will restart the process if it is down.  This is not APPC code but is part of the JMeter Performance monitoring plugin.


Code Block
titleSample Stop Request:

...

From :
Code Block
from the
JTL
Log
1521776330123,18013,Stop Transaction Controller,,"Number of samples in transaction : 4, number of failing samples : 3",Stability-Test-VM2 LCM  Group 2-1,,false,,2231,2180,1,3,18013,90014,3
1521776438150,3,Submit request via DMaaP,200,OK,Stability-Test-VM2 LCM  Group 2-1,text,true,,332,1223,1,3,3,0,0

...

From :
Code Block
titleSample Restart
from the
JTL
Log
1521947136559,18013,Restart Transaction Controller,,"Number of samples in transaction : 4, number of failing samples : 3",Stability-Test-VM1 LCM                                                                                        Group 1-1,,false,,2238,2192,1,3,18013,9019,1
1521947163591,5,Submit request via DMaaP,200,OK,Stability-Test-VM1 LCM  Group 1-1,text,true,,333,1232,1,3,5,0,0

...