https://github.com/gluster/glustertool
Collection of Gluster Tools
https://github.com/gluster/glustertool
Last synced: about 1 year ago
JSON representation
Collection of Gluster Tools
- Host: GitHub
- URL: https://github.com/gluster/glustertool
- Owner: gluster
- License: gpl-2.0
- Created: 2016-01-23T07:27:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T10:05:23.000Z (over 8 years ago)
- Last Synced: 2025-04-12T08:52:19.205Z (about 1 year ago)
- Language: Python
- Size: 37.1 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# glustertool - Collection of Gluster Tools
`glustertool` is a meta tool for running other Gluster tools. This
provides infrastructure to add utility/debugging tools for Gluster.
## Install
Clone the repo and install `glustertools` using `python setup.py install`.
## Usage
Tools can be accessed using
glustertool TOOLNAME ARGS..
To see the list of tools available,
glustertool list
To see the documentation of available tools,
glustertool doc [TOOLNAME]
For tool help,
glustertool TOOLNAME --help
Refer [CONTRIBUTING.md](CONTRIBUTING.md), if you are interested in creating tools/plugins for glustertool.
## TODO
1. Plugins dependency management
2. RPM/DEB and BSD Port