timeplot icon indicating copy to clipboard operation
timeplot copied to clipboard

Analyst's swiss army knife for visualizing data from ad-hoc log files

Results 7 timeplot issues
Sort by recently updated
recently updated
newest added

after successful `cabal update` and `cabal install gtk2hs-buildtools`: ``` C:\dev\2020\timeplotters>cabal install timeplot splot Resolving dependencies... cabal.exe: Could not resolve dependencies: [__0] trying: splot-0.3.14 (user goal) [__1] trying: cairo-0.13.8.0 (dependency of...

This chart was created with 'quantile 120 0.95,0.99'. It has 3 colours, but only 2 in the legend. I assume that green is meant to be < 95%, blue for...

Hi Eugene, It would be great if timeplot could use the latest version of bytestring-lexing. Another option would be to use attoparsec for parsing instead of doing it manually. Attoparsec...

With this data: ``` 2014-06-05 00:00:00.00 >process event1 2014-06-05 00:00:02.00 >process event2 2014-06-05 00:00:03.00

When using on 2 separate files (one of them contains numeric track and other one contains events) ``` si14@si14-laptop:~/work/analytics/pings-12-12 > cat data.txt tasks.log | tplot -dk "lines" -k task "event"...

``` > cabal-dev install-deps master [2fd8de2] untracked You are using a version of cabal-install that has the --only-dependencies flag to the install command. Invoking that instead... Resolving dependencies... [1 of...