Files
html/api/ambre-load-quick.php
opus 9c69db151f
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync-0105
2026-04-22 01:05:02 +02:00

7 lines
173 B
PHP

<?php
header("Content-Type: application/json");
echo json_encode([
"load" => trim(shell_exec("uptime")),
"fpm_procs" => intval(shell_exec("pgrep -c php-fpm8")),
]);