Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
logging- graphing software
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Karl Schmidt  
View profile  
 More options Nov 4, 3:55 pm
From: Karl Schmidt <k...@xtronics.com>
Date: Wed, 04 Nov 2009 14:55:10 -0600
Local: Wed, Nov 4 2009 3:55 pm
Subject: logging- graphing software
I'm looking for some logging software for recording medical statistics (blood pressure, blood test
etc) that would also provide graphing.  Anyone know of something Linux based that might do the job?

--------------------------------------------------------------------------- -----
Karl Schmidt                                  EMail K...@xtronics.com
Transtronics, Inc.                              WEB http://xtronics.com
3209 West 9th Street                             Ph (785) 841-3089
Lawrence, KS 66049                              FAX (785) 841-0434

The lottery: a tax on people that don't understand math.

--------------------------------------------------------------------------- -----


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Anderson  
View profile  
 More options Nov 4, 4:43 pm
From: Nick Anderson <n...@anders0n.net>
Date: Wed, 04 Nov 2009 15:43:03 -0600
Local: Wed, Nov 4 2009 4:43 pm
Subject: Re: [KULUA] logging- graphing software
Karl Schmidt wrote:
> I'm looking for some logging software for recording medical statistics (blood pressure, blood test
> etc) that would also provide graphing.  Anyone know of something Linux based that might do the jo

Cacti, zenoss, zabbix all use mrtg. There is gnuplot or for a simple
solution, openoffice.orgs calc

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Kahler  
View profile  
 More options Nov 5, 1:19 pm
From: Scott Kahler <scott.kah...@gmail.com>
Date: Thu, 5 Nov 2009 12:19:20 -0600
Local: Thurs, Nov 5 2009 1:19 pm
Subject: Re: [KULUA] logging- graphing software
You might look into rrd files and rrd-tool. It's what's behind most
the network/server stat graphing packages.

On 11/4/09, Karl Schmidt <k...@xtronics.com> wrote:

--
Sent from Gmail for mobile | mobile.google.com

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Dugger  
View profile  
 More options Nov 5, 4:35 pm
From: Justin Dugger <jldug...@gmail.com>
Date: Thu, 5 Nov 2009 15:35:50 -0600
Local: Thurs, Nov 5 2009 4:35 pm
Subject: Re: [KULUA] Re: logging- graphing software
RRD is mainly for long term measurements that need reduced resolution
the further back you go.  For example, today's data is stored at a
sample rate of 5 minutes, but the weekly graph is every 30 minutes (or
something like this) and the monthly at 1 hour and so on. As samples
fall off of one queue for another, the values are averaged into a
single representative for the next queue.

Depending on your application, this sounds like either overkill, or
undesirable data loss. If it's to display immediate data, a years
worth of data is probably too much, but if you want to store this data
for review later, you'd lose substantial information in the process.

Justin


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Kahler  
View profile  
 More options Nov 6, 10:06 am
From: Scott Kahler <scott.kah...@gmail.com>
Date: Fri, 6 Nov 2009 09:06:16 -0600
Local: Fri, Nov 6 2009 10:06 am
Subject: Re: [KULUA] Re: logging- graphing software

That's what it's used for in the networking world. You can freely choose
what you want those intervals to be and it gives you a compact way to store
data in a predetermined file size. I could see as a good fit for something
like medical equipment. You get to determine when/if there is data rollup
and what that is. The tricky part is that you have to determine you max data
period up front. So if you want to embed something in a blood pressure
monitor that kicked out a graph for the last hour, day, week and month you
could can do it, and still have it maintain each of the individual 5 minute
data point readings, as long as you set up your RRD that way from the get
go.

It's probably not the right answer in a lot of situations but it is a
possible answer in some.

Another option I'd use if I was trying to go simple and light would be
sqlite and some perl GD:Graph. If you want to get away from doing the
graphing and love webservices the Google Chart API is pretty spiffy.

SK


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Nordquist  
View profile  
 More options Nov 6, 2:57 pm
From: Steve Nordquist <steve.nordqu...@gmail.com>
Date: Fri, 6 Nov 2009 13:57:00 -0600
Subject: Re: [KULUA] Re: logging- graphing software
Deviation and deviance (appropriate to the blood pressure, components,
timing and other metadata) are things you'd probably just tell TeX to
calculate and graph, or make the medical XML data (or throw to RDF)
and pick something to render SVG, TeX, PDF chewables, and whatever
suits.
What are ya, tweeting athletes' glucose during the Winter Olympics?
     You could pick a suitably minimal or lickable logging
script/interface, then use gnuplot (or render postscript or HTML and
SVG from TeX, or script OOo.)

http://sourceforge.net/projects/bio2rdf/
  -"throwing" to RDF
http://mapyrus.sourceforge.net/
  -lots of graphing goodness, not so much logging and validation at the frontend
http://ploticus.sourceforge.net/doc/welcome.html
  -Needs another app to wrap w/ consistent title, key/scale,
explanation, axis labeling, typographical alignment, shiny
knobs...toss it, writing SVG or TeX from model examples is easier and
tk is more use!  yPlot, jBPM.org and iSight (financial) are more use.
http://sourceforge.net/search/?words=plot+tool+science&sort=score&sor...
  -You may have phlebotomy, stress, bioavailable mineral chelation,
osteology or another specialty to favor in particular.
http://freshmeat.net/projects/prngtrace3d
  -Testing distribution-trueness visually with no optimization for sensibility!


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google