GithubHelp home page GithubHelp logo

isabella232 / boundary-plugin-aerospike-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boundary/boundary-plugin-aerospike-server

0.0 0.0 0.0 116 KB

Boundary Plugin for Aerospike

License: Apache License 2.0

JavaScript 100.00%

boundary-plugin-aerospike-server's Introduction

Boundary Plugin for Aerospike

This plugin was contributed by Aerospike. It collects metrics from Aerospike DB. Currently Aerospike is natively supported only on Linux systems.

Prerequisites

OS Linux Windows SmartOS OS X
Supported v - - -
Runtime node.js Python Java
Required +

Plugin Setup

None

Metrics

Sends the following metrics to Boundary:

  • AEROSPIKE_AGGS - Number of aggregation transactions.
  • AEROSPIKE_AGGS_ERR - Number of failed aggregation transactions.
  • AEROSPIKE_AGGS_OK - Number of successful aggregation transactions.
  • AEROSPIKE_CLIENTS - Number of connected clients.
  • AEROSPIKE_MEM_TOTAL - Bytes of memory allocated.
  • AEROSPIKE_MEM_USED - Bytes of memory used.
  • AEROSPIKE_MEM_USED_DATA - Bytes of memory used for data.
  • AEROSPIKE_MEM_USED_INDEX - Bytes of memory used for primary index.
  • AEROSPIKE_MEM_USED_SINDEX - Bytes of memory used for secondary index.
  • AEROSPIKE_OBJECTS - Number of objects.
  • AEROSPIKE_OBJECTS_EVICTED - Number of evicted objects.
  • AEROSPIKE_OBJECTS_EXPIRED - Number of expired objects.
  • AEROSPIKE_QUERIES - Number of query transactions.
  • AEROSPIKE_QUERIES_ERR - Number of failed query transactions.
  • AEROSPIKE_QUERIES_OK - Number of successful query transactions.
  • AEROSPIKE_READS - Number of read transactions.
  • AEROSPIKE_READS_ERR - Number of failed read transactions.
  • AEROSPIKE_READS_OK - Number of successful read transactions.
  • AEROSPIKE_READ_1MS – Percent of read transaction with latency < 1ms
  • AEROSPIKE_READ_8MS – Percent of read transaction with latency > 8ms
  • AEROSPIKE_READ_64MS – Percent of read transaction with latency > 64ms
  • AEROSPIKE_TXNS - Number of transactions executed.
  • AEROSPIKE_TXNS_WAITING - Number of transactions waiting.
  • AEROSPIKE_WRITES - Number of write transactions.
  • AEROSPIKE_WRITES_ERR - Numer of failed write transactions.
  • AEROSPIKE_WRITES_OK - Number of successful write transactions.
  • AEROSPIKE_WRITE_1MS – Percent of write transaction with latency < 1ms
  • AEROSPIKE_WRITE_8MS – Percent of write transaction with latency > 8ms
  • AEROSPIKE_WRITE_64MS – Percent of write transaction with latency > 64ms

boundary-plugin-aerospike-server's People

Contributors

codemoran avatar cstivers78 avatar jdgwartney avatar ph07 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.