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,6 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+Ryzen+7+3700X+8-Core,AMD Ryzen 7 3700X 8-Core,100th,6,4.167
1,/s/2+x+Intel+Xeon+Platinum+8259CL,2 x Intel Xeon Platinum 8259CL,86th,18,4.156 +/- 0.012
3,/s/2+x+Intel+Xeon+Platinum+8175M,2 x Intel Xeon Platinum 8175M,54th,19,4.105 +/- 0.032
5,/s/Intel+Xeon+E3-1275+v6,Intel Xeon E3-1275 v6,28th,11,4.074 +/- 0.006
7,/s/2+x+Intel+Xeon+Gold+6138,2 x Intel Xeon Gold 6138,12th,12,4.065 +/- 0.019
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Ryzen+7+3700X+8-Core AMD Ryzen 7 3700X 8-Core 100th 6 4.167
3 1 /s/2+x+Intel+Xeon+Platinum+8259CL 2 x Intel Xeon Platinum 8259CL 86th 18 4.156 +/- 0.012
4 3 /s/2+x+Intel+Xeon+Platinum+8175M 2 x Intel Xeon Platinum 8175M 54th 19 4.105 +/- 0.032
5 5 /s/Intel+Xeon+E3-1275+v6 Intel Xeon E3-1275 v6 28th 11 4.074 +/- 0.006
6 7 /s/2+x+Intel+Xeon+Gold+6138 2 x Intel Xeon Gold 6138 12th 12 4.065 +/- 0.019