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,10 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/Intel+Core+i7-5960X,Intel Core i7-5960X,98th,4,29 +/- 4
1,/s/2+x+AMD+Opteron+6172,2 x AMD Opteron 6172,95th,3,36 +/- 2
2,/s/Intel+Core+i7-4960X,Intel Core i7-4960X,90th,16,54 +/- 2
3,/s/Intel+Core+i5-3470,Intel Core i5-3470,78th,4,57
5,/s/AMD+A10-7700K+APU+with+Radeon+R7,AMD A10-7700K APU with Radeon R7,55th,10,90 +/- 3
7,/s/Intel+Core+i7+720Q,Intel Core i7 720Q,42nd,3,111
8,/s/Intel+Core+i7-3960X,Intel Core i7-3960X,38th,3,116
9,/s/Intel+Core+i5-2520M,Intel Core i5-2520M,27th,13,133 +/- 1
11,/s/AMD+Athlon+X4+845+Quad+Core,AMD Athlon X4 845 Quad Core,16th,11,153 +/- 3
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+Core+i7-5960X Intel Core i7-5960X 98th 4 29 +/- 4
3 1 /s/2+x+AMD+Opteron+6172 2 x AMD Opteron 6172 95th 3 36 +/- 2
4 2 /s/Intel+Core+i7-4960X Intel Core i7-4960X 90th 16 54 +/- 2
5 3 /s/Intel+Core+i5-3470 Intel Core i5-3470 78th 4 57
6 5 /s/AMD+A10-7700K+APU+with+Radeon+R7 AMD A10-7700K APU with Radeon R7 55th 10 90 +/- 3
7 7 /s/Intel+Core+i7+720Q Intel Core i7 720Q 42nd 3 111
8 8 /s/Intel+Core+i7-3960X Intel Core i7-3960X 38th 3 116
9 9 /s/Intel+Core+i5-2520M Intel Core i5-2520M 27th 13 133 +/- 1
10 11 /s/AMD+Athlon+X4+845+Quad+Core AMD Athlon X4 845 Quad Core 16th 11 153 +/- 3