awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesProcess Inspectors

Diagnostic utilities for monitoring process state.

Distinguishing note: Focuses on concurrent process inspection.

Explore 2 awesome GitHub repositories matching development tools & productivity · Process Inspectors. Refine with filters or upvote what's useful.

Awesome Process Inspectors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • go-delve/delveالصورة الرمزية لـ go-delve

    go-delve/delve

    24,605عرض على GitHub↗

    Delve is a command-line debugger designed for programs written in the Go programming language. It provides an interactive interface for runtime analysis, allowing developers to control program execution, inspect memory and variable states, and navigate call stacks to identify logic errors. The tool distinguishes itself through deep integration with the Go runtime, specifically by providing goroutine-aware stack unwinding and the ability to manage concurrent execution threads. It utilizes a client-server protocol to decouple the debugger engine from the user interface, enabling both local and

    Monitors memory, variables, and execution threads to analyze state changes in multi-threaded applications.

    Godebuggergogolang
    عرض على GitHub↗24,605
  • sveinbjornt/slothالصورة الرمزية لـ sveinbjornt

    sveinbjornt/Sloth

    8,914عرض على GitHub↗

    Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.

    Shows all open files, directories, sockets, pipes, and devices used by running processes on macOS.

    Objective-Cdirectoriesdomain-socketsfilter
    عرض على GitHub↗8,914
  1. Home
  2. Development Tools & Productivity
  3. Process Inspectors

استكشف الوسوم الفرعية

  • macOS Process File InspectorsTools that show all open files, directories, sockets, pipes, and devices used by running processes on macOS. **Distinct from Process Inspectors:** Distinct from Process Inspectors: specifically targets macOS and includes file descriptor inspection rather than general process state monitoring.