# (c) Mark Fink, 2008 - 2013
# This script is released under the MIT License
# Warranty in any form is excluded

# JMX pattern

#timestamp;currentThreadCount;maxThreads;numBusyConnections;maxPoolSize;activeSessions
#20130125 111236;2;200;7;10;747
#20130125 111241;2;200;8;10;749
#20130125 111246;2;200;8;10;751
#20130125 111251;2;200;8;10;753
#20130125 111256;2;200;7;10;755
#20130125 111301;2;200;6;10;757

JMX ^(?P<ts>\d{8} \d{6});(?P<currentThreadCount>\d+?);(?P<maxThreads>\d+?);(?P<numBusyConnections>\d+?);(?P<maxPoolSize>\d+?);(?P<activeSessions>\d+?)$
