usdot-fhwa-stol / carma-analytics-fotda

CARMA Analytics is a secure, scalable and cloud agnostic data architecture to enable research analysis on big data sets by defining repeatable and scalable processes for ingesting data, creation of a data repository to fuse, process and perform quality assurance.
Apache License 2.0
3 stars 3 forks source link

Added tsc_service_spat_processing_time_parser #11

Closed paulbourelly999 closed 1 year ago

paulbourelly999 commented 1 year ago

PR Details

Description

Added parser for the tsc_service log file to parse out spat processing times. The terminal logs print out an average over 2 second intervals in milliseconds. This script parses out that value, along with the terminal log statement timestamp and then creates a csv file with timestamp (ms) and processing time (ms)

Related Issue

Motivation and Context

Collect performance metrics for TSMO UC3

How Has This Been Tested?

Locally tested with terminal log file

Types of changes

Checklist: