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,11 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+EPYC+7601+32-Core,AMD EPYC 7601 32-Core,98th,3,27 +/- 2
1,/s/AMD+Ryzen+7+2700X+Eight-Core,AMD Ryzen 7 2700X Eight-Core,76th,6,51 +/- 4
2,/s/AMD+Ryzen+7+1800X+Eight-Core,AMD Ryzen 7 1800X Eight-Core,76th,10,53 +/- 5
4,/s/Intel+Core+i7-7700K,Intel Core i7-7700K,62nd,5,74 +/- 3
6,/s/AMD+Ryzen+5+2400G,AMD Ryzen 5 2400G,50th,4,93 +/- 5
7,/s/Intel+Core+i3-8100,Intel Core i3-8100,50th,3,93
8,/s/AMD+Ryzen+3+2200G,AMD Ryzen 3 2200G,49th,3,95 +/- 4
9,/s/Intel+Core+i5-8250U,Intel Core i5-8250U,35th,6,144 +/- 17
11,/s/Intel+Xeon+X3440,Intel Xeon X3440,15th,5,417 +/- 8
12,/s/Intel+Xeon+Gold+6212U,Intel Xeon Gold 6212U,11th,3,480 +/- 2
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+EPYC+7601+32-Core AMD EPYC 7601 32-Core 98th 3 27 +/- 2
3 1 /s/AMD+Ryzen+7+2700X+Eight-Core AMD Ryzen 7 2700X Eight-Core 76th 6 51 +/- 4
4 2 /s/AMD+Ryzen+7+1800X+Eight-Core AMD Ryzen 7 1800X Eight-Core 76th 10 53 +/- 5
5 4 /s/Intel+Core+i7-7700K Intel Core i7-7700K 62nd 5 74 +/- 3
6 6 /s/AMD+Ryzen+5+2400G AMD Ryzen 5 2400G 50th 4 93 +/- 5
7 7 /s/Intel+Core+i3-8100 Intel Core i3-8100 50th 3 93
8 8 /s/AMD+Ryzen+3+2200G AMD Ryzen 3 2200G 49th 3 95 +/- 4
9 9 /s/Intel+Core+i5-8250U Intel Core i5-8250U 35th 6 144 +/- 17
10 11 /s/Intel+Xeon+X3440 Intel Xeon X3440 15th 5 417 +/- 8
11 12 /s/Intel+Xeon+Gold+6212U Intel Xeon Gold 6212U 11th 3 480 +/- 2