From 44544cb88cf1b136578bb690432b21804ea3110a Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 21 Sep 2023 16:43:39 +0200 Subject: [PATCH] Add statistics to registry investigation Add some interesting statistics for registry.fp.o to ARC investigation. Signed-off-by: Michal Konecny --- docs/registry_to_quay/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/registry_to_quay/index.rst b/docs/registry_to_quay/index.rst index f62e609..8a8c37e 100644 --- a/docs/registry_to_quay/index.rst +++ b/docs/registry_to_quay/index.rst @@ -32,6 +32,15 @@ Risks * There is a `pull rate limit `_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled. +Statistics +---------- + +These statistical data were retrieved from `oci-registry.iad2.fedoraproject.org` machine logs. +The logs on the machine are kept only for few days. These data were obtained from 16th September 2023 to 21st September 2023 (it corresponds with release of Fedora 39 Beta). + +* Number of downloads per day: 800 - 1 000 +* Number of requests per day: 350 000 - 400 000 + Investigation -------------