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,14 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+Radeon+RX+6800,AMD Radeon RX 6800,92nd,19,513 +/- 26
1,/s/AMD+Radeon+RX+6800+XT,AMD Radeon RX 6800 XT,87th,13,501 +/- 14
3,/s/AMD+Radeon+RX+5600+OEM,AMD Radeon RX 5600 OEM,59th,8,306 +/- 1
4,/s/NVIDIA+GeForce+RTX+3080,NVIDIA GeForce RTX 3080,59th,7,305 +/- 9
6,/s/NVIDIA+GeForce+RTX+2080+Ti,NVIDIA GeForce RTX 2080 Ti,45th,6,287 +/- 3
7,/s/NVIDIA+GeForce+RTX+2080+SUPER,NVIDIA GeForce RTX 2080 SUPER,37th,6,247 +/- 3
8,/s/Zotac+NVIDIA+GeForce+RTX+2080,Zotac NVIDIA GeForce RTX 2080,33rd,8,232 +/- 1
9,/s/NVIDIA+GeForce+RTX+3060+Ti,NVIDIA GeForce RTX 3060 Ti,27th,7,229 +/- 4
11,/s/NVIDIA+GeForce+RTX+2070+SUPER,NVIDIA GeForce RTX 2070 SUPER,20th,6,219 +/- 2
12,/s/ASUS+NVIDIA+GeForce+RTX+2070,ASUS NVIDIA GeForce RTX 2070,17th,5,193 +/- 1
13,/s/NVIDIA+GeForce+RTX+2060+SUPER,NVIDIA GeForce RTX 2060 SUPER,11th,5,190 +/- 2
14,/s/NVIDIA+GeForce+RTX+2060,NVIDIA GeForce RTX 2060,5th,5,173
15,/s/Sapphire+AMD+Radeon+RX+470,Sapphire AMD Radeon RX 470,5th,4,173 +/- 1
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Radeon+RX+6800 AMD Radeon RX 6800 92nd 19 513 +/- 26
3 1 /s/AMD+Radeon+RX+6800+XT AMD Radeon RX 6800 XT 87th 13 501 +/- 14
4 3 /s/AMD+Radeon+RX+5600+OEM AMD Radeon RX 5600 OEM 59th 8 306 +/- 1
5 4 /s/NVIDIA+GeForce+RTX+3080 NVIDIA GeForce RTX 3080 59th 7 305 +/- 9
6 6 /s/NVIDIA+GeForce+RTX+2080+Ti NVIDIA GeForce RTX 2080 Ti 45th 6 287 +/- 3
7 7 /s/NVIDIA+GeForce+RTX+2080+SUPER NVIDIA GeForce RTX 2080 SUPER 37th 6 247 +/- 3
8 8 /s/Zotac+NVIDIA+GeForce+RTX+2080 Zotac NVIDIA GeForce RTX 2080 33rd 8 232 +/- 1
9 9 /s/NVIDIA+GeForce+RTX+3060+Ti NVIDIA GeForce RTX 3060 Ti 27th 7 229 +/- 4
10 11 /s/NVIDIA+GeForce+RTX+2070+SUPER NVIDIA GeForce RTX 2070 SUPER 20th 6 219 +/- 2
11 12 /s/ASUS+NVIDIA+GeForce+RTX+2070 ASUS NVIDIA GeForce RTX 2070 17th 5 193 +/- 1
12 13 /s/NVIDIA+GeForce+RTX+2060+SUPER NVIDIA GeForce RTX 2060 SUPER 11th 5 190 +/- 2
13 14 /s/NVIDIA+GeForce+RTX+2060 NVIDIA GeForce RTX 2060 5th 5 173
14 15 /s/Sapphire+AMD+Radeon+RX+470 Sapphire AMD Radeon RX 470 5th 4 173 +/- 1