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,19 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+Navi+22,AMD Navi 22,100th,5,114 +/- 1
1,/s/AMD+Radeon+RX+6800,AMD Radeon RX 6800,97th,5,112
2,/s/NVIDIA+GeForce+RTX+2080+Ti,NVIDIA GeForce RTX 2080 Ti,97th,4,112 +/- 3
3,/s/NVIDIA+GeForce+GTX+1080+Ti,NVIDIA GeForce GTX 1080 Ti,95th,6,109 +/- 5
4,/s/NVIDIA+GeForce+GTX+1080,NVIDIA GeForce GTX 1080,84th,11,91 +/- 8
5,/s/AMD+Navi+10,AMD Navi 10,82nd,4,89 +/- 4
6,/s/NVIDIA+GeForce+RTX+2060,NVIDIA GeForce RTX 2060,81st,3,88 +/- 2
7,/s/Zotac+NVIDIA+GeForce+GTX+1070+Ti,Zotac NVIDIA GeForce GTX 1070 Ti,80th,6,87 +/- 8
9,/s/AMD+Radeon+RX+64,AMD Radeon RX 64,75th,12,83 +/- 5
10,/s/AMD+Radeon+RX+56,AMD Radeon RX 56,70th,6,79 +/- 5
11,/s/NVIDIA+GeForce+GTX+1070,NVIDIA GeForce GTX 1070,67th,6,77 +/- 7
12,/s/NVIDIA+GeForce+GTX+980+Ti,NVIDIA GeForce GTX 980 Ti,61st,4,74 +/- 2
14,/s/NVIDIA+GeForce+GTX+980,NVIDIA GeForce GTX 980,21st,3,61 +/- 1
16,/s/Sapphire+AMD+Radeon+RX+470,Sapphire AMD Radeon RX 470,21st,4,61 +/- 5
17,/s/NVIDIA+GeForce+GTX+1060,NVIDIA GeForce GTX 1060,17th,4,60 +/- 1
18,/s/MSI+AMD+Radeon+RX+470,MSI AMD Radeon RX 470,17th,5,59 +/- 3
19,/s/MSI+AMD+Radeon+RX+580,MSI AMD Radeon RX 580,10th,17,52 +/- 4
20,/s/Sapphire+AMD+Radeon+RX+560,Sapphire AMD Radeon RX 560,2nd,4,25 +/- 2
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Navi+22 AMD Navi 22 100th 5 114 +/- 1
3 1 /s/AMD+Radeon+RX+6800 AMD Radeon RX 6800 97th 5 112
4 2 /s/NVIDIA+GeForce+RTX+2080+Ti NVIDIA GeForce RTX 2080 Ti 97th 4 112 +/- 3
5 3 /s/NVIDIA+GeForce+GTX+1080+Ti NVIDIA GeForce GTX 1080 Ti 95th 6 109 +/- 5
6 4 /s/NVIDIA+GeForce+GTX+1080 NVIDIA GeForce GTX 1080 84th 11 91 +/- 8
7 5 /s/AMD+Navi+10 AMD Navi 10 82nd 4 89 +/- 4
8 6 /s/NVIDIA+GeForce+RTX+2060 NVIDIA GeForce RTX 2060 81st 3 88 +/- 2
9 7 /s/Zotac+NVIDIA+GeForce+GTX+1070+Ti Zotac NVIDIA GeForce GTX 1070 Ti 80th 6 87 +/- 8
10 9 /s/AMD+Radeon+RX+64 AMD Radeon RX 64 75th 12 83 +/- 5
11 10 /s/AMD+Radeon+RX+56 AMD Radeon RX 56 70th 6 79 +/- 5
12 11 /s/NVIDIA+GeForce+GTX+1070 NVIDIA GeForce GTX 1070 67th 6 77 +/- 7
13 12 /s/NVIDIA+GeForce+GTX+980+Ti NVIDIA GeForce GTX 980 Ti 61st 4 74 +/- 2
14 14 /s/NVIDIA+GeForce+GTX+980 NVIDIA GeForce GTX 980 21st 3 61 +/- 1
15 16 /s/Sapphire+AMD+Radeon+RX+470 Sapphire AMD Radeon RX 470 21st 4 61 +/- 5
16 17 /s/NVIDIA+GeForce+GTX+1060 NVIDIA GeForce GTX 1060 17th 4 60 +/- 1
17 18 /s/MSI+AMD+Radeon+RX+470 MSI AMD Radeon RX 470 17th 5 59 +/- 3
18 19 /s/MSI+AMD+Radeon+RX+580 MSI AMD Radeon RX 580 10th 17 52 +/- 4
19 20 /s/Sapphire+AMD+Radeon+RX+560 Sapphire AMD Radeon RX 560 2nd 4 25 +/- 2