{ "$schema": "https://lnav.org/schemas/format-v1.schema.json", "procstate_log": { "title": "Process State", "description": "Periodic dumps of process state", "regex": { "std": { "pattern": "========== Start of system state dump at (?[^=]+)==========(?.*)" } }, "sample": [ { "line": "========== Start of system state dump at Thu Jun 2 00:01:01 UTC 2022 ==========" } ], "search-table": { "procstate_procs": { "pattern": "^(?\\S+)\\s+(?\\d+)\\s+(?\\d+(?:\\.\\d+)?)\\s+(?\\d+(?:\\.\\d+)?)\\s+(?\\d+)\\s+(?\\d+)\\s(?\\S+)\\s+(?\\S+)\\s+(?\\S+)\\s+(?\\S+)\\s+(?(?[^ \\n]+)(?: (?[^\\n]+))?)$" } } } }