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,8 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/Intel+HD+4600,Intel HD 4600,82nd,87,126482 +/- 24
1,/s/NVIDIA+GeForce+GTX+580,NVIDIA GeForce GTX 580,81st,85,73675
3,/s/NVIDIA+GeForce+310M,NVIDIA GeForce 310M,50th,87,35297
4,/s/Intel+2nd+Generation+Core+Family+IGP,Intel 2nd Generation Core Family IGP,38th,90,22924 +/- 1605
5,/s/NVIDIA+GeForce+210,NVIDIA GeForce 210,37th,85,16097
7,/s/PowerVR+SGX545,PowerVR SGX545,9th,84,247
8,/s/Intel+Atom+D2xxx,Intel Atom D2xxx,2nd,84,178
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+HD+4600 Intel HD 4600 82nd 87 126482 +/- 24
3 1 /s/NVIDIA+GeForce+GTX+580 NVIDIA GeForce GTX 580 81st 85 73675
4 3 /s/NVIDIA+GeForce+310M NVIDIA GeForce 310M 50th 87 35297
5 4 /s/Intel+2nd+Generation+Core+Family+IGP Intel 2nd Generation Core Family IGP 38th 90 22924 +/- 1605
6 5 /s/NVIDIA+GeForce+210 NVIDIA GeForce 210 37th 85 16097
7 7 /s/PowerVR+SGX545 PowerVR SGX545 9th 84 247
8 8 /s/Intel+Atom+D2xxx Intel Atom D2xxx 2nd 84 178