2 个仓库
Isolating system errors and events by filtering logs from Kubernetes pods and containers.
Distinct from Kubernetes Pod Debugging: Focuses on log stream analysis for debugging rather than attaching an interactive debugger to a process
Explore 2 awesome GitHub repositories matching development tools & productivity · Log-Based Debugging. Refine with filters or upvote what's useful.
Stern 是一个 Kubernetes 命令行调试工具和日志聚合器,旨在从多个 Pod 和容器中流式传输和过滤日志。它作为日志跟踪实用程序,将来自分布式资源的实时数据整合为单一的、彩色编码的输出。 该工具使用正则表达式来选择 Pod 并过滤日志内容,从而实现特定系统事件的隔离。它自动跟踪资源的生命周期,使用监视机制附加到符合过滤条件的新 Pod,并从活动视图中移除已删除的 Pod。 功能包括按 Kubernetes 元数据、标签和命名空间过滤日志流,以及将输出限制为特定的资源类型(如 Deployment 或 Job)。该实用程序提供用于模板驱动的输出格式化、内容高亮显示以及从标准输入解析本地日志的选项。
Enables isolating errors across cluster resources using metadata filters and regular expressions.
nodejs-dashboard is a command-line observability tool and performance monitor for Node.js applications. It functions as a terminal-based diagnostic dashboard that tracks real-time resource usage, event loop latency, and process health. The tool uses process injection to capture telemetry and monitor running processes without requiring manual instrumentation of the application source code. It employs a grid-based layout engine to visualize this data, allowing the separation of standard output and error streams into distinct panels for log debugging. Users can define the visual arrangement of
Separates standard output and error streams into distinct terminal views to isolate bugs and troubleshoot logs.