I need a monitoring system for my algo. There are a lot of data to monitor like the the number of orders in the market, current margin, net liquidation value, and heaps of internal indicators of how the algo is performing. I'd like the monitoring system to store the data as time series and draw charts. I currently use Munin for some system monitoring but it's not good for realtime data monitoring because it's very slow.
My algo is written in Java so it'd be nice if the system had some integration with it.
I'm looking at collectd+jcollectd now, can you recommend something else?
How do you guys gather and analyze the data?
Regards
Q
My algo is written in Java so it'd be nice if the system had some integration with it.
I'm looking at collectd+jcollectd now, can you recommend something else?
How do you guys gather and analyze the data?
Regards
Q