-
Notifications
You must be signed in to change notification settings - Fork 0
chirp-community/chirp-community-analytic-tools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# log 파일 분석. 기존에 있는 log파일을 다음 명령어로 사용가능한 파일로 변환할 수 있습니다. Ex) 1. app.log 파일 준비. 2. `python convert.py app.log`를 이용해서 app.log -> pickles/app.pickle 변환 3. 이 후, jupyter를 이용해서 각종 의미있는 데이터 추출. # utils.py 내용 설명. 1. draw(x, y) 위 메서드는 List 형태의 x와 y값을 이용해서 막대그래프를 그려냅니다. jupyter에서 사용해야 유효합니다. 2. get_pickle(file_pickle) file_pickle를 역직렬화해서 python 객체로 변환함.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published