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/Intel+Core+i7-7740K,Intel Core i7-7740K,85th,16,4.84
2,/s/Intel+Core+i7-6770HQ,Intel Core i7-6770HQ,63rd,4,3.67 +/- 0.07
3,/s/Intel+Core+i9-7920X,Intel Core i9-7920X,51st,6,2.86 +/- 0.03
5,/s/Intel+Core+i9-7980XE,Intel Core i9-7980XE,35th,9,2.70 +/- 0.02
7,/s/Intel+Core+i9-9900K,Intel Core i9-9900K,17th,12,2.41 +/- 0.04
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+Core+i7-7740K Intel Core i7-7740K 85th 16 4.84
3 2 /s/Intel+Core+i7-6770HQ Intel Core i7-6770HQ 63rd 4 3.67 +/- 0.07
4 3 /s/Intel+Core+i9-7920X Intel Core i9-7920X 51st 6 2.86 +/- 0.03
5 5 /s/Intel+Core+i9-7980XE Intel Core i9-7980XE 35th 9 2.70 +/- 0.02
6 7 /s/Intel+Core+i9-9900K Intel Core i9-9900K 17th 12 2.41 +/- 0.04