aboutsummaryrefslogtreecommitdiffstats
path: root/finnish/mirror/size.wml
blob: 94ec9deb9cb0e2c0453ab027690236c32a20522d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#use wml::debian::template title="Peilipalvelimen koko"
#use wml::debian::translation-check translation="41f403e0a91773f2fb83adc35711be8094a05f25"

<h2>Kuinka suuri Debian-arkisto on?</h2>

# (note for the English editors on how to update some of the numbers below)
# dak psql database on ftp-master is 'projectb'
# and there's a copy on merkel
# projectb=> select architecture.arch_string as Architecture,
#            sum(files.size)/1024/1024/1024 as Size
#            from files,binaries,architecture
#            where architecture.id=binaries.architecture
#            and files.id=binaries.file
#            group by architecture.arch_string
#            order by Size;
# projectb=> select sum(size)/1024/1024/1024 from files where
#            filename ~ '.diff.gz$' or filename ~ '.dsc$'
#            or filename ~ '.orig.tar.gz$';
# projectb=> select sum(files.size)/1024/1024/1024
#            from files, binaries, architecture
#            where architecture.id=binaries.architecture
#            and files.id=binaries.file
#            and architecture.arch_string='i386';

# wc -c'ing files inside the debian/ directory might occasionally give
# slightly different results than the SQL queries, but the difference
# is usually negligible -joy

<p>Tämän sivun tiedot päivitetään kerran päivässä.</p>

<table>
<tr><th>Arkkitehtuuri</th>  <th>Koko gigatavuina</th></tr>
#include "$(ENGLISHDIR)/mirror/size.data"
</table>

<p>Huomaa että arkiston koko kasvaa jatkuvasti; testattava erityisesti kun uuden
julkaisun ajankohta lähenee. Emme myöskään suosittele peilin koon pienentämistä
jättämällä pois tiettyjä jakeluja; poista mieluummin tiettyjä arkkitehtuureja, 
<a href="https://popcon.debian.org/">suosituimmuuden</a> perusteella.</p>

<h3>Kuinka suuri on Debianin CD-arkisto?</h3>

<p>CD-arkiston koko vaihtelee suuresti eri peilien välillä &mdash; Jigdo-tiedostot 
vievät tilaa noin 100-150 megatavua per arkkitehtuuri, kun taas täydet 
DVD/CD-vedokset ovat kooltaan noin 15 gigatavua kukin. Lisäksi tulee vielä 
<q>päivitys</q>-CD-vedosten, Bittorrent-tiedostojen jne. tarvitsema tila.</p>

<p>Lisätietoja CD-arkiston peilauksesta löytyy <a 
href="../CD/mirroring/">Debian CD-peilipalvelin -sivuilta</a>.</p>

<h3>Kuinka suuri Debianin security-arkisto on?</h3>

<p>Debian-security-arkiston koko on noin 54 gigatavua.</p>

<h3>Kuinka suuri Debianin backports-arkisto on?</h3>

<p>Debian-backports-arkiston koko on noin 55&nbsp;gigatavua.</p>

<h2>Kuinka suuria ovat peilipalvelinten normaalit päivitykset?</h2>

<p>Debianin main-arkiston tiedot löytyvät <a href=
"https://ftp-master.debian.org/size-quarter.png">tästä kuvaajasta</a>.</p>

© 2014-2024 Faster IT GmbH | imprint | privacy policy