Showing 29 open source projects for "include"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging (colors supported), syslog, Windows event log, and Windows debugger (OutputDebugString(..)). ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    defmt

    defmt

    Efficient, deferred formatting for logging on embedded systems

    defmt ("de format", short for "deferred formatting") is a highly efficient logging framework that targets resource-constrained devices, like microcontrollers. In its current iteration defmt mainly targets tiny embedded devices that have no means to display information to the developer, e.g. a screen. In this scenario, logs need to be transferred to a second machine, usually a PC/laptop, before they can be displayed to the developer/end-user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LogEngine2 library

    Simple C++ library for easy and flexible logging

    LogEngine2 is a C++ header only library for easy and flexible logging. Contains small amount of code in compare with other logging libraries. Just copy the files from include folder to your project folder and use a C++20 compiler. LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle. LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function. Log line format is easy configurable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    GCDebRTrc

    Debug Facility for Real-Time issues

    For C (and CPP obviously): Include a fast and tiny RAM-tracing feature for Real-Time (RT) debugging purposes. >> ONLY FOR DEBUGGING << Very much faster than printf-debugging, which may result in unforseen results in an RT environement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    ddrescueview

    ddrescueview

    Graphical viewer for GNU ddrescue mapfiles

    ...Many people know this type of view from defragmentation programs. The program is written in Object Pascal using the Lazarus IDE. It can be compiled to run on Windows, GNU/Linux and probably OS X, too. The downloads include binaries for the respective target platform and the project files (source code). Update 2022/02/25: ddrescueview version 0.4.5 has been released. This maintenance release restores compatibility with ddrescue 1.24 and later. Please consider testing this version. Report issues in the bug tracker if you have a sourceforge account, or by email to <mbit-kiel@users.sourceforge.net>
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • 6
    logspout

    logspout

    Log routing for Docker container logs

    Logspout is a log router for Docker containers that runs inside Docker. It attaches to all containers on a host, then routes their logs wherever you want. It also has an extensible module system. It's a mostly stateless log appliance. It's not meant for managing log files or looking at history. It is just a means to get your logs out to live somewhere else, where they belong. For now it only captures stdout and stderr, but a module to collect container syslog is planned. Logspout is a very...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    keysniffer

    keysniffer

    Linux kernel mode debugfs keylogger

    ...So the module now supports a module parameter codes which shows the keycode shift_mask pair in hex (codes=1) or decimal (codes=2). You can lookup the keycodes in /usr/include/linux/input-event-codes.h. The keypress logs are recorded in debugfs as long as the module is loaded. Only root or sudoers can read the log. The module name has been camouflaged to blend-in with other kernel modules. You can, however, execute a script at shutdown or reboot (the procedure would be distro-specific) to save the keys to a file. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Snare Lite (SIEM & Logging Software)

    Snare Lite (SIEM & Logging Software)

    Snare Enterprise: bit.ly/Snare-Trial

    ...In fact, the agnostic nature allows it to bridge gaps between multiple SIEM implementations across business units. For more on use cases, check out the Intersect Alliance website. https://www.snaresolutions.com/ Snare Enterprise’s premium features include: - Regulatory Compliance - TLS Encryption - Log Simulcasting - TCP – Guaranteed Log Delivery - USB Device Monitoring - And more! For updates follow us on social media!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Project's goal is to create better tools for diagnosing Linux systems. Diagnostics include first failure data capture, error log analysis, preventative testing, and system inventory gathering. You can now find Power System specific packages on github. libservicelog : https://github.com/power-ras/libservicelog servicelog : https://github.com/power-ras/servicelog lsvpd : https://github.com/power-ras/lsvpd libvpd : https://github.com/power-ras/libvpd ppc64-diag : https://github.com/power-ras/ppc64-diag sysfsutils is moved to github. ...
    Leader badge
    Downloads: 46,440 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    SSL Logger

    SSL Logger

    Decrypts and logs a process's SSL traffic

    ...The utility is powered by dynamic instrumentation using the Frida framework, allowing it to intercept function calls without recompiling or modifying the target binary. Typical workflows include debugging custom clients, validating protocol implementations, or inspecting troubleshooting traces when only an encrypted channel is available. While focused on libssl-based traffic, the project outlines future enhancements for broader TLS library coverage and process-launch capture flows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    USB 007

    USB 007

    A spy for USB drives.

    ...After inserting a removable disk such as Pen drive, Memory card, External hard disk etc. USB 007 will track the drive name, drive insertion date-time, drive space info and the file-folders (include hidden) that the drive contains. You will also get the updated info before the drive removed. The 4 more important features are that ♦ Enabling & Disabling options of USB ports. ♦ Track which files-folders are sent from/given to your computer. ♦ Track how much time the drive was connected to your computer. ♦ Observe (by reading only) if there is any virus in the drive, without open it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    FS-IISLogViewer

    FS-IISLogViewer

    FS-IISLogViewer - analyze IIS LogFiles

    FS-IISLogViewer (Beta) was developed to analyze the logfiles of your Windows Internet Information Services (IIS). You can filter (include, exclude) the log file entries by pattern, date, ip-addresses, regular expressions or fulltext search. Invalid requests (e.g. 404) are highlighted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CIMON

    CIMON

    A Configurable Integrated Monitoring (CIMON) system for Android

    ...For more complete information, check out the project homepage. The complete JavaDoc is available at the homepage. The source code is freely available and can be extended to include additional metrics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    logcolourer

    logcolourer

    Colour lines in syslog-ng logs according to severity

    ...The program inserts ANSI escape sequences to colour log lines according to their severity. This means the colouring works when viewed on a terminal or using programs such as "less" or "more". You have to customize syslog-ng to include severity as the first character in each logged line, and to pipe the logged messages through the logcolourer program. You can use the program to colour any file according to digits in the first character of each line. logcolourer can also process lines from the linux kernel, though these normally get routed via syslog-ng anyway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...Ideally you want to interact with the console as well via a managed solution. multicons will watch that console for you and allow users to interact with the console keeping complete logs. multicons is a daemon that provides multiplexed access to network accessible consoles (e.g. terminal servers, Serial Over LAN, etc). Features include kerberised authentication, ACL based entitlements, multiple viewers/editors, full logging (text and XML) and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DevJournal is a tool for programmers that helps them be more purposeful and reflective about their work by tracking their edits and allowing them to save a collated, annotated history of their work session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    phpCollect aims to quickly and easily graph, record, and display statistical host data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    phpWatch is a flexible service monitoring system. Features include multiple contact methods for when services malfunction, multiple query methods, statistics gathering, and a fully extendable architecture for developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PFL can either operate as a stand-alone firewall log parser or set up to run and configure ipfw. The major focus is parsing, compressing, and filtering *NIX (to include Mac OSX) firewall logs generated by IPFW for quick and easy admin review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NLog is a logging platform for .NET with rich log routing and management capabilities. It uses familar logger pattern known from log4xxx. Advanced routing options include buffering, asynchronous logging, load balancing, failover, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sky Router Tool is a software package which greatly expands the feature-set of the Netgear DG834GT (one of the routers supplied by Sky Broadband). Features include bandwidth and SNRM logging, advanced statistics display and an advanced web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A cross-platform notification daemon written in Ruby. Can be petitioned by an arbitrary application (local or remote) to activate notification plugins. Plugin examples include a popup dialog, a syslog entry, or an email alert.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    With the subZero Website Traffic Tracker you get advanced features to analyse the traffic of your website. Will include different modes (single site, multiple site, multiple users, ...) Also home of the Zoe subproject, a Modular PHP system. This will be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IPLog is a simple, easy to use IP logging/management tool. Logging features include host, referrer, first/last dates of visit, pages visited, and more. Includes an effective search system, and displays all active IPs. Uses MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. Features include 'zooming' in on a process to show the complete query and 'explaining' the query optimizer information.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB