statistic은 모든 통계 관련 데이터를 의미합니다. Objective의 statistic_objective 역시 이 값을 참고 합니다.
값 목록은 이곳을 참고하세요.
일부 통계 데이터는 미리 설정 해놔야 데이터를 수집할 수 있습니다. 이 정보는 statistic.yml에 저장되며 현재는 command 속성이 존재합니다.
statistic.yml
command
command: - "sigtest *" - "sigtestexact a"
* 를 사용할 수 있으며 이 경우 command_execute로 작동합니다. 그렇지 않은 경우 command_execute_exact의 값으로 사용됩니다.
*
command_execute
command_execute_exact
Last updated 27 days ago