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,9 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+Navi+10,AMD Navi 10,99th,4,219 +/- 25
1,/s/AMD+Radeon+RX+56,AMD Radeon RX 56,95th,5,178 +/- 12
2,/s/AMD+Radeon+RX+64,AMD Radeon RX 64,95th,3,178 +/- 9
3,/s/NVIDIA+GeForce+GTX+1070,NVIDIA GeForce GTX 1070,77th,3,125 +/- 2
5,/s/MSI+AMD+Radeon+RX+470,MSI AMD Radeon RX 470,75th,5,121 +/- 2
7,/s/MSI+AMD+Radeon+HD+7900,MSI AMD Radeon HD 7900,34th,94,90 +/- 3
8,/s/MSI+AMD+Radeon+HD+7970,MSI AMD Radeon HD 7970,33rd,3,89 +/- 1
10,/s/XFX+AMD+Radeon+HD+7950,XFX AMD Radeon HD 7950,10th,3,66 +/- 3
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Navi+10 AMD Navi 10 99th 4 219 +/- 25
3 1 /s/AMD+Radeon+RX+56 AMD Radeon RX 56 95th 5 178 +/- 12
4 2 /s/AMD+Radeon+RX+64 AMD Radeon RX 64 95th 3 178 +/- 9
5 3 /s/NVIDIA+GeForce+GTX+1070 NVIDIA GeForce GTX 1070 77th 3 125 +/- 2
6 5 /s/MSI+AMD+Radeon+RX+470 MSI AMD Radeon RX 470 75th 5 121 +/- 2
7 7 /s/MSI+AMD+Radeon+HD+7900 MSI AMD Radeon HD 7900 34th 94 90 +/- 3
8 8 /s/MSI+AMD+Radeon+HD+7970 MSI AMD Radeon HD 7970 33rd 3 89 +/- 1
9 10 /s/XFX+AMD+Radeon+HD+7950 XFX AMD Radeon HD 7950 10th 3 66 +/- 3