분류 전체보기50 MySQL - hit-ratio 1. MyIsam key buffer hit ratio = 1 - ( key_reads / key_read_requests ) using a SQL statement in mysql 5.1: SELECT 1- round ((P2.variable_value / P1.variable_value),4) , P2.variable_value, P1.variable_value FROM information_schema.GLOBAL_STATUS P1,information_schema.GLOBAL_STATUS P2 WHERE P1. variable_name = 'key_read_requests' AND P2. variable_name = 'key_reads'; perc_full_table_scans perc_full_.. 2019. 12. 6. EOS 생태계 : 네이버 블로그 #EOS #블럭체인 #DAPP EOS 개발환경 구성 https://developers.eos.io/eosio-home/docs/setting-up-your-environment Local 에 nodeos, keosd, cleos, eosip-cpp 설치 nodeos 는 EOSIO 의 중심이 되는 모듈 , block 생성, api server, constract 지원등으로 구성 keosd 는 wallet 안에 key 를 관리하는 모듈 cleos 는 eosid 의 command interface 의 역활 로컬 개발환경 구성 1. 소스나 바이러리 설치 진행 2. keosd 구동 3. nodeos 구동 4. endpoint check.. 5. node log 확인(block 생성 로.. 2019. 12. 4. 이전 1 ··· 10 11 12 13 다음