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/NVIDIA+Quadro+4000,NVIDIA Quadro 4000,100th,4,73.8 +/- 7.3
1,/s/NVIDIA+Quadro+M2000M,NVIDIA Quadro M2000M,100th,3,32.2 +/- 4.1
2,/s/NVIDIA+GeForce+GT+240,NVIDIA GeForce GT 240,98th,86,11.8
3,/s/ATI+Mobility+Radeon+HD+4500,ATI Mobility Radeon HD 4500,87th,86,9.6
4,/s/AMD+Radeon+HD+6800,AMD Radeon HD 6800,77th,90,8.2 +/- 0.4
6,/s/NVIDIA+GeForce+6800+GT,NVIDIA GeForce 6800 GT,67th,84,5.4
7,/s/Intel+HD+4600,Intel HD 4600,58th,3,4.9 +/- 0.4
9,/s/Intel+Xeon+E3-1200+v2,Intel Xeon E3-1200 v2,49th,168,3.9 +/- 0.2
11,/s/Intel+Mobile+GM965,Intel Mobile GM965,21st,168,1.9
12,/s/Intel+82G33,Intel 82G33,11th,6,1.0
1 idproc descproc percentile nbproc perf
2 0 /s/NVIDIA+Quadro+4000 NVIDIA Quadro 4000 100th 4 73.8 +/- 7.3
3 1 /s/NVIDIA+Quadro+M2000M NVIDIA Quadro M2000M 100th 3 32.2 +/- 4.1
4 2 /s/NVIDIA+GeForce+GT+240 NVIDIA GeForce GT 240 98th 86 11.8
5 3 /s/ATI+Mobility+Radeon+HD+4500 ATI Mobility Radeon HD 4500 87th 86 9.6
6 4 /s/AMD+Radeon+HD+6800 AMD Radeon HD 6800 77th 90 8.2 +/- 0.4
7 6 /s/NVIDIA+GeForce+6800+GT NVIDIA GeForce 6800 GT 67th 84 5.4
8 7 /s/Intel+HD+4600 Intel HD 4600 58th 3 4.9 +/- 0.4
9 9 /s/Intel+Xeon+E3-1200+v2 Intel Xeon E3-1200 v2 49th 168 3.9 +/- 0.2
10 11 /s/Intel+Mobile+GM965 Intel Mobile GM965 21st 168 1.9
11 12 /s/Intel+82G33 Intel 82G33 11th 6 1.0