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,12 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/AMD+Ryzen+5+3600+6-Core,AMD Ryzen 5 3600 6-Core,87th,3,13721 +/- 6
1,/s/AMD+FX-9590+Eight-Core,AMD FX-9590 Eight-Core,80th,3,12546 +/- 142
2,/s/Intel+Core+i9-10980XE,Intel Core i9-10980XE,79th,3,11315 +/- 13
4,/s/Intel+Xeon+E-2288G,Intel Xeon E-2288G,44th,3,6191 +/- 299
5,/s/Intel+Core+i9-10885H,Intel Core i9-10885H,41st,3,5897 +/- 41
6,/s/Intel+Core+i9-7980XE,Intel Core i9-7980XE,26th,9,3675 +/- 144
8,/s/Intel+Core+i7-9700TE,Intel Core i7-9700TE,22nd,3,1990 +/- 7
9,/s/Intel+Core+i7-1165G7,Intel Core i7-1165G7,21st,6,1775
10,/s/Intel+Core+i7-6770HQ,Intel Core i7-6770HQ,7th,4,1066 +/- 13
11,/s/Intel+Core+i7-1065G7,Intel Core i7-1065G7,6th,8,1039 +/- 5
12,/s/Intel+Core+i7-8565U,Intel Core i7-8565U,3rd,3,438
1 idproc descproc percentile nbproc perf
2 0 /s/AMD+Ryzen+5+3600+6-Core AMD Ryzen 5 3600 6-Core 87th 3 13721 +/- 6
3 1 /s/AMD+FX-9590+Eight-Core AMD FX-9590 Eight-Core 80th 3 12546 +/- 142
4 2 /s/Intel+Core+i9-10980XE Intel Core i9-10980XE 79th 3 11315 +/- 13
5 4 /s/Intel+Xeon+E-2288G Intel Xeon E-2288G 44th 3 6191 +/- 299
6 5 /s/Intel+Core+i9-10885H Intel Core i9-10885H 41st 3 5897 +/- 41
7 6 /s/Intel+Core+i9-7980XE Intel Core i9-7980XE 26th 9 3675 +/- 144
8 8 /s/Intel+Core+i7-9700TE Intel Core i7-9700TE 22nd 3 1990 +/- 7
9 9 /s/Intel+Core+i7-1165G7 Intel Core i7-1165G7 21st 6 1775
10 10 /s/Intel+Core+i7-6770HQ Intel Core i7-6770HQ 7th 4 1066 +/- 13
11 11 /s/Intel+Core+i7-1065G7 Intel Core i7-1065G7 6th 8 1039 +/- 5
12 12 /s/Intel+Core+i7-8565U Intel Core i7-8565U 3rd 3 438