awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
System Administration & Monitoring · Awesome GitHub Repositories

107 repos

Awesome GitHub RepositoriesSystem Administration & Monitoring

This category covers tools and practices for managing, monitoring, and maintaining computer systems and networks.

Explore 107 awesome GitHub repositories matching system administration & monitoring · System Administration & Monitoring. Refine with filters or upvote what's useful.

  1. Home
  2. System Administration & Monitoring

Awesome System Administration & Monitoring GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • langchain-ai/langchain

    langchain-ai/langchain

    127,015GitHubView on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows t

    Pythonagentsaiai-agents
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • kubernetes/kubernetes

    kubernetes/kubernetes

    120,673GitHubView on GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current syst

    Gocncfcontainersgo
  • ripienaar/free-for-dev

    ripienaar/free-for-dev

    118,073GitHubView on GitHub↗

    This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and s

    HTMLawesome-listfree-for-developers
  • excalidraw/excalidraw

    excalidraw/excalidraw

    117,138GitHubView on GitHub↗

    This project is a virtual whiteboard component and vector graphics editor designed for creating diagrams with a hand-drawn aesthetic. It provides a canvas-based drawing engine that can be embedded directly into web applications, allowing users to manipulate shapes, upload images, and export visual data into standard fo

    TypeScriptcanvascollaborationdiagrams
  • nodejs/node

    nodejs/node

    115,848GitHubView on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc

    JavaScriptjavascriptjslinux
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Rustcompilerlanguagerust
  • rustdesk/rustdesk

    rustdesk/rustdesk

    107,776GitHubView on GitHub↗

    RustDesk is a cross-platform remote desktop client that enables users to initiate and receive remote sessions. It provides a complete infrastructure for self-hosted remote access, utilizing a signaling and relay server architecture to maintain connectivity when direct peer-to-peer links are unavailable. The software is

    Rustandroidanydeskdart
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat

    C++game-developmentgame-enginegamedev
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • fatedier/frp

    fatedier/frp

    104,608GitHubView on GitHub↗

    This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure

    Goexposefirewallfrp
  • microsoft/terminal

    microsoft/terminal

    101,848GitHubView on GitHub↗

    This project is a terminal emulator that provides a modern command-line interface with support for tabbed navigation, GPU-accelerated text rendering, and comprehensive Unicode character display. It functions as a host for multiple shell sessions, managing them as independent processes within a unified windowing environ

    C++cmdcommand-lineconsole
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    TypeScriptangularjavascriptpwa
  • clash-verge-rev/clash-verge-rev

    clash-verge-rev/clash-verge-rev

    97,701GitHubView on GitHub↗

    This application provides a comprehensive interface for managing network traffic through a core proxy engine. It supports multiple traffic interception methods, including system-wide proxy settings and virtual network interfaces, allowing users to route TCP and UDP traffic based on specific domain, IP, port, or process

    TypeScriptclashclash-metaclash-verge
  • 2dust/v2rayN

    2dust/v2rayN

    97,042GitHubView on GitHub↗

    v2rayN is a cross-platform graphical management suite designed to centralize the configuration and execution of multiple network proxy protocols. It functions as a unified control plane that abstracts heterogeneous proxy backends, allowing users to manage diverse network routing engines through a single interface. The

    C#proxyshadowsockssocks5
  • nvbn/thefuck

    nvbn/thefuck

    95,503GitHubView on GitHub↗

    This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persis

    Pythonpythonshell
  • puppeteer/puppeteer

    puppeteer/puppeteer

    93,606GitHubView on GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to fac

    TypeScriptautomationchromechromium
  • florinpop17/app-ideas

    florinpop17/app-ideas

    90,567GitHubView on GitHub↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through p

    applicationscodingcodingchallenges
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
Prev123456Next

Browse tags

  • API Performance MonitoringReal-time tracking of API latency, error rates, and traffic patterns for operational insights.
  • API Telemetry ExportStreaming of traffic metrics to external monitoring systems.
  • Administrative Operations9 sub-tagsUtilities and interfaces for managing system resources, user access, and background operational tasks.
  • Alerting and Incident Management2 sub-tagsTools and workflows for generating alerts and managing the response to system incidents.
Application Metric Instrumentation
Libraries and patterns for embedding tracking logic into code to expose internal performance data.
  • Application Performance MonitoringSystems that track application performance metrics and execution traces to identify bottlenecks and optimize health.
  • Audit LogsStructured records of system activity, authentication events, and permission changes used for security and compliance monitoring.
  • Cluster Health MonitorsSystems tracking performance and reliability metrics for distributed clusters.
  • Crawling Operation MonitorsReal-time dashboards for tracking system health and scraping performance.
  • Diagnostic InstrumentationHooks and telemetry points embedded in code to capture performance metrics and operational data.
  • Diagnostic Tools6 sub-tagsInstruments for identifying, analyzing, and visualizing performance bottlenecks or functional errors in software.
  • Energy Management7 sub-tagsTools for tracking, analyzing, and optimizing energy consumption across hardware and utility systems.
  • Execution LogsRecords of automated process steps and outcomes for auditing and debugging.
  • Hardware Monitoring2 sub-tagsSoftware for monitoring the performance and health metrics of physical computing hardware components.
  • Infrastructure Performance MonitoringSystems that track and analyze resource utilization and health metrics across servers and distributed environments.
  • Logging FrameworksLibraries and frameworks for recording, formatting, and managing structured application and system log messages.
  • Logging ServicesIntegrations for centralized log management and error tracking.
  • Logging and Monitoring1 sub-tagMechanisms for capturing, storing, and reviewing system events and operational status data.
  • Logging and Telemetry6 sub-tagsSystems and protocols for collecting, ingesting, and analyzing log and metric data.
  • Metrics CollectorsSystems that aggregate and report server performance data.
  • Metrics Endpoint ExposureExposing internal server metrics via HTTP endpoints for consumption by external monitoring systems.
  • Monitoring Architectures1 sub-tagDesign patterns and frameworks for organizing how monitoring data is collected and retrieved.
  • Monitoring Engines1 sub-tagCore processing units that evaluate system metrics against defined rules to trigger alerts.
  • Monitoring Infrastructure1 sub-tagSupporting components that facilitate the transmission and ingestion of telemetry data from distributed sources.
  • Monitoring and Observability7 sub-tagsComprehensive platforms and tools for collecting telemetry to gain visibility into system performance and behavior.
  • Network Administration1 sub-tagResources and tools for configuring, maintaining, and troubleshooting network infrastructure and protocols.
  • Network Monitoring Tools1 sub-tagUtilities designed to track the connectivity and operational status of networked devices.
  • Observability Architectures & Standards3 sub-tagsThis group focuses on the design principles, frameworks, and standards that underpin observability systems.
  • Observability Infrastructure1 sub-tagSystems that coordinate and manage the deployment of observability tools across an environment.
  • Observability Systems1 sub-tagIntegrated platforms that provide deep insights into the state of complex, distributed software systems.
  • Observability-First RuntimesServer environments built with integrated logging, metrics, and profiling capabilities.
  • Operational Monitoring1 sub-tagSpecialized monitoring focused on the ongoing performance and reliability of live operational tasks.
  • Operational Support1 sub-tagDocumentation and resources providing guidance for resolving technical issues and maintaining system stability.
  • Performance Monitoring Tools5 sub-tagsTools for measuring, analyzing, and managing system resource usage, hardware performance, and application latency.
  • Process Monitoring1 sub-tagTools that track the execution status and resource consumption of active system processes.
  • Request and Response InspectorsUtilities for accessing and logging raw request and response metadata for debugging purposes.
  • Runtime Performance ProfilersInterfaces for capturing and analyzing CPU, memory, and concurrency metrics during application execution.
  • Service Metrics ExportersComponents that extract and expose internal service health and performance data to external monitoring systems.
  • Service Monitoring2 sub-tagsMechanisms for verifying the availability and functional health of specific software services.
  • Service Performance MonitoringSystems that track service health, latency, and traffic patterns to ensure reliability and meet service level objectives.
  • Structured LoggingSystems that emit logs in machine-readable formats like JSON with strongly-typed fields for efficient analysis.
  • System Instrumentation2 sub-tagsTools that inject code or extract metrics to provide visibility into internal system operations.
  • System Monitoring2 sub-tagsPlatforms for tracking infrastructure health, system metrics, and service availability through integrated monitoring.
  • Usage Analytics2 sub-tagsAnalytical tools that measure resource consumption and usage patterns for cost and capacity planning.