History log of /dragonfly/usr.bin/kcollect/gnuplot.c (Results 1 – 7 of 7)
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
# 9afa2da7 24-Aug-2019 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - Remove system calls from graph

* System calls make the graph too scratchy. Remove them for now.


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3
# 6e316fcd 11-May-2019 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - Adjust Mops right hand on graph

* Adjust the Mops cap based on ncpus.


Revision tags: 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, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1
# c25e6c22 30-Jul-2017 Matthew Dillon <dillon@apollo.backplane.com>

kcollect - add swap% to plot output

* swap% used can be added easily, so go ahead and do it. Added to the bottom
graph.


# 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 ...


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

kcollect - Adjust ordering of gnuplot solids

* Adjust ordering so active use fills solids upwards instead of downwards.


# 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 ...