Thomas Rückstieß

Results 28 issues of Thomas Rückstieß

``` AttributeError: 'NScannedNPlotType' object has no attribute 'durlines' ``` nscanned/n plots don't support durline currently. need to add that (make it generally available).

improvement
mplotqueries

query pattern parsing (= turning a query into the query pattern, like `{a: "foo", b: false}` --> `{a: 1, b:1}` ) should have 2 options: remove values (default now, replace...

feature request
util/other

This is useful to keep other things within the min/max frame for comparison.

feature request
mlogfilter

The patterns are currently only parsed on the top level, then sorted alphabetically. To improve this, it should go through all nested fields and operators `$and`, `$or`, etc. as well....

improvement
util/other

with error codes and consistent warning messages. Currently everything uses `SystemExit`

feature request

mlogfilter can fast-forward in between mask points.

improvement
mlogfilter

I think the tests for mplotqueries need to test the correct outcome just before the data is plotted. We don't need to test the actual plotting, that's handled by matplotlib.

mplotqueries
task

This will return only the lines where the node was primary: ``` mlogfilter mongod.log --primary ```

feature request
mlogfilter

make sure there are no special characters in the stdout for piping to another process.

feature request
mlogfilter

This needs to respect all "special" arguments added by different plot types, like `--bucketsize` for a histogram plot. In that case it shouldn't print an error. But if the `--bucketsize`...

improvement
mplotqueries