728x90
online.log 파일을 보다가 바뀐부분을 또 찾았네요.
online.log 내용에서 라인마다 날짜를 표시하는 방식이 몇가지 추가되었습니다.
기존에는 MSG_DATE 파라미터 설정값을 0과 1로만 설정할 수 있었는데요. 14.10.xC4 버전부터는 0,1,2,3 의 값을 설정할 수 있습니다. 아래는 onstat에서 보여주는 MSG_DATE 파라미터의 설명입니다.
$ onstat -g cfg full MSG_DATE
IBM Informix Dynamic Server Version 14.10.FC4W1DE -- On-Line -- Up 23:01:10 -- 2631308 Kbytes
Configuration Parameter Info
id name type maxlen units rsvd tunable
150 MSG_DATE INT4 12 *
min/max : 0,3
default : 0
onconfig: 3
current : 3
Description:
Use the MSG_DATE configuration parameter to specify the format of the
timestamp preceding messages in the log. The choices are as follows:
Value Format
0 HH:MM:SS
1 MM/DD/YYYY HH:MM:SS (Locale-dependent ordering of MM and DD)
2 Milliseconds since epoch + MM/DD/YYYY HH:MM:SS (Locale-dependent
ordering of MM and DD)
3 YYYY-MM-DD HH:MM:SS.FFF
14.10.FC3과 14.10.FC4W1 버전에서 출력되는 내용을 비교해보았습니다.
-- 14.10.xC3 (MSG_DATE=1)
06/24/20 21:45:40 Checkpoint Completed: duration was 0 seconds.
06/24/20 21:45:40 Wed Jun 24 - loguniq 1101, logpos 0x8234, timestamp: 0x13fca499 Interval: 358
06/24/20 21:45:40 Maximum server connections 5
06/24/20 21:45:40 Checkpoint Statistics - Avg. Txn Block Time 0.000, # Txns blocked 0, Plog used 1229, Llog used 10125
-- 14.10.xC4 (MSG_DATE=2, SERVER_LOCALE=ko_kr.ksc)
1593004908957 20/06/24 22:21:48 Checkpoint Completed: duration was 0 seconds.
1593004908957 20/06/24 22:21:48 Wed Jun 24 - loguniq 20, logpos 0x861018, timestamp: 0x2875df Interval: 345
1593004908957 20/06/24 22:21:48 Maximum server connections 3
1593004908957 20/06/24 22:21:48 Checkpoint Statistics - Avg. Txn Block Time 0.000, # Txns blocked 0, Plog used 39, Llog used 5
-- 14.10.xC4 (MSG_DATE=3)
2020-06-24 21:46:42.356 Checkpoint Completed: duration was 0 seconds.
2020-06-24 21:46:42.356 Wed Jun 24 - loguniq 20, logpos 0x5e64d4, timestamp: 0x27ae32 Interval: 333
2020-06-24 21:46:42.356 Maximum server connections 11
2020-06-24 21:46:42.356 Checkpoint Statistics - Avg. Txn Block Time 0.000, # Txns blocked 0, Plog used 63, Llog used 55
아무래도 연월일 순서로 나오는게 보기가 편하겠죠? 근데 밀리세컨드까진 필요없을 것도 같고..
728x90
'Informix > informix reference' 카테고리의 다른 글
Informix에서 MSSQL 데이터베이스 참조하기 (0) | 2020.09.14 |
---|---|
Informix 14.10.xC4부터 SQL문장의 쿼리 플랜을 확인하는 getExplain 함수 제공 (0) | 2020.07.07 |
Informix 14.10.xC4의 새로운 onstat -g top 옵션 (0) | 2020.07.07 |
Informix의 Smart Trigger 구현 따라해보기 (0) | 2020.04.23 |
SQL로 액셀의 NETWORKDAYS 기능 구현하기 (0) | 2020.04.22 |