Skip to content

Commit 6e7baa6

Browse files
committed
update README.md
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
1 parent fe57b88 commit 6e7baa6

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,23 @@ The sbk-charts application can be used to visualize these results in a more user
2020
```
2121
<SBK directory>./sbk-charts
2222
...
23-
(sbk-charts-venv) kmg@Mac-Studio sbk-charts % sbk-charts -h
24-
usage: sbk-charts [-h] -i IFILES [-o OFILE] {huggingface,noai} ...
23+
(venv-sbk-charts) kmg@Mac-Studio sbk-charts % sbk-charts -h
24+
usage: sbk-charts [-h] -i IFILES [-o OFILE] [-secs SECONDS] [-nothreads NOTHREADS] {huggingface,lmstudio,noai,ollama} ...
2525
26-
sbk charts
26+
SBK Charts - Storage Benchmark Visualization Tool
2727
2828
positional arguments:
29-
{huggingface,noai} Available sub-commands
29+
{huggingface,lmstudio,noai,ollama}
30+
Available sub-commands
3031
3132
options:
32-
-h, --help show this help message and exit
33-
-i, --ifiles IFILES Input CSV files, separated by ','
34-
-o, --ofile OFILE Output xlsx file
33+
-h, --help show this help message and exit
34+
-i, --ifiles IFILES Comma-separated list of input CSV files containing benchmark results
35+
-o, --ofile OFILE Output XLSX file path (default: out.xlsx)
36+
-secs, --seconds SECONDS
37+
Timeout seconds, default : 120
38+
-nothreads, --nothreads NOTHREADS
39+
No parallel threads, default : False
3540
3641
Please report issues at https://github.com/kmgowda/sbk-charts
3742
@@ -41,7 +46,7 @@ Please report issues at https://github.com/kmgowda/sbk-charts
4146

4247
Example command with single CSV file
4348
```
44-
kmg@kmgs-MBP SBK % ./sbk-charts -i ./samples/charts/sbk-file-read.csv -o ./samples/charts/sbk-file-read.xlsx
49+
(venv-sbk-charts) kmg@Mac-Studio sbk-charts % sbk-charts -i ./samples/charts/sbk-file-read.csv -o ./samples/charts/sbk-file-read.xlsx
4550
4651
_____ ____ _ __ _____ _ _ _____ _______ _____
4752
/ ____| | _ \ | |/ / / ____| | | | | /\ | __ \ |__ __| / ____|
@@ -50,13 +55,15 @@ kmg@kmgs-MBP SBK % ./sbk-charts -i ./samples/charts/sbk-file-read.csv -o ./sampl
5055
____) | | |_) | | . \ | |____ | | | | / ____ \ | | \ \ | | ____) |
5156
|_____/ |____/ |_|\_\ \_____| |_| |_| /_/ \_\ |_| \_\ |_| |_____/
5257
53-
Sbk Charts Version : 0.96
58+
Sbk Charts Version : 3.26.1.0
5459
Input Files : ./samples/charts/sbk-file-read.csv
5560
Output File : ./samples/charts/sbk-file-read.xlsx
61+
SBK logo image found: /Users/kmg/projects/sbk-charts/images/sbk-logo.png
5662
xlsx file : ./samples/charts/sbk-file-read.xlsx created
5763
Time Unit : NANOSECONDS
5864
Reading : FILE
59-
65+
file : ./samples/charts/sbk-file-read.xlsx updated with graphs
66+
AI is not enabled!. you can use the subcommands [huggingface lmstudio noai ollama] to enable it.
6067
```
6168
you can see the sample [fil read in csv](./samples/charts/sbk-file-read.csv) as input file and the generated output file is [file read graphs](./samples/charts/sbk-file-read.xlsx)
6269

@@ -65,7 +72,7 @@ you can see the sample [fil read in csv](./samples/charts/sbk-file-read.csv) as
6572

6673
Example command with multiple CSV files
6774
```
68-
kmg@kmgs-MBP SBK % ./sbk-charts -i ./samples/charts/sbk-file-read.csv,./samples/charts/sbk-rocksdb-read.csv -o ./samples/charts/sbk-file-rocksdb-read.xlsx
75+
(venv-sbk-charts) kmg@Mac-Studio sbk-charts % sbk-charts -i ./samples/charts/sbk-file-read.csv,./samples/charts/sbk-rocksdb-read.csv -o ./samples/charts/sbk-file-rocksdb-read.xlsx
6976
7077
_____ ____ _ __ _____ _ _ _____ _______ _____
7178
/ ____| | _ \ | |/ / / ____| | | | | /\ | __ \ |__ __| / ____|
@@ -74,12 +81,15 @@ kmg@kmgs-MBP SBK % ./sbk-charts -i ./samples/charts/sbk-file-read.csv,./samples/
7481
____) | | |_) | | . \ | |____ | | | | / ____ \ | | \ \ | | ____) |
7582
|_____/ |____/ |_|\_\ \_____| |_| |_| /_/ \_\ |_| \_\ |_| |_____/
7683
77-
Sbk Charts Version : 0.96
84+
Sbk Charts Version : 3.26.1.0
7885
Input Files : ./samples/charts/sbk-file-read.csv,./samples/charts/sbk-rocksdb-read.csv
7986
Output File : ./samples/charts/sbk-file-rocksdb-read.xlsx
87+
SBK logo image found: /Users/kmg/projects/sbk-charts/images/sbk-logo.png
8088
xlsx file : ./samples/charts/sbk-file-rocksdb-read.xlsx created
8189
Time Unit : NANOSECONDS
8290
Reading : FILE, ROCKSDB
91+
file : ./samples/charts/sbk-file-rocksdb-read.xlsx updated with graphs
92+
AI is not enabled!. you can use the subcommands [huggingface lmstudio noai ollama] to enable it.
8393
8494
```
8595
you can see the sample [fil read in csv](./samples/charts/sbk-file-read.csv) and the [rocksdb red in csv](./samples/charts/sbk-rocksdb-read.csv) as input files and the generated output file is [file and rocksdb read comparesion](./samples/charts/sbk-file-rocksdb-read.xlsx)

samples/charts/sbk-file-read.xlsx

329 KB
Binary file not shown.

0 commit comments

Comments
 (0)