File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/horizon/src/SystemProcessCounter.php
Back
<?php namespace Laravel\Horizon; use Symfony\Component\Process\Process; class SystemProcessCounter { /** * The base command to search for. * * @var string */ public static $command = 'horizon:work'; /** * Get the number of Horizon workers for a given supervisor. * * @param string $name * @return int */ public function get($name) { $process = Process::fromShellCommandline('exec ps aux | grep '.static::$command, null, ['COLUMNS' => '2000']); $process->run(); return substr_count($process->getOutput(), 'supervisor='.$name); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings