Showing 299 open source projects for "report"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    WSL2-Linux-Kernel

    WSL2-Linux-Kernel

    The source for the Linux kernel used in Windows Subsystem for Linux 2

    The WSL2-Linux-Kernel repo contains the kernel source code and configuration files for the WSL2 kernel. If you discover an issue relating to WSL or the WSL2 kernel, please report it on the WSL GitHub project. It is not possible to report issues on the WSL2-Linux-Kernel project. Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are provided. The number one way that we recommend you run Linux distributions is by installing Windows Terminal. Using Windows Terminal enables you to open multiple tabs or window panes to display and quickly switch between multiple Linux distributions or other command lines (PowerShell, Command Prompt, PowerShell, Azure CLI, etc). ...
    Downloads: 122 This Week
    Last Update:
    See Project
  • 2
    OpenFlow

    OpenFlow

    Scalable, secure workflow solution

    Collect, transport, store and report on events and data from humans, IT systems and the physical world.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Arduino IDE

    Arduino IDE

    Arduino IDE library

    ...If you need assistance, see the Help Center and browse the forum. If you think you found a vulnerability or other security-related bug in this project, please read our security policy and report the bug to our Security Team. The builds are generated every day at 03:00 GMT from the main branch and should be considered unstable.
    Downloads: 518 This Week
    Last Update:
    See Project
  • 4
    smtp4dev

    smtp4dev

    The fake smtp email server for development and testing

    smtp4dev - the fake SMTP email server for development and testing. A dummy SMTP server for Windows, Linux, Mac OS-X (and maybe elsewhere where .NET Core is available). Lets you test your application without spamming your real customers.
    Downloads: 55 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Zipkin

    Zipkin

    Distributed tracing system to gather timing data

    ...The Zipkin UI also presents a Dependency diagram showing how many traced requests went through each application. This can be helpful for identifying aggregate behavior including error paths or calls to deprecated services. Applications need to be “instrumented” to report trace data to Zipkin.
    Downloads: 121 This Week
    Last Update:
    See Project
  • 6
    Elementary

    Elementary

    Open-source data observability for analytics engineers

    ...Monitor your dbt project and data in minutes, and be the first to know of data issues. Gain immediate visibility, detect data issues, send actionable alerts, and understand the impact and root cause. Generate a data observability report, host it or share with your team. Monitoring of data quality metrics, freshness, volume and schema changes, including anomaly detection. Elementary data monitors are configured and executed like native tests in dbt your project. Uploading and modeling of dbt artifacts, run and test results to tables as part of your runs. Get informative notifications on data issues, schema changes, models and tests failures. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Flashlight Android

    Flashlight Android

    Audits your app and gives a performance score to your Android apps

    Audits your app and gives a performance score to your Android apps (native, React Native, Flutter..). Measure performance on CLI, E2E tests, CI.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    OpenEBS

    OpenEBS

    Leading Open Source Container Attached Storage

    ...OpenEBS is Kubernetes native Container Attached Storage solution that makes it possible for Stateful applications to easily access Dynamic Local PVs or Replicated PVs. By using the Container Attached Storage pattern users report lower costs, easier management, and more control for their teams. OpenEBS is built by a community of experts. Join our vibrant community to quickly learn, build, and deploy your stateful workloads on any Kubernetes platform. Automated provisioning and storage replication across pods is challenging. OpenEBS makes complex cross-cloud stateful application storage easy.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    Ricks-Lab GPU Utilities

    Ricks-Lab GPU Utilities

    A set of utilities for monitoring and customizing GPU performance

    A set of utilities for monitoring GPU performance and modifying control settings. In order to get the maximum capability of these utilities, you should be running with a kernel that provides support for the GPUs you have installed. If using AMD GPUs, installing the latest AMD GPU driver or ROCm package may provide additional capabilities. If you have Nvidia GPUs installed, you should have Nvidia-smi installed in order for the utility reading of the cards to be possible. Writing to GPUs is...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    tapir

    tapir

    Declarative, type-safe web endpoints library

    ...Compile-time guarantees, develop-time completions, read-time information. Separate the shape of the endpoint (the "what"), from the server logic (the "how"). Generate documentation from endpoint descriptions. Leverage the metadata to report rich metrics and tracing information. Re-use common endpoint definitions, as well as individual inputs/outputs. Library, not a framework, integrates with your stack. Is your company already using tapir? We're continually expanding the "adopters" section in the documentation; the more the merrier! It would be great to feature your company's logo, but in order to do that, we'll need to write permission to avoid any legal misunderstandings.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    PrivescCheck

    PrivescCheck

    Privilege Escalation Enumeration Script for Windows

    PrivescCheck is a local privilege escalation reconnaissance tool for Unix-like systems that automates common checks auditors and system owners run when looking for misconfigurations. It enumerates kernel versions, installed packages, SUID/SGID binaries, world-writable files and directories, services, cron jobs, and user/group permissions to highlight likely escalation paths. The output is organized and human-readable so operators can triage findings quickly—flagging high-risk items...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    gops

    gops

    A tool to list and diagnose Go processes currently running

    gops is a command to list and diagnose Go processes currently running on your system. For processes that starts the diagnostics agent, gops can report additional information such as the current stack trace, Go version, memory stats, etc. You could set GOPS_CONFIG_DIR environment variables to assign your config dir. Default, gops will use the current user's home directory(AppData on windows). It is possible to use gops tool both in local and remote mode. Local mode requires that you start the target binary as the same user that runs gops binary. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    ...This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.1, Nov 4th, 2024 About iperf 2 and iperf3: Read about the differences between these programs at https://iperf2.sourceforge.io/IperfCompare.html Man page: https://iperf2.sourceforge.io/iperf-manpage.html Android version: https://play.google.com/store/apps/details?id=iperf.project
    Leader badge
    Downloads: 9,555 This Week
    Last Update:
    See Project
  • 14
    Win32 Disk Imager

    Win32 Disk Imager

    A Windows tool for writing images to USB sticks or SD/CF cards

    ...While this has been fixed in v1.0, it is highly recommended that before an image is written to a device, the user should do a Read to a temporary file first. If this fails, please report the failure along with your system information. Known issues: Currently, the program will crash if you are using a Ramdisk. This is being debugged.
    Leader badge
    Downloads: 16,483 This Week
    Last Update:
    See Project
  • 15
    USB Raptor

    USB Raptor

    Lock and unlock your computer using USB flash drives as keys

    ...Features • Automated USB lock and unlock function • Lock file contents are encrypted • Password to override lock (can be enabled by user) • Network command to override lock (can enabled by user) • USB drive serial number check (can be enabled by user) • Unique key for each system (can be enabled by user) • Status report function
    Leader badge
    Downloads: 1,295 This Week
    Last Update:
    See Project
  • 16
    jfMonitor

    jfMonitor

    Network / Storage Monitoring Solution

    jfMonitor ========= Enterprise Network / Storage Monitoring Solution Features: - Network Monitoring using ARP requests (PING requests can get blocked) - Storage Monitoring - Cisco Network configuration (with MAC table analysis) - email notification - unknown device notification (daily report) Web Interface: - http://your_host_name License: - LGPL - No warranty of any kind is given. Not liable for data loss or corruption. Use at your own risk. Usage: - jfMonitor is a multi-client / server setup - each client will report file system usage to the server - any client (or server) can also ping any locally connected network which requires pcap installed. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    HWiNFO

    HWiNFO

    Comprehensive Hardware Analysis, Monitoring and Reporting for Windows

    ...HWiNFO is an all-in-one solution for hardware analysis and monitoring supporting a broad range of OSes (DOS, Microsoft Windows 95 - Windows 11, WinPE) and platforms (i8086 - Xeon Platinum). Exhausting information about hardware components displayed in hierarchy unfolding into deep details. Useful for obtaining a detailed hardware inventory report or checking of various hardware-related parameters. Real-time monitoring of a variety of system and hardware parameters covering CPUs, GPUs, mainboards, drives, peripherals, etc. Useful for detection of overheating, overload, performance loss or failure prediction. Full hardware hierarchy, or quick summary overview. Export into XML, CSV, HTML reports. ...
    Downloads: 4,823 This Week
    Last Update:
    See Project
  • 18
    Logwatch is a customizable log analysis system. Logwatch parses through your system's logs and creates a report analyzing areas that you specify. Logwatch is easy to use and will work right out of the package on most systems.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 19
    simple-ip-monitor-windows

    simple-ip-monitor-windows

    Windows GUI monitor IP network tool

    This is a simple tool to monitor IP addresses and report Windows system network address information through files and RESTful API. No installation is required. Just download and run.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    AIDA64 Extreme

    AIDA64 Extreme

    AIDA64 Extreme: Ultimate PC diagnostics & system info tool

    AIDA64 Extreme - The Ultimate System Diagnostics & Benchmarking Tool Unlock the full potential of your PC with AIDA64, the industry-leading system information, diagnostics, and benchmarking software. Trusted by PC enthusiasts, IT professionals, and overclockers, AIDA64 provides detailed insights into your hardware, software, and system performance. Optimize your device, troubleshoot issues, and push performance to the max. Why Choose AIDA64? - Comprehensive System Info: Get...
    Downloads: 104 This Week
    Last Update:
    See Project
  • 21
    Bacula-Web

    Bacula-Web

    Monitoring and reporting web gui for Bacula

    Bacula-Web is a web based UI mostly written in PHP which provide you a summarized view of your Bacula's backup infrastructure. It obtain his information from your Bacula catalog's database. Latest release is available at https://github.com/bacula-web/bacula-web/releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    nuBuilder Forte

    nuBuilder Forte

    nuBuilder Forte is a cloud database builder.

    nuBuilder Forte is the 4th version of nuBuilder. A open-source browser-based tool created for developing web-based database applications. nuBuilder uses either MySQL or MariaDB databases and gives its users the ability to do database operations like... • Search, Create, Insert, Read, Update, Delete ✪ With low-code tools that create ... - Forms with the Form Builder - Fast Reports - Database queries with the SQL Builder - Customised date and number formats with the Format...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    HDDScan

    HDDScan

    Hard drive diagnostics and disk health check testing tool

    HDDScan is a powerful, free utility designed to diagnose and analyze the health of hard drives and other storage devices. It supports various drive types, including HDDs, SSDs, and USB flash drives, providing detailed information on performance, errors, and potential issues. The tool is particularly useful for identifying bad sectors, monitoring temperature, and performing self-tests on the drive's SMART attributes. With its comprehensive testing capabilities and easy-to-use interface,...
    Downloads: 91 This Week
    Last Update:
    See Project
  • 24
    Breakpad

    Breakpad

    Mirror of Google Breakpad project

    Breakpad is an open source crash reporting system developed by Google that provides both client and server components to capture, analyze, and report software crashes across platforms. It is designed to help developers diagnose and fix crashes efficiently by generating detailed crash dumps, stack traces, and diagnostic data whenever an application fails unexpectedly. The framework includes libraries for embedding crash-handling functionality directly into applications and tools for processing and symbolizing crash dumps on the server side. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    SnapKey

    SnapKey

    SnapKey: Open Source Alternative to Snap Tap & SOCD

    SnapKey is a lightweight, open-source tool that operates from the system tray and is designed to track inputs from the WASD keys, without interfering with any game files. SnapKey's main role is to recognize when these keys are pressed and automatically release any previously engaged commands for them. This guarantees responsive and precise input handling. SnapKey handles the WASD keys by default and lets you rebind them to your liking via the config file. SnapKey: Open Source...
    Leader badge
    Downloads: 255 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB