get_log_buffer_info
Retrieve buffer capacity, entry count, oldest and newest log items, and accumulated totals. Ideal for monitoring buffer fill after a clear.
Instructions
[언제 호출] 버퍼가 얼마나 찼는지, 최근/최오래 항목이 무엇인지 빠르게 볼 때. clear_log_buffer 직후 새 로그 유입을 폴링할 때 특히 유용.
[port 규약] get_recent_logs 와 동일.
[무엇을 반환] entries/capacity, oldest/newest, 누적 total_received/total_stored, dedup(룩백 윈도 — 0이면 끔).
[루프 단계] 진행 점검(폴링).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No |