Query, monitor, and analyze jobs on IBM i using SQL table functions QSYS2.JOBINFO and QSYS2.ACTIVEJOBINFO.
The ibmi-mcp-server should already be connected with two available tools:
Use the describesqlobject tool to get information on any IBM i Object, for example, to column information for a given table, or Function. If you need to write your own SQL statement, make sure to validate SQL objects being referenced with this tool.
ibmi-mcp-server를 통해 SQL 테이블 기능을 사용하여 IBM i에서 작업을 쿼리, 모니터링 및 분석합니다. 사용자가 (1) 상태, 사용자, 서브시스템 또는 유형별로 작업 찾기, (2) 활성 작업 성능(CPU, I/O, 메모리) 모니터링, (3) 장기 실행 SQL 문 감지, (4) 잠금 경합 분석, (5) 작업 큐 확인, (6) WRKACTJOB, WRKUSRJOB, WRKSBSJOB, WRKSBMJOB 명령 교체 또는 (7) IBM i 작업 관리 태스크에 대해 질문할 때 사용합니다. 출처: ajshedivy/ibmi-agent-skills.