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,9 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/MSI+AMD+Radeon+HD+7900,MSI AMD Radeon HD 7900,100th,3,45.5 +/- 0.4
1,/s/MSI+AMD+Radeon+HD+7970,MSI AMD Radeon HD 7970,99th,3,44.2
2,/s/Zotac+NVIDIA+GeForce+GTX+780,Zotac NVIDIA GeForce GTX 780,93rd,12,39.5 +/- 4.0
3,/s/eVGA+NVIDIA+GeForce+GTX+970,eVGA NVIDIA GeForce GTX 970,92nd,3,37.4 +/- 0.7
4,/s/NVIDIA+GeForce+GTX+770,NVIDIA GeForce GTX 770,88th,3,30.1 +/- 0.5
5,/s/Sapphire+AMD+Radeon+HD+7970,Sapphire AMD Radeon HD 7970,85th,5,24.8 +/- 2.6
6,/s/Sapphire+AMD+Radeon+R9+Fury,Sapphire AMD Radeon R9 Fury,83rd,3,24.1 +/- 0.9
8,/s/ASUS+NVIDIA+GeForce+GTX+560+Ti,ASUS NVIDIA GeForce GTX 560 Ti,46th,179,20.6 +/- 0.2
1 idproc descproc percentile nbproc perf
2 0 /s/MSI+AMD+Radeon+HD+7900 MSI AMD Radeon HD 7900 100th 3 45.5 +/- 0.4
3 1 /s/MSI+AMD+Radeon+HD+7970 MSI AMD Radeon HD 7970 99th 3 44.2
4 2 /s/Zotac+NVIDIA+GeForce+GTX+780 Zotac NVIDIA GeForce GTX 780 93rd 12 39.5 +/- 4.0
5 3 /s/eVGA+NVIDIA+GeForce+GTX+970 eVGA NVIDIA GeForce GTX 970 92nd 3 37.4 +/- 0.7
6 4 /s/NVIDIA+GeForce+GTX+770 NVIDIA GeForce GTX 770 88th 3 30.1 +/- 0.5
7 5 /s/Sapphire+AMD+Radeon+HD+7970 Sapphire AMD Radeon HD 7970 85th 5 24.8 +/- 2.6
8 6 /s/Sapphire+AMD+Radeon+R9+Fury Sapphire AMD Radeon R9 Fury 83rd 3 24.1 +/- 0.9
9 8 /s/ASUS+NVIDIA+GeForce+GTX+560+Ti ASUS NVIDIA GeForce GTX 560 Ti 46th 179 20.6 +/- 0.2