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,15 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/Intel+Core+i7-6820HQ,Intel Core i7-6820HQ,100th,5,0.1
1,/s/AMD+Ryzen+3+1300X,AMD Ryzen 3 1300X,96th,4,0.1
2,/s/Intel+Core+i9-10900K,Intel Core i9-10900K,87th,10,0.4 +/- 0.1
4,/s/AMD+Ryzen+5+2600+Six-Core,AMD Ryzen 5 2600 Six-Core,73rd,29,0.5
5,/s/Intel+Core+i5-4590,Intel Core i5-4590,71st,14,0.5
6,/s/Intel+Core+i7+950,Intel Core i7 950,57th,5,0.7
7,/s/Intel+Core+i9-9900K,Intel Core i9-9900K,56th,7,0.7 +/- 0.1
8,/s/AMD+EPYC+7642+48-Core,AMD EPYC 7642 48-Core,52nd,7,0.8 +/- 0.1
9,/s/AMD+Ryzen+7+5800X+8-Core,AMD Ryzen 7 5800X 8-Core,51st,6,0.9 +/- 0.1
11,/s/Intel+Core+i5-4440S,Intel Core i5-4440S,50th,3,0.9
12,/s/Intel+Core+i7-3517U,Intel Core i7-3517U,50th,4,1.0 +/- 0.1
13,/s/Intel+Core+i5-10210U,Intel Core i5-10210U,37th,5,1.2
14,/s/2+x+AMD+EPYC+7742+64-Core,2 x AMD EPYC 7742 64-Core,36th,3,1.7
16,/s/Intel+Xeon+E3-1271+v3,Intel Xeon E3-1271 v3,19th,84,10.7
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+Core+i7-6820HQ Intel Core i7-6820HQ 100th 5 0.1
3 1 /s/AMD+Ryzen+3+1300X AMD Ryzen 3 1300X 96th 4 0.1
4 2 /s/Intel+Core+i9-10900K Intel Core i9-10900K 87th 10 0.4 +/- 0.1
5 4 /s/AMD+Ryzen+5+2600+Six-Core AMD Ryzen 5 2600 Six-Core 73rd 29 0.5
6 5 /s/Intel+Core+i5-4590 Intel Core i5-4590 71st 14 0.5
7 6 /s/Intel+Core+i7+950 Intel Core i7 950 57th 5 0.7
8 7 /s/Intel+Core+i9-9900K Intel Core i9-9900K 56th 7 0.7 +/- 0.1
9 8 /s/AMD+EPYC+7642+48-Core AMD EPYC 7642 48-Core 52nd 7 0.8 +/- 0.1
10 9 /s/AMD+Ryzen+7+5800X+8-Core AMD Ryzen 7 5800X 8-Core 51st 6 0.9 +/- 0.1
11 11 /s/Intel+Core+i5-4440S Intel Core i5-4440S 50th 3 0.9
12 12 /s/Intel+Core+i7-3517U Intel Core i7-3517U 50th 4 1.0 +/- 0.1
13 13 /s/Intel+Core+i5-10210U Intel Core i5-10210U 37th 5 1.2
14 14 /s/2+x+AMD+EPYC+7742+64-Core 2 x AMD EPYC 7742 64-Core 36th 3 1.7
15 16 /s/Intel+Xeon+E3-1271+v3 Intel Xeon E3-1271 v3 19th 84 10.7