DashboardStatsController
class DashboardStatsController extends Controller
Properties
| protected array | $middleware | The middleware registered on the controller. |
from Controller |
Methods
Register middleware on the controller.
Execute an action on the controller.
Handle calls to missing methods on the controller.
Get the key performance stats for the dashboard.
Get the total process count across all supervisors.
Get the current status of Horizon.
Get the number of master supervisors that are currently paused.
Details
in
Controller at line 20
ControllerMiddlewareOptions
middleware(Closure|array|string $middleware, array $options = [])
Register middleware on the controller.
in
Controller at line 35
array
getMiddleware()
Get the middleware assigned to the controller.
in
Controller at line 43
mixed
callAction(string $method, array $parameters)
Execute an action on the controller.
in
Controller at line 53
mixed
__call(string $method, array $parameters)
Handle calls to missing methods on the controller.
in
Controller at line 15
__construct()
Create a new controller instance.
at line 18
array
index()
Get the key performance stats for the dashboard.
at line 40
protected int
totalProcessCount()
Get the total process count across all supervisors.
at line 52
protected string
currentStatus()
Get the current status of Horizon.
at line 66
protected int
totalPausedMasters()
Get the number of master supervisors that are currently paused.