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,17 @@
,idproc,descproc,percentile,nbproc,perf
0,/s/NVIDIA+GeForce+GTX+1070,NVIDIA GeForce GTX 1070,95th,5,79917168 +/- 2469975
1,/s/NVIDIA+GeForce+GTX+1070+with+Max-Q+Design,NVIDIA GeForce GTX 1070 with Max-Q Design,93rd,3,74367833 +/- 91731
2,/s/NVIDIA+GeForce+GTX+980+Ti,NVIDIA GeForce GTX 980 Ti,91st,3,71593472 +/- 447973
3,/s/NVIDIA+GeForce+GTX+1060+6GB,NVIDIA GeForce GTX 1060 6GB,89th,5,63257638 +/- 1208726
4,/s/eVGA+NVIDIA+GeForce+GTX+970,eVGA NVIDIA GeForce GTX 970,86th,3,59093335 +/- 492342
5,/s/eVGA+NVIDIA+GeForce+GTX+960,eVGA NVIDIA GeForce GTX 960,83rd,3,44908487 +/- 80588
6,/s/eVGA+NVIDIA+GeForce+GTX+1050+Ti,eVGA NVIDIA GeForce GTX 1050 Ti,82nd,4,44817421 +/- 633063
7,/s/AMD+Radeon+RX+480,AMD Radeon RX 480,81st,3,41944884 +/- 5704257
8,/s/Zotac+NVIDIA+GeForce+GTX+1050,Zotac NVIDIA GeForce GTX 1050,79th,4,37572482 +/- 433407
9,/s/eVGA+NVIDIA+GeForce+GTX+950,eVGA NVIDIA GeForce GTX 950,78th,3,37196180 +/- 43496
11,/s/ASUS+NVIDIA+GeForce+GTX+860M,ASUS NVIDIA GeForce GTX 860M,70th,3,22062395 +/- 136552
12,/s/NVIDIA+GeForce+GTX+750+Ti,NVIDIA GeForce GTX 750 Ti,64th,3,14793401 +/- 249982
13,/s/NVIDIA+GF100GL,NVIDIA GF100GL,63rd,84,13120305
15,/s/Intel+Kabylake+GT2,Intel Kabylake GT2,32nd,5,7566515 +/- 511213
16,/s/Intel+HD+530,Intel HD 530,31st,3,7062921 +/- 768247
17,/s/NVIDIA+GeForce+GTX+260,NVIDIA GeForce GTX 260,30th,84,5749217
1 idproc descproc percentile nbproc perf
2 0 /s/NVIDIA+GeForce+GTX+1070 NVIDIA GeForce GTX 1070 95th 5 79917168 +/- 2469975
3 1 /s/NVIDIA+GeForce+GTX+1070+with+Max-Q+Design NVIDIA GeForce GTX 1070 with Max-Q Design 93rd 3 74367833 +/- 91731
4 2 /s/NVIDIA+GeForce+GTX+980+Ti NVIDIA GeForce GTX 980 Ti 91st 3 71593472 +/- 447973
5 3 /s/NVIDIA+GeForce+GTX+1060+6GB NVIDIA GeForce GTX 1060 6GB 89th 5 63257638 +/- 1208726
6 4 /s/eVGA+NVIDIA+GeForce+GTX+970 eVGA NVIDIA GeForce GTX 970 86th 3 59093335 +/- 492342
7 5 /s/eVGA+NVIDIA+GeForce+GTX+960 eVGA NVIDIA GeForce GTX 960 83rd 3 44908487 +/- 80588
8 6 /s/eVGA+NVIDIA+GeForce+GTX+1050+Ti eVGA NVIDIA GeForce GTX 1050 Ti 82nd 4 44817421 +/- 633063
9 7 /s/AMD+Radeon+RX+480 AMD Radeon RX 480 81st 3 41944884 +/- 5704257
10 8 /s/Zotac+NVIDIA+GeForce+GTX+1050 Zotac NVIDIA GeForce GTX 1050 79th 4 37572482 +/- 433407
11 9 /s/eVGA+NVIDIA+GeForce+GTX+950 eVGA NVIDIA GeForce GTX 950 78th 3 37196180 +/- 43496
12 11 /s/ASUS+NVIDIA+GeForce+GTX+860M ASUS NVIDIA GeForce GTX 860M 70th 3 22062395 +/- 136552
13 12 /s/NVIDIA+GeForce+GTX+750+Ti NVIDIA GeForce GTX 750 Ti 64th 3 14793401 +/- 249982
14 13 /s/NVIDIA+GF100GL NVIDIA GF100GL 63rd 84 13120305
15 15 /s/Intel+Kabylake+GT2 Intel Kabylake GT2 32nd 5 7566515 +/- 511213
16 16 /s/Intel+HD+530 Intel HD 530 31st 3 7062921 +/- 768247
17 17 /s/NVIDIA+GeForce+GTX+260 NVIDIA GeForce GTX 260 30th 84 5749217