feat: 대역폭 추정 및 DAU 표시 기능 추가

- 동시접속자 기반 월간 대역폭 자동 추정
- DAU(일일활성사용자) 추정치 표시 (동접 × 10-14)
- 대역폭 기반 Linode/Vultr 자동 선택 로직
- 비용 분석에 대역폭 비용 포함
- 지역 미선택시 서울/도쿄/오사카/싱가포르 기본 표시
- 지역별 서버 분리 표시 (GROUP BY instance + region)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-25 09:40:36 +09:00
commit 4cb9da06dc
3337 changed files with 1048645 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/NVIDIA+GeForce+RTX+3090,NVIDIA GeForce RTX 3090,95th,358,52.5 +/- 0.1
1,/s/NVIDIA+GeForce+RTX+3080+Ti,NVIDIA GeForce RTX 3080 Ti,86th,79,50.2
2,/s/NVIDIA+GeForce+RTX+3080,NVIDIA GeForce RTX 3080,84th,83,46.1 +/- 0.6
3,/s/NVIDIA+GeForce+RTX+3070+Ti,NVIDIA GeForce RTX 3070 Ti,83rd,3,38.7 +/- 0.5
4,/s/NVIDIA+GeForce+RTX+3070,NVIDIA GeForce RTX 3070,83rd,9,37.3 +/- 0.1
5,/s/NVIDIA+GeForce+RTX+3060+Ti,NVIDIA GeForce RTX 3060 Ti,82nd,12,33.8 +/- 0.2
6,/s/NVIDIA+GeForce+RTX+2080+Ti,NVIDIA GeForce RTX 2080 Ti,82nd,14,33.3 +/- 0.1
7,/s/AMD+Radeon+RX+6800+XT,AMD Radeon RX 6800 XT,81st,84,30.2
8,/s/eVGA+NVIDIA+GeForce+RTX+3060,eVGA NVIDIA GeForce RTX 3060,78th,6,25.7 +/- 0.2
9,/s/NVIDIA+GeForce+RTX+2080+SUPER,NVIDIA GeForce RTX 2080 SUPER,78th,14,25.2 +/- 0.6
10,/s/Zotac+NVIDIA+GeForce+RTX+2080,Zotac NVIDIA GeForce RTX 2080,78th,13,24.8 +/- 0.2
11,/s/NVIDIA+GeForce+RTX+2070+SUPER,NVIDIA GeForce RTX 2070 SUPER,77th,11,24.6 +/- 0.1
12,/s/ASUS+NVIDIA+GeForce+RTX+2070,ASUS NVIDIA GeForce RTX 2070,77th,10,23.4
13,/s/NVIDIA+GeForce+RTX+2060+SUPER,NVIDIA GeForce RTX 2060 SUPER,76th,11,23.0 +/- 0.7
14,/s/NVIDIA+GeForce+RTX+2060,NVIDIA GeForce RTX 2060,76th,12,18.1 +/- 0.4
16,/s/NVIDIA+GeForce+GTX+1080,NVIDIA GeForce GTX 1080,68th,3,13.9
17,/s/NVIDIA+GeForce+GTX+980,NVIDIA GeForce GTX 980,65th,169,12.1
18,/s/NVIDIA+Quadro+T2000,NVIDIA Quadro T2000,60th,84,7.2
20,/s/Apple+M1,Apple M1,48th,336,5.9
21,/s/Intel+HD+530,Intel HD 530,34th,504,3.4
23,/s/Intel+UHD+630,Intel UHD 630,4th,756,1.4 +/- 0.1
1 idproc descproc percentile nbproc perf
2 0 /s/NVIDIA+GeForce+RTX+3090 NVIDIA GeForce RTX 3090 95th 358 52.5 +/- 0.1
3 1 /s/NVIDIA+GeForce+RTX+3080+Ti NVIDIA GeForce RTX 3080 Ti 86th 79 50.2
4 2 /s/NVIDIA+GeForce+RTX+3080 NVIDIA GeForce RTX 3080 84th 83 46.1 +/- 0.6
5 3 /s/NVIDIA+GeForce+RTX+3070+Ti NVIDIA GeForce RTX 3070 Ti 83rd 3 38.7 +/- 0.5
6 4 /s/NVIDIA+GeForce+RTX+3070 NVIDIA GeForce RTX 3070 83rd 9 37.3 +/- 0.1
7 5 /s/NVIDIA+GeForce+RTX+3060+Ti NVIDIA GeForce RTX 3060 Ti 82nd 12 33.8 +/- 0.2
8 6 /s/NVIDIA+GeForce+RTX+2080+Ti NVIDIA GeForce RTX 2080 Ti 82nd 14 33.3 +/- 0.1
9 7 /s/AMD+Radeon+RX+6800+XT AMD Radeon RX 6800 XT 81st 84 30.2
10 8 /s/eVGA+NVIDIA+GeForce+RTX+3060 eVGA NVIDIA GeForce RTX 3060 78th 6 25.7 +/- 0.2
11 9 /s/NVIDIA+GeForce+RTX+2080+SUPER NVIDIA GeForce RTX 2080 SUPER 78th 14 25.2 +/- 0.6
12 10 /s/Zotac+NVIDIA+GeForce+RTX+2080 Zotac NVIDIA GeForce RTX 2080 78th 13 24.8 +/- 0.2
13 11 /s/NVIDIA+GeForce+RTX+2070+SUPER NVIDIA GeForce RTX 2070 SUPER 77th 11 24.6 +/- 0.1
14 12 /s/ASUS+NVIDIA+GeForce+RTX+2070 ASUS NVIDIA GeForce RTX 2070 77th 10 23.4
15 13 /s/NVIDIA+GeForce+RTX+2060+SUPER NVIDIA GeForce RTX 2060 SUPER 76th 11 23.0 +/- 0.7
16 14 /s/NVIDIA+GeForce+RTX+2060 NVIDIA GeForce RTX 2060 76th 12 18.1 +/- 0.4
17 16 /s/NVIDIA+GeForce+GTX+1080 NVIDIA GeForce GTX 1080 68th 3 13.9
18 17 /s/NVIDIA+GeForce+GTX+980 NVIDIA GeForce GTX 980 65th 169 12.1
19 18 /s/NVIDIA+Quadro+T2000 NVIDIA Quadro T2000 60th 84 7.2
20 20 /s/Apple+M1 Apple M1 48th 336 5.9
21 21 /s/Intel+HD+530 Intel HD 530 34th 504 3.4
22 23 /s/Intel+UHD+630 Intel UHD 630 4th 756 1.4 +/- 0.1