You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+74-14Lines changed: 74 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@
17
17
*TSProfiler* provides a go implementation to convert time series stream data
18
18
like monitoring data online into statistical representative profiles. TSProfiler
19
19
is integrated into the KVM monitoring tool
20
-
[kvmtop](https://github.com/cha87de/kvmtop/tree/profiler) directly, or for distributed setups into the [DisResc Monitoring Library](https://github.com/disresc/profiler).
20
+
[kvmtop](https://github.com/cha87de/kvmtop/tree/profiler) directly, or for
21
+
distributed setups into the [DisResc Monitoring
22
+
Library](https://github.com/disresc/profiler).
21
23
22
24
The core concept bases on *Markov Chain*s to represent the probability of a
23
25
discretized utilisation states, and a *Decision Tree* to handle periodic
@@ -31,34 +33,91 @@ detection further identifies pattern changes.
31
33
32
34
### Command line tool **csv2tsprofile**
33
35
34
-
The TSProfiler comes with a command line tool to read a CSV file and generate a TSProfile. [Get the most recent stable build from Releases.](https://github.com/cha87de/tsprofiler/releases)
35
-
36
-
Usage:
36
+
The TSProfiler comes with a command line tool to read a CSV file and generate a
0 commit comments