Skip to content

Releases: cha87de/tsprofiler

v0.4.1

02 Apr 07:54
bb1a9ab
Compare
Choose a tag to compare

Changelog

bb1a9ab improve phase detection: opt. parameter phase history fadeout

v0.4

26 Mar 15:00
67dc396
Compare
Choose a tag to compare

Changelog

67dc396 update readme
ecf537e Merge pull request #6 from cha87de/improve-phases
dab3eeb remove phase devel output
b8f92e7 improve phase detection
9c7520d add period output option to csv2tsprofiler
3a7e8d5 enable period txmatrix merge
16d648f adapt predictor for new periodtree handling
133fe27 fix periodTree handling
7975068 add godoc comments
2eab8ac change to use new rootTx outside period
9ea12b9 resume and improve tspredictor impl
e253a55 fix period tree bugs
27184d9 fix period - skip when unset
31e8c51 enhance and fix periods
f1cd875 cleanup profiler period
2cb4519 add history output to csv2tsprofiler
7ec38c1 extract phase as standalone profiler module
864b96e extend tspredictor to support phases
e2b951e output options, phase history, etc.
bf371e1 update travis go version to 1.13
0debf04 introduce go module
c33a3ff fix filename typo in readme
84bb0cd update docs (use png instead svg)
abc21bc update docs
204e1dc Merge branch 'master' of github.com:cha87de/tsprofiler
8c65561 extend phases and predictor

0.3

08 Jan 14:56
08d3d07
Compare
Choose a tag to compare
0.3

Changelog

08d3d07 fix goreleaser
d7af087 fix goreleaser
20b052b update goreleaser config (nfpms)
f19b6e9 fix goreleaser (nfpmS)
44464a9 add test for txdimension
f65a679 fix discretize tests
e59e4cd implement likeliness calculations
42fc882 move read profile from file to utils
bebc4ab optionally write profile to file
118790e fix bug in discretizer
4240dc5 add modes to predictor: roottx or phases
18787f7 fix flexible min bound in counter
56ae249 change go version to 1.11.5
6d08194 add predictor impl for root txmatrix
cf1b105 extend phases (by likeliness) and phases tx matrix

0.2

22 Feb 08:30
281c6a5
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Changelog

281c6a5 print discretize error to stderr
1b1092e print discretize error to stderr
0814e0d remove stdout output of period diffs
4a14eed bugfix in period component, disable periods by default
90dbbd4 avoid nil pointer by defensive programming
8627a9f remove debug output, fix comment
85622e9 Merge pull request #4 from cha87de/periods
c28d3de merge txprofiles in period component
c5e849f avoid math.round due to golang 1.9 ...
902dacc avoid math.round due to golang 1.9 ...
2d4e639 add txmatrix diff computation
b611fe5 rename TSProfileMetric to TxMatrix
53b20a3 update readme
aeee082 extend tsprofiler by 'period' component
ae65d2f Merge pull request #3 from cha87de/refactor
0237381 fix test
807e99d finish refactoring.
2722c26 resume rewrite for buffer and discretizer
7c19882 non-working backup of refactoring
b9e7792 allow fixed bounds min/max, allow to disable stddev filter
151d526 update readme
106bc14 remove evaluation, will appear in separate repo
2d576d5 fix bootstrapping: allow min max both 0, slowly growing currentState measure
ccb4b2a fix tx plot with history
2021661 more verbose profile: cumulative tx history, and settings
97e39e7 markov chain with dynamic memory option
e1814a0 update dailynet example
66b74a9 fix python sim: max is now float
d761d0a simple stat output for csv files with python
1e07554 clean dailynet example data
4efde17 implement dynamic min/max and outlier filter
f317b7c add second example
0e8e4d4 rm java implementation of moving stddev

0.1

09 Nov 15:09
dc100f7
Compare
Choose a tag to compare
0.1

Changelog

dc100f7 fix for goreleaser: install rpm to build rpm packages
6662168 update evaluation example
04ebb1a Merge branch 'master' of github.com:cha87de/tsprofiler
44bf10e fix stddev and avg: now incremental values over whole runtime
a431399 add travis badge
f641b61 add goconvey manually as dependency for tests
b9c5505 rearrange evaluation folder
3017b08 binary build for offline csv profiler
50d32bd change evaluation example to more dynamic values, less static
a3cf935 extend evaluation with offline csv profiler and simulation
c9dd74b allow tsprofiler to be used offline: manual profile output
fb5ec17 add tsstat and dynamic max value to profiler
42dff21 extend readme: add example
4d6b7f7 extend readme
0a0a2b8 add terminate option to profiler
ae7a76d dynamic metrics for flexible tsprofile usage
82000ce implement round function (only 1.10+)
df5aa4b extend profiler to support multiple metrics and output callback
31ff998 add demo plot from profile
66a4032 initial simpleProfiler for kvmtop
0df40bc Initial commit