규모확장 Wave B: 전 11모듈 svc 75→133·batch 35→46 (BAIS 온라인 1:1)
- svc 825→1,463 (모듈당 133), batch 385→506 (모듈당 46) — 전부 새 고유 실업무 로직 + 카피북 헤더, 디스패처 133 advertise, 한글 기능설명(매니페스트 추출) - BAIS As-Is 대비: 온라인 1,463 vs 1,466(99.8%), 배치 506 vs 503(초과) - 화면 매니페스트 1,463 재생성 - 검증: build DONE modules=11 batches=506, 12서버 runok, xadmin psc 1,466 AVAIL, 매입체인 XA 커밋, 신규서비스 실데이터 스모크, 전 코퍼스 .pgc 클론 0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ea90bef264
commit
c62d91b7a7
1526 changed files with 59213 additions and 12 deletions
10
app/src/mg/dbio/mg_chanfail_batch.h
Normal file
10
app/src/mg/dbio/mg_chanfail_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_chanfail_batch.h - mg mg_chanfail_batch 배치 전용 카피북 (copybook). 이중화 채널 다운 탐지 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_chanfail_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_CHANFAIL_BATCH_H
|
||||
#define MG_CHANFAIL_BATCH_H
|
||||
|
||||
typedef struct { long channels; long down_cnt; long up_cnt; } mg_chanfail_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_dupmark_batch.h
Normal file
10
app/src/mg/dbio/mg_dupmark_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_dupmark_batch.h - mg mg_dupmark_batch 배치 전용 카피북 (copybook). 중복 STAN 전문 마킹 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_dupmark_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_DUPMARK_BATCH_H
|
||||
#define MG_DUPMARK_BATCH_H
|
||||
|
||||
typedef struct { long dup_stans; long marked; } mg_dupmark_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_errescal_batch.h
Normal file
10
app/src/mg/dbio/mg_errescal_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_errescal_batch.h - mg mg_errescal_batch 배치 전용 카피북 (copybook). 재시도초과 오류전문 에스컬레이션 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_errescal_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_ERRESCAL_BATCH_H
|
||||
#define MG_ERRESCAL_BATCH_H
|
||||
|
||||
typedef struct { long scanned; long escalated; } mg_errescal_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_healthz_batch.h
Normal file
10
app/src/mg/dbio/mg_healthz_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_healthz_batch.h - mg mg_healthz_batch 배치 전용 카피북 (copybook). 게이트웨이 종합 헬스 스냅 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_healthz_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_HEALTHZ_BATCH_H
|
||||
#define MG_HEALTHZ_BATCH_H
|
||||
|
||||
typedef struct { long chan_up; long queue_backlog; long err_today; int healthy; } mg_healthz_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_loadrpt_batch.h
Normal file
10
app/src/mg/dbio/mg_loadrpt_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_loadrpt_batch.h - mg mg_loadrpt_batch 배치 전용 카피북 (copybook). 채널 부하 가중 리포트 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_loadrpt_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_LOADRPT_BATCH_H
|
||||
#define MG_LOADRPT_BATCH_H
|
||||
|
||||
typedef struct { long channels; long load_sum; long busiest_load; } mg_loadrpt_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_mtiroll_batch.h
Normal file
10
app/src/mg/dbio/mg_mtiroll_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_mtiroll_batch.h - mg mg_mtiroll_batch 배치 전용 카피북 (copybook). MTI별 금액/건수 롤업 요약 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_mtiroll_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_MTIROLL_BATCH_H
|
||||
#define MG_MTIROLL_BATCH_H
|
||||
|
||||
typedef struct { long groups; long total_cnt; long total_amt; long top_amt; } mg_mtiroll_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_peakhour_batch.h
Normal file
10
app/src/mg/dbio/mg_peakhour_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_peakhour_batch.h - mg mg_peakhour_batch 배치 전용 카피북 (copybook). 시간대별 피크 트래픽 탐지 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_peakhour_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_PEAKHOUR_BATCH_H
|
||||
#define MG_PEAKHOUR_BATCH_H
|
||||
|
||||
typedef struct { long buckets; long peak_hour; long peak_cnt; } mg_peakhour_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_rcfreq_batch.h
Normal file
10
app/src/mg/dbio/mg_rcfreq_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_rcfreq_batch.h - mg mg_rcfreq_batch 배치 전용 카피북 (copybook). 응답코드별 빈도/오류율 집계 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_rcfreq_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_RCFREQ_BATCH_H
|
||||
#define MG_RCFREQ_BATCH_H
|
||||
|
||||
typedef struct { long rc_kinds; long total; long err; long err_bps; } mg_rcfreq_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_routechk_batch.h
Normal file
10
app/src/mg/dbio/mg_routechk_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_routechk_batch.h - mg mg_routechk_batch 배치 전용 카피북 (copybook). 라우팅 룰 감사(중복/비활성) 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_routechk_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_ROUTECHK_BATCH_H
|
||||
#define MG_ROUTECHK_BATCH_H
|
||||
|
||||
typedef struct { long rules; long inactive; long dup_keys; } mg_routechk_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_seqrepair_batch.h
Normal file
10
app/src/mg/dbio/mg_seqrepair_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_seqrepair_batch.h - mg mg_seqrepair_batch 배치 전용 카피북 (copybook). 채널별 순번 결번 보정 통계 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_seqrepair_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_SEQREPAIR_BATCH_H
|
||||
#define MG_SEQREPAIR_BATCH_H
|
||||
|
||||
typedef struct { long channels; long gap_chans; long widest; } mg_seqrepair_rec_t;
|
||||
|
||||
#endif
|
||||
10
app/src/mg/dbio/mg_throttle_batch.h
Normal file
10
app/src/mg/dbio/mg_throttle_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_throttle_batch.h - mg mg_throttle_batch 배치 전용 카피북 (copybook). 채널 유입 임계 초과 탐지 배치
|
||||
* 배치 집계 결과 레코드. Included by mg_throttle_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_THROTTLE_BATCH_H
|
||||
#define MG_THROTTLE_BATCH_H
|
||||
|
||||
typedef struct { long channels; long over_cnt; long busiest; } mg_throttle_rec_t;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue