# marmonitor - tmux 상태바에서 AI 코딩 에이전트 세션을 실시간 추적

> Clean Markdown view of GeekNews topic #28159. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=28159](https://news.hada.io/topic?id=28159)
- GeekNews Markdown: [https://news.hada.io/topic/28159.md](https://news.hada.io/topic/28159.md)
- Type: news
- Author: [slidingv](https://news.hada.io/@slidingv)
- Published: 2026-04-03T13:54:39+09:00
- Updated: 2026-04-03T13:54:39+09:00
- Original source: [github.com/mjjo16](https://github.com/mjjo16/marmonitor)
- Points: 4
- Comments: 1

## Topic Body

tmux에서 여러 AI 코딩 에이전트를 동시에 실행할 때, 각 세션의 상태를 확인하려면 pane을 하나씩 전환해야 함.   
marmonitor는 tmux 상태바에 `1 ⏳Cl my-project allow`와 같은 형태로   
전체 세션 상태를 표시해서 pane 전환 없이 현황을 파악할 수 있게 해주는 도구.  
  
- 에이전트별 세션 수(`Cl 12`, `Cx 2`, `Gm 1`)와 현재 phase(⏳승인대기, 🤔생각중, 🔧실행중, ✅완료)를 상태바에 표시  
- Option+1~5로 해당 세션의 pane으로 즉시 이동  
- `marmonitor status`로 세션별 토큰 사용량, CPU/MEM, 프로세스 트리 확인 가능  
- 로컬 프로세스 정보를 읽기 전용으로 관찰하는 방식. API 키, 플러그인, 네트워크 통신 없음  
- `npm install -g marmonitor` → `marmonitor setup tmux`로 설치  
- TypeScript, MIT, macOS 우선 (Linux 미테스트)  
  
---   
  
코멘트 : 아는 분이 진행중인 오픈 소스인데, Claude Code, Codex로 작업할 때 allow 대기 세션을 잡아주고, 작업 피로를 줄여줘서 올려봅니다. 다중 작업 진행하는 분들께 유용하다고 생각합니다.

## Comments



### Comment 54616

- Author: dkmin
- Created: 2026-04-04T07:37:51+09:00
- Points: 1

공유 감사합니다!
