Cubism.js: time series visualization
21–30 of 33 posts
Re: Cubism.js: time series visualization
#22This is interesting, I do want to ask though why you went with stacked graphs as opposed to overlaid line graphs. This makes sense when comparing disparate data points (Load vs Memory vs HTTP Requests), but are you doing this with similar data points as well? The full screen demo is really what triggered the question for me. I've got a bunch of servers that we monitor and have found that a single graph that shows loa…
We use it for both, but most commonly we use it to compare a single metric (such as CPU or network utilization) across hosts. Line graphs work well when you only have a few hosts, but start to suffer when you try to plot many hosts simultaneously. Depending on how noisy your metrics are, line graphs are good for showing the envelope, but are less effective at revealing when one or two hosts are behaving oddly; the an…
Regarding line graphs, there is some visibility loss by having a a single line graph show a ton of servers. I tend to think that deviations that are worth noting tend to stick out. That isn't always going to be the case I suppose, but nothing is 100%.
I'm just not sure how this scales if I've got 100 servers with 2-3 metrics each that I'm tracking. Perhaps this is better for more of a detailed view than a dashboard where where more density is needed. They're certainly more readable then what we use today.
Re: Cubism.js: time series visualization
#23never heard of horizon charts before, and found it amazing. http://vis.berkeley.edu/papers/horizon/
If by "amazing" means "I need an explanation to see what I'm seeing", then I agree with you. Analytics visualizations are great when they're pretty, but if they aren't comprehensible, you've failed. In the vast (>1) user testing I've done with horizon graphs, it just isn't grokkable. People in general don't want to look stupid, so they aren't going to volunteer a "hey, what the heck am I looking at here?" They'll jus…
Re: Cubism.js: time series visualization
#24Edit: Not really the purpose I know but it was just something that struck me as a possible use case.
Re: Cubism.js: time series visualization
#25never heard of horizon charts before, and found it amazing. http://vis.berkeley.edu/papers/horizon/
If by "amazing" means "I need an explanation to see what I'm seeing", then I agree with you. Analytics visualizations are great when they're pretty, but if they aren't comprehensible, you've failed. In the vast (>1) user testing I've done with horizon graphs, it just isn't grokkable. People in general don't want to look stupid, so they aren't going to volunteer a "hey, what the heck am I looking at here?" They'll jus…
Re: Cubism.js: time series visualization
#26Re: Cubism.js: time series visualization
#27never heard of horizon charts before, and found it amazing. http://vis.berkeley.edu/papers/horizon/
If by "amazing" means "I need an explanation to see what I'm seeing", then I agree with you. Analytics visualizations are great when they're pretty, but if they aren't comprehensible, you've failed. In the vast (>1) user testing I've done with horizon graphs, it just isn't grokkable. People in general don't want to look stupid, so they aren't going to volunteer a "hey, what the heck am I looking at here?" They'll jus…
- you do not confuse it with something else when you 1st see it.
- one glance at the image from the link I posted and you instantly knows how it works!
Re: Cubism.js: time series visualization
#28never heard of horizon charts before, and found it amazing. http://vis.berkeley.edu/papers/horizon/
If by "amazing" means "I need an explanation to see what I'm seeing", then I agree with you. Analytics visualizations are great when they're pretty, but if they aren't comprehensible, you've failed. In the vast (>1) user testing I've done with horizon graphs, it just isn't grokkable. People in general don't want to look stupid, so they aren't going to volunteer a "hey, what the heck am I looking at here?" They'll jus…
Re: Cubism.js: time series visualization
#29I'm less interested with the graphing and more interested in Cube itself, which seems to be a nice simple data warehouse solution. Has anyone used this in production? How does it compare with other data warehousing projects? Are there any prominent alternatives?
I don't think it's meant to be used as a full-on data warehouse. The closest thing people usually compare it to is Graphite.