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:
@@ -0,0 +1,27 @@
|
||||
processor : 0
|
||||
vendor_id : AuthenticAMD
|
||||
cpu family : 23
|
||||
model : 1
|
||||
model name : AMD EPYC 7401 24-Core Processor
|
||||
stepping : 2
|
||||
microcode : 0x8001207
|
||||
cpu MHz : 1999.857
|
||||
cache size : 512 KB
|
||||
physical id : 0
|
||||
siblings : 48
|
||||
core id : 0
|
||||
cpu cores : 24
|
||||
apicid : 0
|
||||
initial apicid : 0
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 13
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_l2 mwaitx cpb hw_pstate vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload overflow_recov succor smca
|
||||
bugs : fxsave_leak sysret_ss_attrs null_seg
|
||||
bogomips : 3999.71
|
||||
TLB size : 2560 4K pages
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 48 bits physical, 48 bits virtual
|
||||
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]
|
||||
32
benchmark-data/data/hardware/2xAMDEPYC740124-Core/lscpu.txt
Normal file
32
benchmark-data/data/hardware/2xAMDEPYC740124-Core/lscpu.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
Architecture: x86_64
|
||||
CPU op-mode(s): 32-bit, 64-bit
|
||||
Byte Order: Little Endian
|
||||
CPU(s): 96
|
||||
On-line CPU(s) list: 0-95
|
||||
Thread(s) per core: 2
|
||||
Core(s) per socket: 24
|
||||
Socket(s): 2
|
||||
NUMA node(s): 8
|
||||
Vendor ID: AuthenticAMD
|
||||
CPU family: 23
|
||||
Model: 1
|
||||
Model name: AMD EPYC 7401 24-Core Processor
|
||||
Stepping: 2
|
||||
CPU MHz: 1999.857
|
||||
CPU max MHz: 2000.0000
|
||||
CPU min MHz: 1200.0000
|
||||
BogoMIPS: 3999.71
|
||||
Virtualization: AMD-V
|
||||
L1d cache: 32K
|
||||
L1i cache: 64K
|
||||
L2 cache: 512K
|
||||
L3 cache: 8192K
|
||||
NUMA node0 CPU(s): 0-5,48-53
|
||||
NUMA node1 CPU(s): 6-11,54-59
|
||||
NUMA node2 CPU(s): 12-17,60-65
|
||||
NUMA node3 CPU(s): 18-23,66-71
|
||||
NUMA node4 CPU(s): 24-29,72-77
|
||||
NUMA node5 CPU(s): 30-35,78-83
|
||||
NUMA node6 CPU(s): 36-41,84-89
|
||||
NUMA node7 CPU(s): 42-47,90-95
|
||||
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_l2 mwaitx cpb hw_pstate vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload overflow_recov succor smca
|
||||
Reference in New Issue
Block a user