규모확장 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:
hyeongwoo-choi 2026-07-20 22:55:47 +00:00
parent ea90bef264
commit c62d91b7a7
1526 changed files with 59213 additions and 12 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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