issues
search
datastax-labs
/
sperf
Datastax Enterprise and Apache Cassandra diagnostic tooling from DataStax
https://datastax-toolkit.github.io/sperf/
Apache License 2.0
17
stars
14
forks
source link
Encoding support
#48
Closed
rsds143
closed
4 years ago
rsds143
commented
4 years ago
formatting improvement for ttop report
file not found was being swallowed in schema command when file was being passed directly
custom encoding support with -fe flag to read files of any encoding in the list for your respective python version (example for 3.7 is here
https://docs.python.org/3.7/library/codecs.html#standard-encodings
)
removed tox and pylint from ci and dev setup
using black and flake8 in ci and dev setup
fixed several file leaks in ttop, bgrep, jarcheck
lots of formatting changes