lucerna stats
Display statistics about an indexed project.
lucerna stats /path/to/projectOptions
Section titled “Options”| Option | Description |
|---|---|
--format raw|json|pretty-json | Output format (default: raw) |
Raw output
Section titled “Raw output”Project: /path/to/projectProject ID: a1b2c3d4e5f6Total files: 142Total chunks: 3817Last indexed: 2025-04-15T10:00:00.000ZPretty JSON output
Section titled “Pretty JSON output”{ "projectId": "a1b2c3d4e5f6", "projectRoot": "/path/to/project", "totalFiles": 142, "totalChunks": 3817, "totalEdges": 1204, "byLanguage": { "typescript": 3201, "javascript": 412, "markdown": 156, "json": 48 }, "byType": { "function": 980, "method": 1102, "class": 87, "interface": 243, "type": 318, "import": 142, "section": 156, "file": 789 }, "byEdgeType": { "CALLS": 641, "IMPORTS": 312, "DEFINES": 142, "EXTENDS": 54, "IMPLEMENTS": 28, "USES": 27 }, "lastIndexed": "2025-04-15T10:00:00.000Z"}