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/AMD+Ryzen+9+3950X+16-Core,AMD Ryzen 9 3950X 16-Core,98th,12,113996 +/- 661
1,/s/AMD+Ryzen+9+3900X+12-Core,AMD Ryzen 9 3900X 12-Core,91st,3,79497 +/- 1105
2,/s/2+x+Intel+Xeon+Gold+6254,2 x Intel Xeon Gold 6254,87th,6,76072 +/- 5137
3,/s/2+x+Intel+Xeon+E5-2680+v3,2 x Intel Xeon E5-2680 v3,80th,3,65500 +/- 2568
4,/s/Intel+Core+i7-6820HQ,Intel Core i7-6820HQ,80th,4,64156 +/- 2693
6,/s/2+x+Intel+Xeon+E5-2680+0,2 x Intel Xeon E5-2680 0,12th,5,40886 +/- 426
8,/s/2+x+Intel+Xeon+Platinum+8124M,2 x Intel Xeon Platinum 8124M,6th,3,30479 +/- 1548
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Ryzen+9+3950X+16-Core AMD Ryzen 9 3950X 16-Core 98th 12 113996 +/- 661
3 1 /s/AMD+Ryzen+9+3900X+12-Core AMD Ryzen 9 3900X 12-Core 91st 3 79497 +/- 1105
4 2 /s/2+x+Intel+Xeon+Gold+6254 2 x Intel Xeon Gold 6254 87th 6 76072 +/- 5137
5 3 /s/2+x+Intel+Xeon+E5-2680+v3 2 x Intel Xeon E5-2680 v3 80th 3 65500 +/- 2568
6 4 /s/Intel+Core+i7-6820HQ Intel Core i7-6820HQ 80th 4 64156 +/- 2693
7 6 /s/2+x+Intel+Xeon+E5-2680+0 2 x Intel Xeon E5-2680 0 12th 5 40886 +/- 426
8 8 /s/2+x+Intel+Xeon+Platinum+8124M 2 x Intel Xeon Platinum 8124M 6th 3 30479 +/- 1548