Hello Adam, Swift is able to send metrics to a statsd server, and thus you can create your own metric dashboard using graphite-web. I would add collectd for some basic server metrics (like cpu, memory, load, network traffic) as well. It requires a little bit of work, but it gives you a very comprehensive metric overview.
Metrics sent by Swift: http://docs.openstack.org/developer/swift/admin_guide.html#reporting-metrics-to-statsd Required software (graphite-web, collectd, statsd or python-bucky): http://graphite.readthedocs.org/en/latest/ https://collectd.org/ https://github.com/etsy/statsd Instead of statsd you could also use python-bucky: https://pypi.python.org/pypi/bucky Hope that helps! Christian On 27.01.15 04:38, Adam Lawson wrote: > Hey everyone, > > I'm researching for web-based visualization that displays OpenStack > Swift and/or node status, cluster health etc in some manner. Being able > to run a command like adding/removing devices would be cool but a little > more than I need. Does such a thing currently exist? I know about > SwiftStack but I'm wondering if there are other efforts that have > produced a way to visualize Swift telemetry. > > Has anyone run across such a thing? > */ > Adam Lawson/* > > AQORN, Inc. > 427 North Tatnall Street > Ste. 58461 > Wilmington, Delaware 19801-2230 > Toll-free: (844) 4-AQORN-NOW ext. 101 > International: +1 302-387-4660 > Direct: +1 916-246-2072 > > > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
