Class StatusSeverityCounts


  • public class StatusSeverityCounts
    extends Object
    Walks a directory and looks in the PB files and determines the most common status and severity codes.... On LCLS production, we had this for status and severity Statuses: 0: 49,494,483: 89% 18: 2,579,033: 5% 5: 1,614,346: 3% 6: 894,622: 2% 7: 407,167: 1% 14: 335,742: 1% 1: 189,892: 0% 3: 156,028: 0% 4: 106,253: 0% 12: 318: 0% Severities: 3: 51,791,204: 93% 1: 2,221,453: 4% 0: 1,292,648: 2% 2: 472,579: 1%
    Author:
    mshankar
    • Constructor Detail

      • StatusSeverityCounts

        public StatusSeverityCounts()