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,7 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/Intel+Core+i9-9900KS,Intel Core i9-9900KS,58th,3,71539 +/- 1029
1,/s/Intel+Xeon+E-2288G,Intel Xeon E-2288G,56th,4,69798 +/- 1617
3,/s/Intel+Core+i9-10980XE,Intel Core i9-10980XE,33rd,8,38395 +/- 734
5,/s/AMD+EPYC+7F72+24-Core,AMD EPYC 7F72 24-Core,20th,6,37290 +/- 669
6,/s/Phytium+FT2000A+4-Core,Phytium FT2000A 4-Core,11th,3,24571 +/- 1269
7,/s/Intel+Atom+N2600,Intel Atom N2600,2nd,5,4018 +/- 133
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+Core+i9-9900KS Intel Core i9-9900KS 58th 3 71539 +/- 1029
3 1 /s/Intel+Xeon+E-2288G Intel Xeon E-2288G 56th 4 69798 +/- 1617
4 3 /s/Intel+Core+i9-10980XE Intel Core i9-10980XE 33rd 8 38395 +/- 734
5 5 /s/AMD+EPYC+7F72+24-Core AMD EPYC 7F72 24-Core 20th 6 37290 +/- 669
6 6 /s/Phytium+FT2000A+4-Core Phytium FT2000A 4-Core 11th 3 24571 +/- 1269
7 7 /s/Intel+Atom+N2600 Intel Atom N2600 2nd 5 4018 +/- 133