Laravel Spy · Dashboard

{{ number_format($total) }}Total
{{ number_format($count2xx) }}2xx
{{ number_format($count4xx) }}4xx
{{ number_format($count5xx) }}5xx
{{ number_format($count500) }}HTTP 500

Requests over time

From {{ $from->format('Y-m-d H:i') }} to now

Top failing URLs (5xx)

From {{ $from->format('Y-m-d H:i') }} to now
@forelse($topFailures as $row) @empty @endforelse
URL Failures
{{ $row->url }} {{ $row->failures }}
No 5xx requests in the selected period.