Log In
|
Sign Up
Search
간단한 sys.log 분석기 (평균 처리량(R(##)) 추출)
Writer
오창민
Description
* 사용법 ``` kvm.exe -x "run main('20180913-00.msg');" // 전체 로그 분석 kvm.exe -x "run main('20180913-00.msg', '09:00:00');" // 09:00:00 이후 로그만 분석 kvm.exe -x "run main('20180913-00.msg', '', '15:00:00');" // 15:00:00 이전 로그만 분석 kvm.exe -x "run main('20180913-00.msg', '09:00:00', '10:59:59');" // 09:00 ~ 10:59 로그만 분석 ``` * 실행 예시 ``` PS C:\Users\cmoh\Documents\2018\issues\sg6258> kvm.exe -x "run sysla.k main('20180913-00.msg');" ----------------------------------- status lines total= 86,383 throughput total= 1,147,478 (average=13.3) PS C:\Users\cmoh\Documents\2018\issues\sg6258> kvm.exe -x "run sysla.k main('20180913-00.msg','09:00:00');" from 09:00:00 ----------------------------------- status lines total= 53,989 throughput total= 1,097,024 (average=20.3) PS C:\Users\cmoh\Documents\2018\issues\sg6258> kvm.exe -x "run sysla.k main('20180913-00.msg','09:00:00','10:59:59');" from 09:00:00 to 10:59:59 ----------------------------------- status lines total= 7,199 throughput total= 234,237 (average=32.5) PS C:\Users\cmoh\Documents\2018\issues\sg6258> kvm.exe -x "run sysla.k main('20181002-00.msg','09:00:00','10:59:59');" from 09:00:00 to 10:59:59 ----------------------------------- status lines total= 7,199 throughput total= 281,428 (average=39.1) ```
Tag
sys.log 로그분석 .msg로그
Module Name
Attachments
sysla.k (0.9kb)
Comments
Save
Save
Cancel
Save
Cancel
Warning
Login