diff --git a/wlauto/instrumentation/netstats/__init__.py b/wlauto/instrumentation/netstats/__init__.py index 3e224369..5e64072c 100644 --- a/wlauto/instrumentation/netstats/__init__.py +++ b/wlauto/instrumentation/netstats/__init__.py @@ -16,7 +16,7 @@ from wlauto.utils.types import list_of_strings THIS_DIR = os.path.dirname(__file__) -NETSTAT_REGEX = re.compile(r'I/(?Pnetstats-\d+)\(\s*\d*\): (?P\d+) ' +NETSTAT_REGEX = re.compile(r'I[\/ ](?Pnetstats-\d+).*?: (?P\d+) ' r'"(?P[^"]+)" TX: (?P\S+) RX: (?P\S+)')