Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

SharePoint 2013 : Health and Monitoring (part 4) - Timer Jobs, The Developer Dashboard

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/8/2014 8:07:23 PM

6. Timer Jobs

Timer jobs work at the heart of a SharePoint farm. Each SharePoint server (web-front-end or application server) hosts a SharePoint timer service, which is a Windows service. This service is responsible for running SharePoint jobs—designated units of functionality to execute a designated time and perhaps recurring.

SharePoint relies on a vast number of timer service jobs to maintain operation of the farm. The following steps demonstrate how to view the available timer job definitions in the farm:

  1. Open Central Administration.
  2. Click the Monitoring heading link.
  3. Click the Review Job Definitions link, under the Timer Jobs heading.
  4. SharePoint displays a page like that in Figure 9.

    9781430249412_Fig05-31.jpg

    Figure 9. Timer Job Definitions

    Timer job definitions are SharePoint Foundation Timer services, or associated with other SharePoint services, such as the Access or Excel services.

  5. Click the View drop-down box in the top right to list timer services by web application, services, or list all jobs.
  6. Click the name of any of the timer job definitions to see the details of the job.

    Administrators may change the schedule of most jobs. They may also disable and enable jobs. SharePoint allows creation of new jobs only via code and feature deployment, so seek a developer if you need a special job created. Some of the functional features of SharePoint create timer jobs to perform their tasks; for example, Content Deployment creates a new timer job to deploy content to another farm.

  7. Navigate back to the Monitoring page of Central Administration.
  8. Click the Check Job Status link.
  9. SharePoint shows you a page of upcoming scheduled jobs, running jobs, and a history of jobs executed, with their completion status (Figure 10).

    9781430249412_Fig05-32.jpg

    Figure 10. Timer Job Statuses

7. The Developer Dashboard

 Microsoft introduced this feature with SharePoint 2010, and it provides performance and tracing information within SharePoint rendered pages. Developers (and administrators) may diagnose slow-rendering pages using the Developer Dashboard. Figure 11 is an example of the Developer Dashboard output.

9781430249412_Fig05-33.jpg

Figure 11. Example output from the Developer Dashboard

The following STSADM command demonstrates enabling the Developer Dashboard:

STSADM-o setproperty –pn developer-dashboard –pv ondemand on

The following command disables it:

STSADM-o setproperty –pn developer-dashboard –pv ondemand off
Other -----------------
- SharePoint 2013 Request Management (part 2) - Request Management Administration
- SharePoint 2013 Request Management (part 1) - The Request Management Process
- Windows Server 2012 : Deploying Storage Spaces (part 5) - Implementing Storage Spaces, Using Windows PowerShell
- Windows Server 2012 : Deploying Storage Spaces (part 4) - Planning a Storage Spaces deployment - Availability, Management
- Windows Server 2012 : Deploying Storage Spaces (part 3) - Planning a Storage Spaces deployment - Hardware, Performance, Resiliency
- Windows Server 2012 : Deploying Storage Spaces (part 2) - Understanding Storage Spaces - Fixed vs. thin provisioning
- Windows Server 2012 : Deploying Storage Spaces (part 1) - Understanding Storage Spaces - Concepts and terminology
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 8) - Connecting to Exchange 2003 Routing Groups
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 7) - Viewing and Managing Receive Connectors
- Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 6) - Creating Receive Connectors
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server