Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

In tech? I want to write a stats server that handles latency histograms based on drHistogram.

Also, my deadlift, left hook & bike endurance. Wouldn't mind a few multi-week self supported bike rides thrown in there.



sort by: page size:

I was inspired by this post when I first read it a few month ago. Since then, I've used a modified version of StatsD to send data to an in house realtime graphing engine. A lot of our tools are php backends, so it was super convenient to be able to drop the class in and start measuring things.

For anyone interested, I used wrote node.js process takes arbitrary statsd-compliant data point and serves a socket.io enabled front-end for 'zero-config', realtime graphing.

We've found it useful internally for taking quick measurements on various projects. I was going to productize or open source the whole thing, but then life got in the way. Maybe it will see the light of day someday.


Interesting programmer job statistics, someone's in class project for CS 3654: Intro to Data Visualization and Data Analytics @ Virginia Tech

Now I am intrigued to make a minimal snippet that creates a histogram of loading times.

I did recently start collecting the time estimates to show on the histogram, but I don't plan on using it for research or anything.

Thank you for the time spent in creating it and sharing it. It looks like you've been working on the project for nearly nine months, and that's a significant amount of effort.

I've been interested in one of these for a long time - a StatsD-compatible server in .NET. Considering that many competing implementations are written in Node.js or Python, a .NET should be able to outperform it significantly.


Very well-thought infra and nice metrics. What kind of application are you running if I may ask?

About damned time. Writing your own stats library is like writing your own crypto.

If you're interested in developing more stats stuff, we'd love to have you as part of the effort. gonum/stat/dist in particular needs a lot more functionality.

That's exactly what I'm working on :D

I'm planning to work all those stats into an algo that would reward better ideas.

Will keep you posted. Thanks!


It could be useful to graph things on a server where you don't have a graphical desktop. Graphing CPU performance is a common example.

I mean this is neat but why not try histogramming the results over a really long period of time? A fuck-field if you will. That will contain much more information.

I have been wanting to create a tool like this for some time. I'm curious about what (if any) data analysis you're doing. The general area here is called lag sequential analysis.

It's been on my todo-list for a long time to make stats.grok.se into something more useful and present more info there - for example graphs over (longer) times. Also the design is a bit dated. :)

I do have about three years worth of Wikipedia article traffics stored, so I could do long term tracking and some interesting data mining, but I keep getting side tracked into other hobby projects.


What kind of stats are you looking for ?

Thinking more of a scientific comparison with metrics. Definitely looks interesting overall, appreciate you sharing this library as open source.

I'm working on a side project (kind of on the backburner) JS library to drive progress bars based on perceptual tricks like these, and using estimates instead of actual progress monitoring (linear regression will be used to adjust the estimates over time), and this is certainly good data to have for that.

Very cool. Where do you get your stats from?

- Sport activity (running, endomondo),

- Web traffic (cloudflare analytics),

- hours spent on gaming (steam/ps4 stats),

- Github daily contributions


Reminds me of the time I dumped CANbus data off a Yamaha R1 bike, made sense of the data, and displayed it on a bunch of charts.

Interesting data like Accelerator Handle position, you can figure out how much a rider is really cranking it, and how aggressive they are riding.

next

Legal | privacy