Released on 2018/06/01 with the following changes:
- Make cstat compatible with CrateDB version 2.3.0 and greater.
- Updated process CPU usage calculation to work with CrateDB 2.3 and newer.
- Updated disk usage and disk i/o calculation to work with CrateDB 2.3 and newer.
- Added
-V
(prompt for username) argument. - Added
--password
and-W
(prompt for password) arguments.
Released on 2017/11/14 with the following changes:
- Implemented asynchronous database access using aiopg which uses the Postgres Wire Protocol instead of the official CrateDB Python client which uses the HTTP protocol.
- Added
median
,percentile 95
, andpercentile 99
to query stats table view. - Added
--user
/--db-user
command line argument to support user authentication for clusters which run CrateDB 2.0 or greater. - Changed the toggle key for enabling/disabling query stats from
F1
toF3
, because in the Terminator terminal theF1
key is reserved for "help". - Pre-calculate used and idle CPU in SQL statement to avoid rounding issues that can cause an display overflow in CPU widget.
Initial release on 2017/03/30: