History log of /dragonfly/usr.bin/kcollect/kcollect.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2
# 145205d1 25-Nov-2017 Sascha Wildner <saw@online.de>

Remove some duplicated includes.


Revision tags: v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1
# 56160b9c 30-Jul-2017 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - Fix gunplot warning when -x -f is specified

* gnuplot warns about multiple set terminal commands when the refresh
occurs. Rearrange when the command is sent to avoid the problem.


# b038db3d 30-Jul-2017 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - Add a smoothing option (-s)

* Add an option (-s) which smooths the plot. The smoothing algorithm uses
an exponential average with fast collapse to the high-side so spikes do
not get

kcollect - Add a smoothing option (-s)

* Add an option (-s) which smooths the plot. The smoothing algorithm uses
an exponential average with fast collapse to the high-side so spikes do
not get lost.

show more ...


# f9c8e4ac 29-Jul-2017 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - Implement gnuplot output feature

* Implement the gunplot output feature. This feature currently
hard-selects a set of fields (fields cannot be specified).

Generates two graphs. The

kcollect - Implement gnuplot output feature

* Implement the gunplot output feature. This feature currently
hard-selects a set of fields (fields cannot be specified).

Generates two graphs. The first collects memory statistics
and machine load. The second collects cpu utilization and
fault, syscall, and nlookup (file path resolution) rate.

* In gnuplot output mode, -f will cause the entire dataset to be
regenerated every 60 seconds (I don't see any way to avoid this
to update an existing gnuplot window).

* Finish implementing -o fields

show more ...