gluster-profile-analysis icon indicating copy to clipboard operation
gluster-profile-analysis copied to clipboard

tools for converting gluster profile data into spreadsheet format and javascript graphs

Results 6 gluster-profile-analysis issues
Sort by recently updated
recently updated
newest added

``` # python extract-gl-client-prof.py /var/tmp/gvp-client-2017-10-24-06-52.log Traceback (most recent call last): File "extract-gl-client-prof.py", line 520, in main() File "extract-gl-client-prof.py", line 516, in main parse_input(fn) File "extract-gl-client-prof.py", line 236, in parse_input expected_sample_count...

https://github.com/bengland2/gluster-profile-analysis/blob/4569fba33749b9088d10501d658ee00c74bc2a17/extract-gl-client-prof.py#L24 ``` NoSuchKey The specified key does not exist. gvp-graph-javascript.tgz 2B16036ECC167356 2FFwypC+qOiJzq3qQoGVDe9daa3+/jYxGbZCv4nHwNQYqmgyiuIZgeuwHib0NUcLe2oNG/Hqmhc= ```

My sample interval was set to 1 while profiling a new gluster installation. When parsing the output with the analysis tool it prints the following warning "WARNING: in sample 12...

I am unable to download the file https://s3.amazonaws.com/ben.england/gvp-graph-javascript.tgz Result: ``` AccessDenied Access Denied 85B6D8617F98CF7B FF6wGeQHKWK7rsaspcgO3zu8cUc8bKmzy4dtfmckM+IfDsX/r2qgArW1AzXWk00DLemRFn5XsWc= ```

`command:pythonextract-glvolprof.py /var/tmp/gvp-client-2016-08-18-11-06.log result: Traceback (most recent call last): File "extract-glvolprof.py", line 605, in main() File "extract-glvolprof.py", line 601, in main parse_input(fn) File "extract-glvolprof.py", line 226, in parse_input start_time = time.mktime(time.strptime(lines[0],...

running extract-gl-client-prof.py fails with Integer conversions. This is because the scripts the first line to contain to numbers, the sample count and the sample interval. In the current version of...