From c0368c079c73f44b6b1a49a4605920efe48a17c4 Mon Sep 17 00:00:00 2001 From: Brandon Krueger Date: Wed, 11 Apr 2018 14:36:40 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a58ac74..b430833 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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) @@ -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. @@ -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: