Git Product home page Git Product logo

greaselib-old's Introduction

greaseLib

A library for creating low latency, low CPU usage logging subsystems.

Features:

  • Tries to be as zero-copy as possible when creating amalgamted log
  • Low overhead when creating multiple sinks
  • No blocking ever on log APIs
  • 3 primary meta data for each log entry: tag, origin, level
  • Support for custom log routing (logMeta)
  • Support for a fast, Unix socket log sink using UNIX datagram
  • Support for std syslog socket

Documentation:

The source. Perhaps we will have time to add some eventually.

But see standalone_test_logsink.c to get started.

Build Instructions:

  1. Build the dependencies inside deps folder
 cd greaseLib\deps
 sh install-deps.sh
  1. Build the grease lib or application (make grease_echo or make standalone_test_logsink) with makefile
cd greaseLib
make 

Test / Example

standalone_test_logsink is the sample implementation and test code for greaseLib. Execute by providing library paths, default LD_LIBRARY_PATH=deps/build/lib ./standalone_test_logsink

greaselib-old's People

Contributors

x85446 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.