You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
[](http://isitmaintained.com/project/isilon/isilon_stat_browser"Average time to resolve an issue")
3
3
[](http://isitmaintained.com/project/isilon/isilon_stat_browser"Percentage of issues still open")
4
4
5
-
#Statistics Key Browser
5
+
#Statistics Key Browser
6
6
7
7
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.
8
8
9
-
##Requirements
9
+
##Requirements
10
10
11
11
A compatible web browser:
12
12
@@ -16,7 +16,7 @@ A compatible web browser:
16
16
* Internet Explorer 11
17
17
* Microsoft Edge
18
18
19
-
##Installation
19
+
##Installation
20
20
You can obtain the files for the stat browser by downloading a release zip file from this Github repository:
21
21
22
22
[isilon\_stat\_browser/releases](../../releases)
@@ -28,10 +28,10 @@ Developers can view the development readme for information about stat browser de
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.
33
33
34
-
##Generate the stat browser
34
+
##Generate the stat browser
35
35
36
36
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.
37
37
@@ -56,7 +56,7 @@ For help on build\_stat\_browser.py usage, run:
56
56
57
57
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.
58
58
59
-
##Install SDK Python language bindings
59
+
##Install SDK Python language bindings
60
60
61
61
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:
0 commit comments