ahr
fd1479760a
use same log format for console and file
2017-12-16 19:20:24 +01:00
ahr
a359652f8b
log stdout/stderr of the gnuplot process
2017-12-16 19:19:35 +01:00
ahr
04b029e1be
add trace logging
2017-12-16 19:19:12 +01:00
ahr
6ef4e7a96b
reduce memory footprint of index by trimming IntLists
...
Reduced the memory usage of the IntLists in the index by 4.1MB (19.9MB
to 15.8MB) for 683,390 files and 4,046,250 values in the IntLists.
2017-12-16 17:57:15 +01:00
ahr
8225dd2077
update primitiveCollections to 0.1.20171216143737
...
Use intersection and union methods from IntList.
2017-12-16 17:35:16 +01:00
ahr
a2512b210f
update to gradle 4.4
2017-12-16 17:33:45 +01:00
ahr
d63fabc85d
prevent parallel plot requests
...
Plotting can take a long time and use a lot of resources.
Multiple plot requests can cause the machine to run OOM.
We are now allowing plots for 500k files again. This is mainly to
prevent unwanted plots of everything.
2017-12-15 17:20:12 +01:00
ahr
8d48726472
remove unnecessary mapping to TagSpecificBaseDir
2017-12-15 16:52:20 +01:00
ahr
eb1f026c2f
update spring-boot to 1.5.9
2017-12-11 08:28:21 +01:00
ahr
8860a048ff
remove call of listRecursively on a file
...
The call was needed in a very early version.
2017-12-10 17:55:16 +01:00
ahr
c4dce942a6
parallelize csv generation
...
speedup 50% and more
2017-12-10 17:53:53 +01:00
ahr
3ee6336125
log time of query execution
2017-12-10 17:52:32 +01:00
ahr
f17bc55a8f
hide prev/next image buttons when splitBy is not active
2017-12-10 17:28:29 +01:00
ahr
f2dfa92966
add refresh button
2017-12-10 17:21:59 +01:00
ahr
8e3213e2fc
split by field
2017-12-10 17:00:45 +01:00
ahr
84084c3e08
remove logo
2017-12-10 09:34:10 +01:00
ahr
159c5ff371
write logs to logfile
2017-12-10 09:22:49 +01:00
ahr
06d25e7ceb
do not allow search results with more than 100k docs
...
a) they take a long time to compute
b) danger of OOM
c) they should drill down
2017-12-10 09:19:28 +01:00
ahr
f8c03c434e
print thousand delimiter (of whatever they are called)
2017-11-06 17:21:45 +01:00
ahr
78671a2d8c
use linespoints instead of line and make linewidth 2 instead of 1
2017-11-06 17:04:56 +01:00
ahr
64db4c48a2
add plots for percentiles
2017-11-06 16:57:22 +01:00
ahr
92dde94443
preparation to add plots for percentiles
2017-11-05 09:21:34 +01:00
ahr
870ff492d9
enable logging of metrics
2017-11-05 08:52:33 +01:00
ahr
27db9f934d
increase entry buffer
2017-11-05 08:52:10 +01:00