Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

couchdb-stat-collector

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-stat-collector

A stat collection tool for CouchDB.

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

couchdb-stat-collector

Build Status Coverage Status Greenkeeper badge

A CLI tool for collecting statistics about a CouchDB node or cluster.

This project is a work in progress. Its interface may change as new features are added.

Usage

You can get this tool via NPM:

npm i -g couchdb-stat-collector

Now the couchdb-stat-collector command should be on your $PATH. Try it like this:

COUCH_URL=http://admin:password@localhost:5984 couchdb-stat-collector

Replace the value for COUCH_URL with the URL for your CouchDB instance, including admin credentials.

Once completed, it should give you a success message like this:

✅  All done!

⚠️  Please send ${host}_${port}_${date}_${time}.gz back to Neighbourhoodie Software GmbH <couchdb@neighbourhood.ie> for analysis.

Development & Testing

Get and build the tool locally with Git:

git clone neighbourhoodie/couchdb-stat-collector
cd couchdb-stat-collector
npm install

Now you can run the test suite like this:

npm test

You can run the tool like this:

npm start

License

Proprietary. Use only with permission of Neighbourhoodie Software GmbH.

Keywords

FAQs

Package last updated on 08 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc