Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GUI Graphics Software IT

Suggestions For Cheap Metrics Eye Candy Software? 201

Banquo writes "I have a friend who has a small datacenter (SQL/Mail/IIS/File Repository ... 5 or 10 servers) and he was saying that his boss wants to see some kind of 'visual display of changing metrics' — Net/server/sql stats with moving lines and graphs and pretty colors. Basically they want something to display on a big LCD panel that will give a tiny bit of 'Wow' factor to customer visits. Back in my datacenter days I saw a million packages to do this stuff, but I was always blessed with an IT budget for metrics/monitoring. Can anyone suggest a free/cheap package that will make pretty moving pictures, moving lines, graphs, etc. from server/net stats? There's no worry about actually using this for real data tracking or metrics purposes. He has a pretty robust log/alert/metrics setup, but command line is a little too dry for marketing purposes. I jokingly suggested he just use a looped flash animation but he actually does want stats that are coming from and reflect his environment. Anyone know of any cheap or free data center stats/metrics 'Eye Candy' software out there?" Better yet, can you think of any particularly interesting ways to display that sort of information?
This discussion has been archived. No new comments can be posted.

Suggestions For Cheap Metrics Eye Candy Software?

Comments Filter:
  • rrdtool. (Score:5, Informative)

    by FooAtWFU ( 699187 ) on Wednesday November 26, 2008 @08:11PM (#25904941) Homepage
    and maybe one of the projects that use it [oetiker.ch].
  • GL Tail (Score:5, Informative)

    by vidiot4 ( 826262 ) <vidiot4@gmail.com> on Wednesday November 26, 2008 @08:17PM (#25904983) Homepage
    GL Tail: http://www.fudgie.org/ [fudgie.org] Discussed here: http://developers.slashdot.org/article.pl?sid=07 [slashdot.org] /10/07/1232245
  • Windows 2008 (Score:2, Informative)

    by Matheus ( 586080 ) on Wednesday November 26, 2008 @08:22PM (#25905011) Homepage

    Since you mention IIS I presume this is a windows environment. One of the things M$ actually did right with 2008/Vista is their new monitoring suite. It won't neccessarily report on everything you're asking BUT it has plenty of important looking displays to fill the boss' eye-candy needs.

    Accessed most easily through the old-style task manager --> Performance Tab --> "Resource Monitor" button.

    Of course if you're not up to 2008 on your servers (like most of the world) this is useless advice :)

  • Re:GL Tail (Score:3, Informative)

    by solafide ( 845228 ) on Wednesday November 26, 2008 @08:26PM (#25905043) Homepage
    Seconded. Don't know if this is the same project, but Sandia Labs' Center for Cyber Defense has something like this; watching it run on their network is quite cool.
  • Ganglia (Score:3, Informative)

    by digitalhermit ( 113459 ) on Wednesday November 26, 2008 @08:40PM (#25905143) Homepage

    We use Ganglia (http://ganglia.info) at work.

    If you prefer command line, try nmon. Originally for AIX, but there's a Linux port. Works well. On a large green-on-black terminal it looks pretty cool :D

  • Pandora FMS (Score:5, Informative)

    by draxbear ( 735156 ) on Wednesday November 26, 2008 @08:45PM (#25905173)

    One option I'm reviewing at the moment is Pandora FMS
    http://pandora.sourceforge.net/ [sourceforge.net]

    Not bad and there's a pre-built vm you can download to quickly give it a go.
    http://www.vmware.com/appliances/directory/1236 [vmware.com]

  • Spotlight on Windows (Score:5, Informative)

    by Anonymous Coward on Wednesday November 26, 2008 @08:49PM (#25905191)

    Jesus, did any of you even RTFS? I'd hate to see software requirements from any of you fools.

      He asked for moving pictures and lines:
    Quest's Spotlight on Windows.

    Screenshot at http://www.quest.com/images/popup.asp?path=/spotlight_on_windows/img/screenshots/5.png&width=1280&height=993

  • Re:rrdtool. (Score:3, Informative)

    by houstonbofh ( 602064 ) on Wednesday November 26, 2008 @08:55PM (#25905225)

    and maybe one of the projects that use it [oetiker.ch].

    mrtg and rrdtool are the grand daddies of the monitoring eye candy set. http://oss.oetiker.ch/ [oetiker.ch] for all the projects he made.

  • MRTG (Score:3, Informative)

    by Spasemunki ( 63473 ) on Wednesday November 26, 2008 @08:56PM (#25905231) Homepage

    MRTG can graph pretty much anything. It's primarily used for bandwidth (I think- given the name), but a former company used it to graph pretty much everything about all its servers: CPU load, motherboard temperature, bandwidth, disk capacity, web server hits, mail system access. It's written in perl and pretty easy to customize, from what I understand; essentially, anything that can dump two numbers into a file can be used to produce a graph, and the look and feel of the graph can be changed in the config.

  • Short list (Score:5, Informative)

    by actionbastard ( 1206160 ) on Wednesday November 26, 2008 @09:24PM (#25905363)
    Cacti [cacti.net].
    Ntop [ntop.org].
    Nagios [nagios.org].
    MRTG [oetiker.ch].
  • Re:cacti (Score:4, Informative)

    by socsoc ( 1116769 ) on Wednesday November 26, 2008 @09:25PM (#25905371)
    I started playing with Cacti recently too. I do use it for data gathering, but it also has the "oooh pretty" factor for when people stop by.
  • webminstats (Score:4, Informative)

    by mcbridematt ( 544099 ) on Wednesday November 26, 2008 @09:31PM (#25905409) Homepage Journal
    Webminstats [sourceforge.net] is probably the easiest tool I've ever used to monitor a system over the network. Should be fairly easy to add some eye-candy to it.
  • Re:you don't say.. (Score:3, Informative)

    by Beezlebub33 ( 1220368 ) on Wednesday November 26, 2008 @09:35PM (#25905421)

    If you want something cool with multidimensional data, do something with GGobi [http://www.ggobi.org/]

  • swfchart (Score:1, Informative)

    by Anonymous Coward on Wednesday November 26, 2008 @09:55PM (#25905527)

    I couldn't find a piece of software that was pretty enough when I was asked to do a similar thing a couple of years ago. Used swfchart reading from a simple MySQL database of collected information (which was pulled using rrdtool, snmp, SQL, a stack of other collectors).

    So the screens show a webpage which embeds the flash portion, which is given an argument of a CGI that returns XML data containing the actual figures. This means the flash can make the data move around when it changes, rather than refreshing the page.

    http://www.maani.us/charts/index.php

  • by Plug ( 14127 ) on Wednesday November 26, 2008 @10:12PM (#25905593) Homepage
    Friends of mine at Waikato University have produced "BSOD" [wand.net.nz], a network visualizer which shows packets flowing between your subnet and the Internet. It's great on a big TV.
  • by IcyErasor ( 1176499 ) on Wednesday November 26, 2008 @10:27PM (#25905685)

    You are explicitly searching for something cute and flashy to show customers, so this is kind of off-topic.

    But if someone ever needs to visualize data so that other people can derive a lot of information in short time, i just can recommend reading Stephen Fews "Information Dashboard Design" [amazon.com].
    He covers the most common mistakes (i.e. using gauges, pie-charts, lots of color, wrong kind of interactivity, etc) and shows some of the worst dashboards from BI-Tools that are actually used in advertising the product. For most of these horrible examples a alternative, better solution is presented.

  • by Anonymous Coward on Wednesday November 26, 2008 @10:50PM (#25905815)

    About Nagios
    Home > About
    Get proactive.
    Save time, money, and your sanity.
    Nagios is the industry standard in enterprise-class monitoring for good reason. It allows you to gain insight into your network and fix problems before customers know they even exist. It's stable, scalable, supported, and extensible. Most importantly, it works.
    What does Nagios provide?
    Comprehensive Network Monitoring

            * Windows
            * Linux/Unix
            * Routers, Switches, Firewalls
            * Printers
            * Services
            * Applications

    Immediate Awareness and Insight

            * Receive immediate notifications of problems via email, pager and cellphone
            * Multi-user notification escalation capabilities
            * See detailed status information through the Nagios web interface

    Problem Remediation

            * Acknowledge problems through the web interface
            * Automatically restart failed applications, services and hosts with event handlers

    Proactive Planning

            * Schedule downtime for anticipated host, service, and network upgrades
            * Capacity planning capabilites through usage monitoring

    Reporting Options

            * SLA availability reports
            * Alert and notification history reports
            * Trending reports through integration with Cacti and RRD-based addons

    Multi-Tenant/Multi-User Capabilites

            * Multiple users can access the web interface
            * Each user can have their own unique, restricted view

    Integration With Your Existing Applications

            * Trouble ticket systems
            * Wikis

    Easily Extendable Architecture

            * Over 200 community addons are available to enhance Nagios

    Stable, Reliable, and Respected Platform

            * 10 years in development
            * Scales to monitor 100,000+ nodes
            * Failover protection capabilities
            * Winner of multiple awards
            * Constant media coverage

    Huge Community

            * 250,000+ users worldwide
            * Active mailing lists
            * Extensive community website network

    Customizable Code

            * Open Source Software
            * Full access to source code
            * Released under the GPL license

    Get Started With Nagios Now

            * Download Nagios
                        o Get everything you need to run Nagios
            * Read the Quickstart Guide
                        o Get up and running quickly
            * Join the Community
                        o Get assistance with installation, configuration, best practices

  • The early version (Score:3, Informative)

    by Animats ( 122034 ) on Thursday November 27, 2008 @12:20AM (#25906205) Homepage

    Way too many years ago, in 1971, I did something like this for a UNIVAC 1108 mainframe. We had a big CRT hanging from the ceiling of a glass-walled computer room, showing some basic information like current job status, memory utilization bar chart, backlog, and console messages. Every four seconds, the display changed to a new screen.

    People would actually come up to the glass wall to watch. For the first time, there was some indication of what the mainframe was doing. The mainframe's console was a teletype, and the operator could make some status inquiries, but at 110 baud, you couldn't get mucn insight into what was going on. (That operating system viewed the operator as a peripheral; most of what appeared on the console consisted of orders for the operator to mount tapes, change paper in printers, and such.)

    Today you need more entertainment value. If you want something really cool, you might try outsourcing the job to a Flash developer. Provide some way for Flash to get the needed data, and do all the eye candy in Flash.

  • Oh, that thing! (Score:3, Informative)

    by holophrastic ( 221104 ) on Thursday November 27, 2008 @02:11AM (#25906605)

    About, oh two years ago, there was a slashdot article about someone who had built something PERFECT! It was open source, and I spoke with the gentleman, who's willing to alter it for you if you haven't the time. It was basically something written for linux, I think it was written in perl with its graphics thing.

    It basically had two columns, one on either side of the screen, each being a list of somethings. URLs, recent humans, whatever. And every time a web-page was served, it spit out a little round circle, the size was proportional to the time to generate the page, or the amount of data sent, or whatever. And then certain events, like a user login, or a purchase, appeared as text faded in, and then flew upwards.

    The system was designed to work with any data source, not just web stats.

    I remember little more. There was a little video showing it in action.

  • Freeware (Score:2, Informative)

    by afc_wimbledon ( 1052878 ) on Thursday November 27, 2008 @04:43AM (#25907141)

    It's going to be REALLY hard to justify Spotlight (or anything from Quest) for a 10 server environment! I love their stuff but it's very pricey, especially for small installs.

    Spotlight on Windows appears to be freeware, according to http://www.quest-software.co.uk/spotlight-on-windows/ [quest-software.co.uk]

  • Re:rrdtool. (Score:3, Informative)

    by BrittanyGites ( 871668 ) on Thursday November 27, 2008 @05:24AM (#25907293) Homepage
    gltail http://rubyforge.org/projects/gltail/ [rubyforge.org] cute

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...