From mbassett at intelius.com Mon May 21 17:21:12 2012 From: mbassett at intelius.com (Mark Bassett) Date: Tue, 22 May 2012 00:21:12 +0000 Subject: [Coral-dev] monitor.conf timescales Message-ID: <25A932E964673F488EE472946BFE526C2ED0C481@TUK2-EMSMBX3.intelius1.intelius.com> Is there any way to get a smaller timescale than the 24 hours? I tried: group { name: timescales 1: 1 hour 24: 1 day 168: 1 week 672: 4 weeks 17520: 2 years } static { # The text that will be used in link, must be unique name: Applications bps/pps/tps # Which of the four groups will be used in the rows row: timescales # Which of the four groups will be used in the columns col: counters # For the row and column groups, a list of desired values is needed. counters: bits, packets, tuples timescales: 1, 24, 168, 672, 17520 # For groups not used as row/column specifiers, append _sing to the key # to indicate a single desired value. sources_sing: app graphs_sing: ts } But I'm still only seeing 1 day as the smallest generated timescale. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rommie.caida.org/pipermail/coral-dev/attachments/20120521/70adfc21/attachment.htm From rkoga at caida.org Mon May 21 18:30:34 2012 From: rkoga at caida.org (Ryan Koga) Date: Mon, 21 May 2012 18:30:34 -0700 Subject: [Coral-dev] monitor.conf timescales In-Reply-To: <25A932E964673F488EE472946BFE526C2ED0C481@TUK2-EMSMBX3.intelius1.intelius.com> References: <25A932E964673F488EE472946BFE526C2ED0C481@TUK2-EMSMBX3.intelius1.intelius.com> Message-ID: <4FBAEC3A.6090308@caida.org> On 5/21/2012 5:21 PM, Mark Bassett wrote: > Is there any way to get a smaller timescale than the 24 hours? Because all the graphs are pre-generated, the monitor.conf needs to match whatever was made by create_report. The report.conf that goes with the data will have an "intervals" field to specify what will be generated. Perhaps that needs to be updated. -- rkoga at caida.org (Ryan Koga)