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,24 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/Intel+Core+i7-7700K,Intel Core i7-7700K,100th,5,0.04
1,/s/Intel+Core+i9-7960X,Intel Core i9-7960X,100th,4,0.04
2,/s/Intel+Core+i5-8400,Intel Core i5-8400,99th,4,0.04
3,/s/Intel+Core+i7-8700K,Intel Core i7-8700K,99th,5,0.05
4,/s/Intel+Core+i5-8250U,Intel Core i5-8250U,96th,4,0.05
5,/s/Intel+Xeon+E3-1280+v5,Intel Xeon E3-1280 v5,91st,5,0.05 +/- 0.01
6,/s/Intel+Core+i5-4670,Intel Core i5-4670,86th,6,0.06 +/- 0.01
7,/s/Intel+Core+i7+990X,Intel Core i7 990X,85th,5,0.06
8,/s/Intel+Core+i7-4770K,Intel Core i7-4770K,84th,7,0.06 +/- 0.01
9,/s/Intel+Core+i7-4960X,Intel Core i7-4960X,81st,7,0.06
10,/s/Intel+Xeon+E5-1680+v3,Intel Xeon E5-1680 v3,80th,10,0.06 +/- 0.01
11,/s/2+x+Intel+Xeon+Platinum+8280,2 x Intel Xeon Platinum 8280,76th,3,0.06
13,/s/Intel+Core+i7-3960X,Intel Core i7-3960X,73rd,5,0.07 +/- 0.01
14,/s/Intel+Core+i9-7980XE,Intel Core i9-7980XE,73rd,5,0.07
15,/s/Intel+Core+i5-6500,Intel Core i5-6500,72nd,4,0.07
16,/s/Intel+Xeon+E3-1275+v6,Intel Xeon E3-1275 v6,72nd,5,0.07 +/- 0.01
17,/s/Intel+Core+i7-7900X,Intel Core i7-7900X,72nd,5,0.07 +/- 0.01
18,/s/2+x+Intel+Xeon+Gold+6138,2 x Intel Xeon Gold 6138,71st,5,0.07
19,/s/Intel+Core+i7-5600U,Intel Core i7-5600U,71st,10,0.07 +/- 0.01
20,/s/Intel+Core+i7-5775C,Intel Core i7-5775C,71st,4,0.07
21,/s/Intel+Core+i5-5300U,Intel Core i5-5300U,71st,11,0.08 +/- 0.01
22,/s/Intel+Xeon+E5-2687W+v3,Intel Xeon E5-2687W v3,67th,5,0.11
23,/s/Intel+Celeron+N3050,Intel Celeron N3050,60th,4,0.16 +/- 0.01
1 idproc descproc percentile nbproc perf
2 0 /s/Intel+Core+i7-7700K Intel Core i7-7700K 100th 5 0.04
3 1 /s/Intel+Core+i9-7960X Intel Core i9-7960X 100th 4 0.04
4 2 /s/Intel+Core+i5-8400 Intel Core i5-8400 99th 4 0.04
5 3 /s/Intel+Core+i7-8700K Intel Core i7-8700K 99th 5 0.05
6 4 /s/Intel+Core+i5-8250U Intel Core i5-8250U 96th 4 0.05
7 5 /s/Intel+Xeon+E3-1280+v5 Intel Xeon E3-1280 v5 91st 5 0.05 +/- 0.01
8 6 /s/Intel+Core+i5-4670 Intel Core i5-4670 86th 6 0.06 +/- 0.01
9 7 /s/Intel+Core+i7+990X Intel Core i7 990X 85th 5 0.06
10 8 /s/Intel+Core+i7-4770K Intel Core i7-4770K 84th 7 0.06 +/- 0.01
11 9 /s/Intel+Core+i7-4960X Intel Core i7-4960X 81st 7 0.06
12 10 /s/Intel+Xeon+E5-1680+v3 Intel Xeon E5-1680 v3 80th 10 0.06 +/- 0.01
13 11 /s/2+x+Intel+Xeon+Platinum+8280 2 x Intel Xeon Platinum 8280 76th 3 0.06
14 13 /s/Intel+Core+i7-3960X Intel Core i7-3960X 73rd 5 0.07 +/- 0.01
15 14 /s/Intel+Core+i9-7980XE Intel Core i9-7980XE 73rd 5 0.07
16 15 /s/Intel+Core+i5-6500 Intel Core i5-6500 72nd 4 0.07
17 16 /s/Intel+Xeon+E3-1275+v6 Intel Xeon E3-1275 v6 72nd 5 0.07 +/- 0.01
18 17 /s/Intel+Core+i7-7900X Intel Core i7-7900X 72nd 5 0.07 +/- 0.01
19 18 /s/2+x+Intel+Xeon+Gold+6138 2 x Intel Xeon Gold 6138 71st 5 0.07
20 19 /s/Intel+Core+i7-5600U Intel Core i7-5600U 71st 10 0.07 +/- 0.01
21 20 /s/Intel+Core+i7-5775C Intel Core i7-5775C 71st 4 0.07
22 21 /s/Intel+Core+i5-5300U Intel Core i5-5300U 71st 11 0.08 +/- 0.01
23 22 /s/Intel+Xeon+E5-2687W+v3 Intel Xeon E5-2687W v3 67th 5 0.11
24 23 /s/Intel+Celeron+N3050 Intel Celeron N3050 60th 4 0.16 +/- 0.01