Skip to content

Analyze Project Probe Performance

Terminal window
php artisan uplinkr:project:analyze

Analyzes stored probe result files and writes summarized data back into the project’s analyzed output. The feature is still experimental, so the command should be treated as a structured preview of Uplinkr’s long-term analysis direction rather than a finalized reporting tool.

OptionTypeRequiredDescription
--projectstringNoName of the project to analyze (if omitted, analyzes all projects)
--fromstringNoStart date for analysis (e.g., 2024-01-01)
--tostringNoEnd date for analysis (e.g., 2024-12-31)
Terminal window
php artisan uplinkr:project:analyze --project=my-project
Terminal window
php artisan uplinkr:project:analyze \
--project=my-project \
--from=2024-01-01 \
--to=2024-01-31
Terminal window
php artisan uplinkr:project:analyze \
--from=2024-12-01 \
--to=2024-12-31
  • Reads raw probe result files from storage
  • Decodes and summarizes results by URL and date
  • Groups statistics by probe URL slug
  • Saves analyzed data in JSON format when summarized data is available
  • Works with date-stamped result files
  • 0 (SUCCESS): Analysis completed successfully