sherlock.js

0.0.221-b • Public • Published

sherlock

sherlock is a middleware for investigating performance of multiple linux servers.

Install

$ npm install sherlock

Tool Usage

Usage:

sherlock [options] <keywords>
    -h, --help                 output usage information
    -V, --version              output the version number
    -f, --serverfile [path]    Enter your YAML serverfile (default: servers.yml)
    -i, --interval [interval]  Enter rerendering interval in miliseconds (default: 1000 miliseconds)

Example:

sherlock -f ./myserverfile.yml -i 3000

YAML format

Create a YAML file following the syntax above:

- hostname: <hostname>
  username: <username>
  port: <port>
  sshKey : <ssh_key_path>

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.

License

Copyright (c) 2015, Marlos Borges and contributors. (MIT License)

See LICENSE for more info.

Package Sidebar

Install

npm i sherlock.js

Weekly Downloads

2

Version

0.0.221-b

License

MIT

Last publish

Collaborators

  • marlos.borges