Skip to content

Commit c0368c0

Browse files
authored
Update README.md
1 parent 67b246c commit c0368c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
[![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")
33
[![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")
44

5-
#Statistics Key Browser
5+
# Statistics Key Browser
66

77
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.
88

9-
##Requirements
9+
## Requirements
1010

1111
A compatible web browser:
1212

@@ -16,7 +16,7 @@ A compatible web browser:
1616
* Internet Explorer 11
1717
* Microsoft Edge
1818

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

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

3030

31-
##View statistics keys with the stat browser
31+
## View statistics keys with the stat browser
3232
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.
3333

34-
##Generate the stat browser
34+
## Generate the stat browser
3535

3636
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.
3737

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

5757
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.
5858

59-
##Install SDK Python language bindings
59+
## Install SDK Python language bindings
6060

6161
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:
6262

0 commit comments

Comments
 (0)