Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Looking for a solution for dynamic display of csv data

  • 30-11-2011 11:15AM
    #1
    Registered Users, Registered Users 2 Posts: 1,995 ✭✭✭


    Hi,
    We are using MS SQL server and DB2. I'm looking for a solution where I can dynamically display data on a monitor that updates every 30 seconds or so.

    I would also like to develop it over to time to monitor other systems like checking that networks are functioning correctly - load on some servers etc.

    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 668 ✭✭✭Freddio


    if its a web based app, use the following in the head section
    [B][COLOR=#0066FF][SIZE=-1] <META HTTP-EQUIV="Expires"   CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> [/SIZE][/COLOR][/B]   
    [B][COLOR=#0066FF][SIZE=-1] <META HTTP-EQUIV="Pragma"   CONTENT="no-cache"> [/SIZE][/COLOR][/B]   
    [B][COLOR=#0066FF][SIZE=-1] <META HTTP-EQUIV="REFRESH"   CONTENT="30;URL=MYURL"> [/SIZE][/COLOR][/B]   
    


  • Registered Users, Registered Users 2 Posts: 1,311 ✭✭✭Procasinator


    More information is needed. What platform generates the display (is it command-line, web-based, GUI application, ,,,), what is changing (is it DB inserts or updates of data, or you looking for performance numbers out of DB instances, etc).

    You haven't really given an indication of what data you are watching.

    It sounds like you want to poll what ever resource 30 seconds and redraw the display. How you poll and how you display will probably depend on the resource, of course.


Advertisement