Developer Documentation Library > Interviewer - Server > Configuration and customization > Customized activity reports for the interviewer session engine
 
Customized activity reports for the interviewer session engine
The interviewer session engine controls the creation of new interviews on an interviewing server. The GetActivityReport method in the session engine object model can be used to generate XML strings containing information about activity on a particular session engine. You can write your own routines that call this method on a given session engine and then format and manipulate the resultant XML to produce the reports you want.
Interview Activity report
This report shows interview activity on a session engine. It shows all projects running on an engine but can be filtered to refer to one project only. The report shows the following information:
The report shows the date and time at which the engine was started, its current status, the number of interviewers currently using it, and its percentage load. Then, for each project, you see the project name and version, the number of active interviewers, and the number of test interviews so far.
The report shows the date and time at which the engine was started and the number of interviewers currently using it. Then, for each interviewer it shows
Interviewer Activity report
This report shows interviewer activity on a session engine. It shows all projects running on the engine and all interviewers working on those projects, but it can be filtered to include a single project and/or interviewer.
The report shows the date and time at which the session engine was started and the number of interviewers who are currently using it. Then, for each interviewer it shows the interview session token; the interviewer's ID; the time at which the interviewer started work and the project he/she is working on; the number of interviews completed, abandoned, and refused; the ID of the sample record for the current interview, the name of the current page in the interview, and the number of seconds spent on that page; the busy rate; the total number of seconds spent interviewing; and whether the interviewer can be monitored.
Project Activity report
This report shows project activity on a session engine. It shows all projects running on the engine and cannot be filtered
The report shows the date and time at which the engine was started and the number of projects using it. For each project you see the project's name and version.
Dialer Activity report
This report shows dialer activity on a session engine. It shows all dialers using the engine and can be filtered to refer to a single dialer only.
The report shows the date and time at which the engine was started and the number of dialers using it. For each dialer the report shows its name, the current number of interviewers using it, and the number of errors. Then, for each project using the dialer you see the project's name and the number of interviewers working on it.
See also
Configuration and customization