19 declare(strict_types=1);
45 $this->agent_finder = $agent_finder;
50 $this->setDescription(
"Collect and show status information about the installation.");
55 protected function execute(InputInterface $input, OutputInterface $output):
int 59 $output->write($this->
getMetrics($agent)->toYAML() .
"\n");
73 $agent->getStatusObjective($storage)
76 $this->achieveObjective($objective, $environment);
78 $metric = $storage->asMetric();
81 $values = $other->getValue();
86 $values[
"config"] = $config;
execute(InputInterface $input, OutputInterface $output)
static bool $might_populate_ini_files_as_well
Command to output status information about the installation.
A metric is something we can measure about the system.
getRelevantAgent(InputInterface $input)
__construct(AgentFinder $agent_finder)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the proce...
configureCommandForPlugins()
__construct(Container $dic, ilPlugin $plugin)
trait HasAgent
Add this to an Command that has an agent.
const STABILITY_CONFIG
The stability of a metric tells how often we expect changes in the metric.