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:
1374
benchmark-data/data/hardware/SapphireAMDRadeonR7370/catproc.txt
Normal file
1374
benchmark-data/data/hardware/SapphireAMDRadeonR7370/catproc.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,19 @@
|
||||
===========
|
||||
VULKAN INFO
|
||||
===========
|
||||
|
||||
Vulkan API Version: 1.0.42
|
||||
|
||||
INFO: [loader] Code 0 : Found ICD manifest file /etc/vulkan/icd.d/intel_icd.json, version "1.0.0"
|
||||
WARNING: [loader] Code 0 : loader_icd_scan: ICD JSON /etc/vulkan/icd.d/intel_icd.json does not have an 'api_version' field.
|
||||
ERROR: [loader] Code 0 : libvulkan_intel.so: cannot open shared object file: No such file or directory
|
||||
INFO: [loader] Code 0 : Found ICD manifest file /etc/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
|
||||
ERROR: [loader] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
|
||||
INFO: [loader] Code 0 : Found ICD manifest file /etc/vulkan/icd.d/radeon_icd.i686.json, version "1.0.0"
|
||||
ERROR: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: cannot open shared object file: No such file or directory
|
||||
INFO: [loader] Code 0 : Found ICD manifest file /etc/vulkan/icd.d/intel_icd.i686.json, version "1.0.0"
|
||||
ERROR: [loader] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: cannot open shared object file: No such file or directory
|
||||
INFO: [loader] Code 0 : Found ICD manifest file /etc/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0"
|
||||
ERROR: [loader] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: cannot open shared object file: No such file or directory
|
||||
Cannot create Vulkan instance.
|
||||
/build/vulkan-IbLrZR/vulkan-1.0.42.0+dfsg1/demos/vulkaninfo.c:678: failed with VK_ERROR_INCOMPATIBLE_DRIVER
|
||||
Reference in New Issue
Block a user