Showing 46 open source projects for "small"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Grafana Loki

    Grafana Loki

    Multi-tenant log aggregation system inspired by Prometheus

    ..., or even locally on the filesystem. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki. Loki supports multi-tenancy so that data between tenants is completely separated. Multi-tenancy is achieved through a tenant ID (which is represented as an alphanumeric string). When multi-tenancy mode is disabled, all requests are internally given a tenant ID of “fake”.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Beats

    Beats

    Lightweight data shippers of the Elastic Stack

    Beats is a platform of lightweight, single-use data shippers written in Go. It captures all sorts of operational data from hundreds or thousands of machines and systems and sends them to Logstash or Elasticsearch. Beats is lightweight in that it has a small installation footprint, uses limited system resources and has no runtime dependencies. It consists of: Auditbeat (for audit data), Filebeat (for log files), Functionbeat (serverless shipper), Heartbeat (for uptime monitoring), Metricbeat...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    easyloggingpp

    easyloggingpp

    Single header C++ logging library. It is extremely powerful

    ...' requirements. It provides the ability to write your own sinks (via featured referred as LogDispatchCallback). This library is currently used by hundreds of open-source projects on GitHub and other open-source source control management sites. If you are working on a small utility or large project in C++, this library can be handy. Its based on single header and only requires to link to single source file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Timbre

    Timbre

    Pure Clojure/Script logging library

    ... elision. Useful built-in appenders for out-the-box Clj+Cljs logging. Powerful, easy-to-configure rate limits and async logging. Logs as Clojure values (v3+). Small, simple, cross-platform codebase. 3rd-party tools, appenders, etc. No XML or properties files. A single, simple config map, and you're set. Simple, flexible fn appender model with middleware. Great performance at any scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 5

    pgBadger

    pgBadger is a PostgreSQL log analyzer built for speed.

    pgBadger is a PostgreSQL log analyzer built for speed with fully detailed reports from your PostgreSQL log file. It's a single and small script written in pure Perl language. It uses a javascript library to draw graphs so that you don't need additional Perl modules or any other package to install. Furthermore, this library gives us more features such as zooming. pgBadger is able to autodetect your log file format (syslog, stderr or csvlog). It is designed to parse huge log files as well...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    C++ Log Engine Library

    Easy, flexible, lightweight, platform independent C++logging library

    New version 1.03 is released! Check it out. LogEngine is a C++ library for easy and flexible logging to files. Multithreaded, easy to use and fast. Automatic logfile backup (several modes). A small amount of code. Platform Independent.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    RY SyslogConsole

    RY SyslogConsole

    SyslogConsole - Small and efficient Syslog Reader and Logger

    Super small console application for reading Syslog messages and logging to file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    logspout

    logspout

    Log routing for Docker container logs

    ... small Docker container (15.2MB virtual, based on Alpine). The simplest way to use logspout is to just take all logs and ship to a remote syslog. Just pass a syslog URI (or several comma separated URIs) as the command. Here we show use of the tls encrypted transport option in the URI. You can tell logspout to ignore specific containers by setting an environment variable when starting your container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ddrescueview

    ddrescueview

    Graphical viewer for GNU ddrescue mapfiles

    This small tool allows the user to graphically examine ddrescue's mapfiles in a user friendly GUI application. The Main window displays a block grid with each block's color representing the block types it contains. 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...
    Leader badge
    Downloads: 88 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Timber

    Timber

    A logger which provides utility on top of Android's normal Log class

    Timber is a logger with a small, extensible API which provides utility on top of Android's normal Log class. You can use this library and apply it into all the little apps you want to make. Behavior is added through Tree instances. You can install an instance by calling Timber.plant. Installation of Trees should be done as early as possible. The onCreate of your application is the most logical choice. The DebugTree implementation will automatically figure out from which class it's being called...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    collectd

    collectd

    System information collection daemon

    collectd is a small daemon which collects system information periodically and provides mechanisms to store and monitor the values in a variety of ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JNanoLog

    A tiny (nano) logging API that can replace the largely used System.out

    JNanoLog aims to be used during development process to log different messages to the console. In contrary to the quick System.out, JNanoLog display a full log with the message number, logging level, logged message and details if there is any. This API does not aim to replace large advanced APIs like Log4J which aims production but it can replace it in small and during first stage of development because it does not need any configuration and start with low logging level. The API is hard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MTNphProxy

    Lightweight local Windows HTTP proxy with logging and ban list

    MTNphProxy is simple and small local HTTP proxy for Windows that supports logging and ban list. Features: * Console-alike window for real-time request logging * Possibility to dump all requests and/or responses * Can handle ban list to block unwanted web content * Multi-threaded application, small memory footprint and CPU usage * Proven stability Limitations: * Windows only at this time * Supports only HTTP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Salad

    Salad

    SMALL AUTOMATIC LOGIN/ACTIVATION DATACENTER

    SALAD is a Windows 7 program to launch script (like vbs) with parameters with the aim of opening a web page (or start a program) and automaticly give username and/or pasword. For security : SALAD must be start with a password. And parameters are stored crypted with the same password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TWIT SYSLOG

    TWIT SYSLOG

    A free SYSLOG Client

    This is a free syslog client. Available in multiple languages Feel free to request features to client by making a ticket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    aCore LogParser

    aCore LogParser

    LogWatch mail reports parser to analyze tendencies of variables.

    This small tool parses LogWatch mail reports and extracts serveral variables such as disk space usage, hard disk read error rate (from smartd), etc.... They are exported to a simple format that allows its use as input for tools like gnuplot, and lets you inspect these variables tendencies. This should make it easier to detect anomalies or prevent failures in your servers, than having just the value for today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Small Usb History Viewer

    This program allows you to explore the history of connecting usb drive

    This program allows you to explore the history of connecting usb drives after installing the system. Small size(19 kb with Gui). Very simple GUI. Export information to *.csv file. Enjoy!
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    nettxrx
    Nettxrx is a small desktop or tooltray utility that displays a graph of network bytes sent/received, updating every second. It also optionally shows CPU usage. It can log and report usage. Nettxrx runs on WinXP, Vista, and Win7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DHCPStat

    A small php script that will display DHCP leases on a linux system

    This script will display active DHCP leases on the local linux system via your web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Herbie - Diagnostics

    Herbie - Diagnostics

    herbie is a small and beautiful cpu monitoring software

    Herbie is a CPU monitoring software that perfectly integrates to the desktop. In addition to a performance history, colors & font size are customizable. You can set the background transparent and lock it so that mouse events pass through.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AUM

    AUM

    Application Usage Monitor

    This is a small sensor that logs the window names you are actively using. Thus the program enables you to analyse: how much time do you spend surfing, how much time do you work productively?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SSHLoginCollector

    SSHLoginCollector

    Bash script used to send a weekly email report for ssh login access

    This small package contains small bash scripts that will help to monitor ssh log ins to a system. The administrator will received an email address weekly with a small log with the name of the system, user that logged in and the user's IP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sisolo is a simple solar logger, meant to run on small embedded devices, like routers. Currently it targets OpenWrt, uses Yasdi to interface with SMA inverters and Curl to store logs on an ftp server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BackupRotator is a small Java utility to rotate files of any kind (including backup files, log files, etc.) and to be able to keep the newest *n* files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Porcupine2 is a small wearable sensory unit for logging motion data and doing low-level activity recognition. The project includes electronic schematics for the hardware, software for the microcontroller and client-side software for hardware-interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next