Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- @Builder @NoArgsConstructor
- CrudRepository update
- docker 로그
- AllArgsConstructor
- NoArgsConstructor
- spring @mapper
- 도커 컨테이너 로그
- Spring JPA Specification
- Vue
- 도커 logs
- JPA DB 다중 Connection
- JpaRepository update
- spring mapper annotation
- mapper annotationo
- Data Annotation
- spring DB Connection
- Spring
- 도커 로그 확인
- spring JPA DB Connection
- JPA DB Connection 다중
- repository annotation
- doker logs tail
- vueslot
- Transactions Propagation Option
- spring mapper
- JAVA Exception 종류
- spring JPA DB multi Connection
- 자바버그수정
- spring repository
- vuecomponent
Archives
- Today
- Total
목록linux awk (1)
개발을 잘하고 싶은 개발자
[Linux] awk 명령어란?
웹 로그에서 HTTP Response 상태값 200, 404, 300, 500 등 많은 데이터를 분석하기 위해 종종 awk 명령어로 분석한다 예를들어 아래와 같이 생긴 아파치 access 로그 'access_20210731.log' 파일을 분석할 때 127.0.0.1 - frank [10/Oct/2000:13:56:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 127.0.0.1 - sofia [10/Oct/2000:14:15:30 -0700] "GET /apache_pb.gif HTTP/1.0" 302 5034 127.0.0.1 - tomas [10/Oct/2000:14:15:39 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2327 ..
Linux
2021. 7. 31. 23:41