Python package to transform CICS Monitoring Facility performance class data into pandas dataframe using DFH$MOLS output. Some sample scripts for analysis of the data with the help pandas are provided. Short description of CMF fields is included.
From setup directory run
pip install -e .
Download output of DFH$MOLS as ascii text file and start a Jupyter session.
Import cmfutils and load the file into a pandas data frame:
Now you are ready to perform some analysis with pandas or use pandas to export the data to csv or excel and so on.
The function wait_times_observed() is an example how to quickly identify possible issues in a CICS region.