-
1. Re: Viewing Tableau 9 Background Tasks Queued
David Byrd Jun 26, 2015 3:47 AM (in response to Eric McDonald)My experience, after just upgrading our server, is that when you hit the page it has some filters applied. I removed the filter from Runtime and I could see all my queued/waiting items. This page is nice to look at visually but so much less helpful as the Tableau 8 page showing extract progress. I can't create a custom view on the page so I have to apply the same filters every time I go there.
Anyone else come up with an alternative to monitoring Extracts in Tableau Server 9?
-
2. Re: Viewing Tableau 9 Background Tasks Queued
Donna ColesJun 26, 2015 6:06 AM (in response to Eric McDonald)
-
3. Re: Viewing Tableau 9 Background Tasks Queued
Stephen Smirl Oct 9, 2015 9:17 AM (in response to Eric McDonald)I use the following method to see pending tasks in Tableau 9.0:
Status --> Background Tasks for Extracts
Over the [Runtime (sec) filter, there is an additional 'hidden' filter option that ONLY appears when you hover over the area with your mouse. When you remove that filter, your pending (waiting) jobs will appear.
Before removing filter ...
After removing filter (notice waiting jobs) ...
-
4. Re: Viewing Tableau 9 Background Tasks Queued
Andrew Macey Nov 25, 2015 11:12 AM (in response to Eric McDonald)I specifically needed visibility to the utilization of my backgrounders and queue length,and came up with something that seems to work well for me. Tested in 9.1.1 using 'readonly' Postgres user. Any improvements welcomed...
I'm no expert at adjusting for timezones in data sources, so do it at the SQL level when needed like this:
select started_at at time zone 'UTC' at time zone 'US/Pacific' AS started_at from ...
It's also useful to customize the std. server views (accessible at the O/S level)
E:\>dir /s tabbed_*_views.twb
Volume in drive E is Data
Volume Serial Number is xxxx
Directory of E:\Program Files\Tableau\Tableau Server\9.1\wgserver\z5\WEB-INF\admin
09/03/2015 09:50 PM 1,017,383 tabbed_admin_views.twb
09/03/2015 09:50 PM 954,383 tabbed_site_views.twb
This 8.3 workbook example show extracts by Site, by Backgrounder ID, so I can easily spot offending sites and get them to move their scheduling around. Works fine on 9.1 too.
-
5. Re: Viewing Tableau 9 Background Tasks Queued
Matt ColesNov 25, 2015 12:21 PM (in response to Andrew Macey)
Very nice, Andrew! I see you found a lot of value in pivoting the standard view to a single line per Backgrounder. My favorite view is much the same, but on the content level, with most frequently refreshed extracts listed first:
I use mailto: URL actions on the failures so I can easily email individual owners on their own content.
I use a Parameter to offset the time from UTC in my calcs, which is better than nothing, but still is a pain.
I love your Queue view, it looks like it really does a great job showing where Server's backgrounders are getting maxed out--and better yet, by what! Do you have it as a .twb that you'd be willing to share? I'd love to try it out on our Server instance. I'd done one like this back when LOD's came out, but didn't get as far as you did in making it visually useful.
-
6. Re: Viewing Tableau 9 Background Tasks Queued
Andrew Macey Nov 25, 2015 12:46 PM (in response to Matt Coles)Matt, see Backgrounder_utilization_and_queue.twb already attached.
Thanks for the screenshot of your pivot - I'll be sure to incorporate your ideas... I'd also like to combine the two views in a master/detail fashion to see the extracts/subscriptions for a time-slice selection of the utilization view.
-
7. Re: Viewing Tableau 9 Background Tasks Queued
Matt ColesNov 25, 2015 1:14 PM (in response to Andrew Macey)
Ah, duh! Got it on my own data now--pretty cool! Thanks for sharing.
-
8. Re: Viewing Tableau 9 Background Tasks Queued
Andrew Macey Mar 9, 2016 3:13 PM (in response to Matt Coles)I hardcoded the SQL to last 48hrs for workbook performance reasons related to the job activity level on my server. Any improvements welcomed...
Backgrounder color-coding is by site, duration, delay, type, priority etc.
Updated workbook and screenshot 9-Mar-16. Tested in Server 9.1
-
Backgrounder_util.twb 290.3 KB
-