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,14 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/2+x+AMD+EPYC+7763+64-Core,2 x AMD EPYC 7763 64-Core,94th,10,8381 +/- 82
1,/s/2+x+AMD+EPYC+7713+64-Core,2 x AMD EPYC 7713 64-Core,88th,4,8597 +/- 12
3,/s/Ampere+ARMv8+Neoverse-N1+256-Core,Ampere ARMv8 Neoverse-N1 256-Core,72nd,3,9907 +/- 460
4,/s/2+x+Intel+Xeon+Platinum+8380,2 x Intel Xeon Platinum 8380,71st,16,10767 +/- 1421
5,/s/2+x+AMD+EPYC+74F3+24-Core,2 x AMD EPYC 74F3 24-Core,69th,3,11004 +/- 12
6,/s/2+x+AMD+EPYC+7453+28-Core,2 x AMD EPYC 7453 28-Core,59th,11,11557 +/- 29
8,/s/2+x+AMD+EPYC+7343+16-Core,2 x AMD EPYC 7343 16-Core,44th,6,13187 +/- 18
9,/s/2+x+AMD+EPYC+7601+32-Core,2 x AMD EPYC 7601 32-Core,38th,4,15950 +/- 1156
10,/s/AMD+EPYC+7763+64-Core,AMD EPYC 7763 64-Core,36th,6,16600 +/- 94
11,/s/2+x+Intel+Xeon+Platinum+8280,2 x Intel Xeon Platinum 8280,27th,3,17446 +/- 2444
13,/s/Intel+Xeon+Platinum+8380,Intel Xeon Platinum 8380,21st,9,18369 +/- 19
14,/s/AMD+Ryzen+Threadripper+3990X+64-Core,AMD Ryzen Threadripper 3990X 64-Core,6th,3,33295 +/- 37
15,/s/Intel+Xeon+Gold+6226R,Intel Xeon Gold 6226R,3rd,4,35453 +/- 113
1 idproc descproc percentile nbproc perf
2 0 /s/2+x+AMD+EPYC+7763+64-Core 2 x AMD EPYC 7763 64-Core 94th 10 8381 +/- 82
3 1 /s/2+x+AMD+EPYC+7713+64-Core 2 x AMD EPYC 7713 64-Core 88th 4 8597 +/- 12
4 3 /s/Ampere+ARMv8+Neoverse-N1+256-Core Ampere ARMv8 Neoverse-N1 256-Core 72nd 3 9907 +/- 460
5 4 /s/2+x+Intel+Xeon+Platinum+8380 2 x Intel Xeon Platinum 8380 71st 16 10767 +/- 1421
6 5 /s/2+x+AMD+EPYC+74F3+24-Core 2 x AMD EPYC 74F3 24-Core 69th 3 11004 +/- 12
7 6 /s/2+x+AMD+EPYC+7453+28-Core 2 x AMD EPYC 7453 28-Core 59th 11 11557 +/- 29
8 8 /s/2+x+AMD+EPYC+7343+16-Core 2 x AMD EPYC 7343 16-Core 44th 6 13187 +/- 18
9 9 /s/2+x+AMD+EPYC+7601+32-Core 2 x AMD EPYC 7601 32-Core 38th 4 15950 +/- 1156
10 10 /s/AMD+EPYC+7763+64-Core AMD EPYC 7763 64-Core 36th 6 16600 +/- 94
11 11 /s/2+x+Intel+Xeon+Platinum+8280 2 x Intel Xeon Platinum 8280 27th 3 17446 +/- 2444
12 13 /s/Intel+Xeon+Platinum+8380 Intel Xeon Platinum 8380 21st 9 18369 +/- 19
13 14 /s/AMD+Ryzen+Threadripper+3990X+64-Core AMD Ryzen Threadripper 3990X 64-Core 6th 3 33295 +/- 37
14 15 /s/Intel+Xeon+Gold+6226R Intel Xeon Gold 6226R 3rd 4 35453 +/- 113