true, "read" => (int)($info["traffic/read"] ?? 0), "written" => (int)($info["traffic/written"] ?? 0), "circuits" => (($info["status/circuit-established"] ?? "0") === "1"), "version" => ($info["version"] ?? "unknown"), "bootstrap" => ($info["status/bootstrap-phase"] ?? "") ]); } catch (Throwable $e) { echo json_encode(["ok"=>false,"error"=>$e->getMessage()]); }