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,11 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/NVIDIA+GeForce+RTX+2080+Ti,NVIDIA GeForce RTX 2080 Ti,91st,3,159 +/- 3
1,/s/ASUS+NVIDIA+GeForce+RTX+2070,ASUS NVIDIA GeForce RTX 2070,84th,5,107 +/- 2
2,/s/NVIDIA+GeForce+GTX+1080,NVIDIA GeForce GTX 1080,82nd,6,96 +/- 1
4,/s/Zotac+NVIDIA+GeForce+GTX+1070+Ti,Zotac NVIDIA GeForce GTX 1070 Ti,74th,4,84 +/- 4
5,/s/NVIDIA+GeForce+GTX+1070,NVIDIA GeForce GTX 1070,56th,6,76 +/- 2
7,/s/NVIDIA+GeForce+GTX+980+Ti,NVIDIA GeForce GTX 980 Ti,41st,3,67
9,/s/NVIDIA+GeForce+GTX+1060,NVIDIA GeForce GTX 1060,21st,6,55 +/- 1
10,/s/NVIDIA+GeForce+GTX+980,NVIDIA GeForce GTX 980,21st,3,55 +/- 2
11,/s/MSI+AMD+Radeon+RX+470,MSI AMD Radeon RX 470,20th,8,53 +/- 1
12,/s/eVGA+NVIDIA+GeForce+GTX+970,eVGA NVIDIA GeForce GTX 970,12th,3,46 +/- 3
1 idproc descproc percentile nbproc perf
2 0 /s/NVIDIA+GeForce+RTX+2080+Ti NVIDIA GeForce RTX 2080 Ti 91st 3 159 +/- 3
3 1 /s/ASUS+NVIDIA+GeForce+RTX+2070 ASUS NVIDIA GeForce RTX 2070 84th 5 107 +/- 2
4 2 /s/NVIDIA+GeForce+GTX+1080 NVIDIA GeForce GTX 1080 82nd 6 96 +/- 1
5 4 /s/Zotac+NVIDIA+GeForce+GTX+1070+Ti Zotac NVIDIA GeForce GTX 1070 Ti 74th 4 84 +/- 4
6 5 /s/NVIDIA+GeForce+GTX+1070 NVIDIA GeForce GTX 1070 56th 6 76 +/- 2
7 7 /s/NVIDIA+GeForce+GTX+980+Ti NVIDIA GeForce GTX 980 Ti 41st 3 67
8 9 /s/NVIDIA+GeForce+GTX+1060 NVIDIA GeForce GTX 1060 21st 6 55 +/- 1
9 10 /s/NVIDIA+GeForce+GTX+980 NVIDIA GeForce GTX 980 21st 3 55 +/- 2
10 11 /s/MSI+AMD+Radeon+RX+470 MSI AMD Radeon RX 470 20th 8 53 +/- 1
11 12 /s/eVGA+NVIDIA+GeForce+GTX+970 eVGA NVIDIA GeForce GTX 970 12th 3 46 +/- 3