{ "$schema": "https://lnav.org/schemas/format-v1.schema.json", "cloudvm_ram_log": { "title": "CloudVM Ram Log", "description": "Periodic dumps of ram sizes", "regex": { "std": { "pattern": "========== Start of cloudvm ram size dump at (?[^=]+)==========(?.*)" } }, "sample": [ { "line": "========== Start of cloudvm ram size dump at Thu Jun 2 08:00:01 UTC 2022 ==========" } ], "search-table": { "cloudvm_ram_sizes": { "pattern": "^(?!TOTAL)(?\\S+)\\s+(?-?\\d+)\\s+(?-?\\d+)\\s+(?-?\\d+)\\s+(?-?\\d+)\\s+(?-?\\d+)\\s+(?-?\\d+)\\s+(?-?\\d+)" } } } }