Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphs: smooth network bursting (enhansment) #65

Open
acoul opened this issue Mar 14, 2017 · 1 comment
Open

Graphs: smooth network bursting (enhansment) #65

acoul opened this issue Mar 14, 2017 · 1 comment

Comments

@acoul
Copy link

acoul commented Mar 14, 2017

the following patch helped a lot in smoothing the graphs on network bursts:

- "--slope-mode --alt-autoscale -u 0 -l 0 --imgformat=PNG --base=1000 --height=$height --width=$width " .
+ "--logarithmic --slope-mode --alt-autoscale -u 0 --imgformat=PNG --base=1000 --height=$height --width=$width " .

it may be nice to have this as an option in the config file.

@acoul
Copy link
Author

acoul commented Mar 14, 2017

while this is great for the spikes issue, we loose the negative display.

There is this an interesting blog about using trends to fight the spike issue.

I've also bumped into this: negative logarithms

an example of the issue and the same graph with logarithmic scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant