#7153 Request for some stats about src.fedoraproject.org
Closed: Fixed Opened by bkabrda.

  • Describe what you need us to do:

Hi, as I'm setting up an instance of Pagure similar to the one at src.fedoraproject.org, I'd like to get some stats to be able to better estimate storage requirements. What I'd like to know is:
- How many forks are there on src.fedoraproject.org (I can see on the overview page that there are 26960 non-forks ATM)
- How much storage do all the non-forks take?
- How much storage do all the forks take?
- What is the monthly increase in storage requirements (or weekly or for any reasonable period of time that's representative of the trend)?

CC @pingou who promised to answer these questions for me :)

  • When do you need this? (YYYY/MM/DD)

2018/08/17

  • When is this no longer needed or useful? (YYYY/MM/DD)

N/A

  • If we cannot complete your request, what is the impact?

Very little impact, I'll just do a guestimate of how much storage we need.


Metadata Update from @mizdebsk:
- Issue assigned to mizdebsk
- Issue priority set to: Waiting on Assignee (was: Needs Review)

  • How many forks are there on src.fedoraproject.org (I can see on the overview page that there are 26960 non-forks ATM)
pagure=# select count(*) from projects where is_fork;
 count 
-------
  4241
(1 row)
  • How much storage do all the non-forks take?
  • How much storage do all the forks take?
[root@pkgs02 ~][PROD]# du -sh /srv/git/repositories /srv/git/repositories/forks
84G     /srv/git/repositories
32G     /srv/git/repositories/forks

Forks take 32 GB, non-forks take 52 GB.

  • What is the monthly increase in storage requirements (or weekly or for any reasonable period of time that's representative of the trend)?

I'm not sure if we have any better stats for this other than df on root disk. Other host stats can also be viewed in collectd

Slavek, is this enough info for you? Let me know if you need more details.

Metadata Update from @mizdebsk:
- Issue priority set to: Waiting on Reporter (was: Waiting on Assignee)

Hi Mikolaj, thank you very much, this is all I need. Feel free to close this as resolved.

Cool thanks :)

Thanks as well @mizdebsk for getting to it so quickly :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed

Metadata