Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[Bacula\-users\]\s+bconsole\s+query\s+for\s+calculating\s+client\s+7days\s+utilization\s*$/: 7 ]

Total 7 documents matching your query.

1. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: vishal veerkar <vishalveerkar AT gmail DOT com>
Date: Sat, 9 Jan 2010 16:23:22 +0530
I recall that there were 3 or 4 replies to the thread after that one. Did they not help you? I thought a full query had been posted already. That was weeks ago, and I can't remember exactly what you
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2010-01/msg00154.html (18,186 bytes)

2. [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: vishal veerkar <vishalveerkar AT gmail DOT com>
Date: Fri, 18 Dec 2009 11:14:28 +0530
Hi All, I would like to calculate the last 7days total backup utilization of my clients. I presently using 2.2.8 with Mysql in catalog DB. I was trying to tweak one query from query.sql as below. Fra
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00348.html (13,044 bytes)

3. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: "Mike Holden" <bacula AT mikeholden DOT org>
Date: Fri, 18 Dec 2009 05:40:27 -0500
I'm no Mysql expert, but I am an Oracle expert! I would expect to see more columns listed in the GROUP BY clause for that query. Since the only column that is aggregated is the sum(JobBytes) part, I
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00351.html (13,886 bytes)

4. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: Dan Langille <dan AT langille DOT org>
Date: Fri, 18 Dec 2009 06:01:50 -0500
MySQL silently does unexpected things. PostgreSQL does this: SELECT DISTINCT Job.JobId,Client.Name as Client,Level,StartTime,JobFiles,sum(JobBytes) as Totalsize,VolumeName FROM Client,Job,JobMedia,Me
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00352.html (14,205 bytes)

5. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: vishal veerkar <vishalveerkar AT gmail DOT com>
Date: Fri, 18 Dec 2009 17:01:36 +0530
After trying some combination with other queries finally i got the break through...below query gives the output for All clients utilization in GB for specified time window...this may helpful for othe
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00354.html (16,013 bytes)

6. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: Dan Langille <dan AT langille DOT org>
Date: Fri, 18 Dec 2009 06:37:36 -0500
Please note, the above is not valid SQL bacula-# FROM Client, Job, Pool bacula-# WHERE Job.ClientID = Client.ClientID and Job.PoolID = Pool.PoolID bacula-# AND JobStatus='T' bacula-# AND Job.StartTim
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00355.html (14,122 bytes)

7. Re: [Bacula-users] bconsole query for calculating client 7days utilization (score: 1)
Author: "Mike Holden" <bacula AT mikeholden DOT org>
Date: Fri, 18 Dec 2009 06:47:19 -0500
You still have Pool.Name listed in the SELECT list but not in the GROUP BY clause. I would suggest (to give standard SQL code), that you change the "GROUP BY clause to "GROUP BY Client.Name, Pool.Nam
/usr/local/webapp/mharc-adsm.org/html/Bacula-users/2009-12/msg00356.html (13,715 bytes)


This search system is powered by Namazu