Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomicology authored Apr 11, 2018
1 parent 67b246c commit c0368c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/isilon/isilon_stat_browser.svg)](http://isitmaintained.com/project/isilon/isilon_stat_browser "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/isilon/isilon_stat_browser.svg)](http://isitmaintained.com/project/isilon/isilon_stat_browser "Percentage of issues still open")

#Statistics Key Browser
# Statistics Key Browser

This repository is part of the Isilon SDK, which is an evolving package of documents and files. This README describes how to use the statistics key browser (stat browser) to browse the statistics keys that an Isilon cluster exposes. The stat browser is a Python script-generated web browser that provides a searchable list of OneFS statistics keys, organized by functional categories.

##Requirements
## Requirements

A compatible web browser:

Expand All @@ -16,7 +16,7 @@ A compatible web browser:
* Internet Explorer 11
* Microsoft Edge

##Installation
## Installation
You can obtain the files for the stat browser by downloading a release zip file from this Github repository:

[isilon\_stat\_browser/releases](../../releases)
Expand All @@ -28,10 +28,10 @@ Developers can view the development readme for information about stat browser de
[isilon\_stat\_browser/README-dev.md](README-dev.md)


##View statistics keys with the stat browser
## View statistics keys with the stat browser
Once the files and directories in the zip file are extracted, you will see a stat_key_browser directory. Open the web_app/index.html file in a web browser to browse the statistics keys available in the distribution package.

##Generate the stat browser
## Generate the stat browser

You can also generate the stat browser from your OneFS cluster by running the build\_stat\_browser.py Python script. You may want to perform this step on your version of OneFS because available statistics keys can vary between OneFS versions, so generating the keys will provide the most accurate list for your implementation. During the generation process, your cluster will be queried for its list of statistc keys to generate the stat browser.

Expand All @@ -56,7 +56,7 @@ For help on build\_stat\_browser.py usage, run:

The script will prompt you for a username and password, and will create the browsable web\_app/index.html page and key\_cats.json Java script which contains the statistics keys categories.

##Install SDK Python language bindings
## Install SDK Python language bindings

You can use the SDK Python language bindings to automate the configuration, maintenance, and monitoring of your Isilon cluster. For information on how to install the Python language bindings and write Python scripts to access the OneFS API, refer to the following Github sites:

Expand Down

0 comments on commit c0368c0

Please sign in to comment.