SlideShare uma empresa Scribd logo
1 de 10
Baixar para ler offline
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
Contents
VMS Troubleshooting Questions ..............................................................................................................2
Typical DSS system view .......................................................................................................................2
A) Basic ..............................................................................................................................................2
B) System Topology Information.......................................................................................................3
C) Questions if intermittent camera connectivity problems exist....................................................3
D) Things to look out for that might cause issues. ............................................................................3
E) Local IT/Engineering gets involved for the following troubleshooting.........................................3
TOOLS........................................................................................................................................................4
Basic Windows Performance Tools Detailed Usage .............................................................................4
Task Manager/Resource Monitor.........................................................................................................5
Resource Monitor .................................................................................................................................6
PERFMON: Dynamic and long term resource viewing and collecting................................................7
RealTemp …. Looking for hot systems ................................................................................................9
GPUZ a look at your video subsystem...................................................................................................9
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
VMS Troubleshooting Questions
Typical DSS system view:
A) Basic
1. What is the problem environment...i.e....what is the server/client being asked to do and what is
it not doing?
 "Are you using the appliance for recording, viewing or both?"
o Note that large scale viewing on a recorder is not recommended.
 "What are you having trouble with…. recording, viewing or both?"
 Physical Environment (looking for Temperature, Humidity, Vibration, Dust) (RealTemp
log)
 Windows Software/Hardware environment (Task Manager and Resource View…. CPU,
Memory, HDD, Network…anything either pegged or zero?)
 If a RAID array is being used…is it in Writeback Always mode?
2. If you are having problems viewing video on a separate client / workstation
 How many simultaneous streams on the system?
 Live or Playback (Playback stresses server HDD whereas Live does not)
 Resolution & FPS total being attempted
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
 One Client machine or All Client machines (All suggests network issue or underspec’d
system)
3. If application is crashing,
 Look at GPU utilization and memory utilization (GPUZ is a great tool for monitoring this)
*note some Client application use hardware resources differently
 Where is the application memory at the time of the crash (use Task Manager-Resource
view)
B) System Topology Information
1. How many NICs are being utilized
2. NIC bandwidth (BW) =? (Resource Monitor)
3. Network Topology =? (Subnet usage important) i.e. the recorder is on separate subnet from the
client viewing application, are they sharing BW with Corporate data?
4. Storage BW =? (Only for a Server/Storage appliance) (Resource Monitor)
5. What VMS are you running? (VMSs do use resources differently)
6. What version are you on?
7. System hardware details = (BOM)
C) Questions if intermittent camera connectivity problems exist
1. Is one camera affected, some or all?
2. If all cameras, are they the same brand, make, model, and firmware version?
3. If ‘some’ then are they connected to a common device?
4. Using TCP or UDP for your RTSP stream? UDP will drop packets and frames, causing loss.
D) Things to look out for that might cause issues.
1) Is there other network traffic or is it closed for security only?
2) Are there windows updates and other utilities such as defrag, virus scan etc running on the
storage discs?
3) Is windows firewall on / off if their network policy allows for it to be off please turn it off
E) Local IT/Engineering gets involved for the following troubleshooting.
1. If some cameras, what's common, the switch? The network? The subnet?
 Good managed switches will give you statistics on dropped packets and other issues. I
would do that first before setting up NAGIOS or MRTG from scratch to troubleshoot.
Besides, those packages require switches to have that basic functionality anyway (sFlow
or SNMP) so look at the switch first!
2. Network cabling good? A bad cable causes issues.
3. If you rule out the network, then look at your storage and your hosts.
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
TOOLS
Here are a few tools that are easily used on a Windows system to aid in debugging.
A) Windows has Performance Monitor.
a. "Setup metrics on CPU, RAM, page faults, network statistics and I/O, disk stats and I/O,
disk queue depth, etc.
b. Monitor all statistics against known good numbers. " (see below)
B) Windows Event Logs.
a. Use the filtering option on the right to look for warnings/errors and critical events
C) Windows Task Manager which is a high level view of everything.
D) Storage logs.
a. Controller and disk failures can cause I/O to go crazy on those path's as rewrite
operations are sent out. This may bring down entire production critical systems on top-
tier storage arrays.
b. LSI RAID controllers have a ‘lsigetwin’ tool available for automatic dump of info.
E) File system integrity.
 How does SCANDISK come back? Bad records and bad allocation tables can do bad
things.
Basic Windows Performance Tools Detailed Usage
Here are details basic Windows tools that will help you determine how well your Windows PC is
performing.
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
Task Manager/Resource Monitor
Figure 1 What to open within Task Manager
How to get this:
Right Mouse Button on the Task Bar as shown below then pick Task Manager. An alternate method is
to use the Alt-Ctrl-Del combo and select it.
Figure 2 Using RMB to open Task Manager
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
Once Task Manager (TM) is opened, select the ‘Performance’ tab and also select ‘Resource Monitor’
which will open a new window of information as shown in Figure 1.
Take away from this window: A quick view of the CPU and Memory being used up shown by the yellow
square.
Any value greater than 70% should raise a flag.
Resource Monitor
The Resource Monitor window looks like this:
‘Click’ on the yellow highlighted items to expand each section.
Take away from this window:
This adds in information about the Storage (Hard Disks) and Network resources being used up.
Once again, you do not want to see a number higher than 70% for the Network.
For the Storage, under the ‘Disk’ tab, you are verifying that the video is being written to the correct
array [‘File’ column] and that the ‘Queue Length’ [red square] is not very large (single digits…preferably
less than one) as shown in Figure 3.
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
Figure 3 Storage Resource tab
If the resource usage of all these elements is less than 70%, then it is possible to give the system more
work to do.
PERFMON: Dynamic and long term resource viewing and collecting.
Create a User Defined data collector set as follows:
1) Start typing ‘performance’ in the Win7 command line and select Performance Monitor (perfmon on
other versions)
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
2) To collect the information in real time, add the counters under Performance->Monitoring Tools-
>Performance Monitor. Save this resulting setup file in the documents dir for easy recall later
(RMB…. Save Settings).
View of ‘add counters’ and the order of use pic:
(a) Step 3 is scroll to desired counter
(b) Step 4 is select counter
(c) Step 5 is expand counter list
(d) Step 6 is select desired counters
(e) Step 7 adds them to the list
Add these counters :
b) From each archiving LogicalDisk
i) Disk Read Bytes/sec for the drive where the live/archived video are stored
ii) Disk Write Bytes/sec for the drive where the live/archived video are stored
iii) Avg. Disk Queue Length for the drive where the live/archived video are stored (IMPORTANT)
iv) Current Disk Queue length for the drive where the live/archived video are stored
(IMPORTANT)
v) Disk Writes/sec for the drive where the live/archived video are stored
c) From Network Interface <select the NICs you are using>
i) Bytes Received/sec
ii) Bytes Sent/sec
iii) Bytes Total/sec
iv) Packets Received Errors
v) Packets Received Discarded
d) From Processor
i) %Processor Time for the _Total and all logical processor instances
e) From Memory
i) Pages/sec
ii) Available Mbytes (lets you discover memory leaks)
3) On Performance Monitor (1 in pic above) do RMB then create Data Collector <<<< do this to record
a log file to review later or run over a long time >>>>
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >
4) Type a name such as XYZ Server Storage Certification
5) Browse for the path where you want to save the logs, then Finish
RealTemp …. Looking for hot systems
Activate the log file as shown….
The log file is RealTempLog.txt and stored where RealTemp is installed
GPUZ a look at your video subsystem
This tool tells us about the Video Card and will log the usage. Activate the logging.
Note that on systems with multiple Video sources (ie mobo and card), you need to select the one you
are using. This can be done dynamically.
Digital Video Surveillance Basic Troubleshooting Guide
Compliments of Seneca < http://www.senecadata.com >

Mais conteúdo relacionado

Mais procurados

Troubleshooting Fundamentals
Troubleshooting FundamentalsTroubleshooting Fundamentals
Troubleshooting Fundamentals
isma ishak
 
Computer maintenance work plan
Computer maintenance  work plan Computer maintenance  work plan
Computer maintenance work plan
gberk
 
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Symantec
 
Ch 2 maintenance and safety
Ch 2 maintenance and safetyCh 2 maintenance and safety
Ch 2 maintenance and safety
mekashaw tizazu
 

Mais procurados (20)

GUIDE HARDWARE AND SOFTWARE MAINTENANCE English
GUIDE HARDWARE AND SOFTWARE MAINTENANCE EnglishGUIDE HARDWARE AND SOFTWARE MAINTENANCE English
GUIDE HARDWARE AND SOFTWARE MAINTENANCE English
 
Ict 9 module 3, lesson 3 conducting test on the installed computer system
Ict 9 module 3, lesson 3 conducting test on the installed computer systemIct 9 module 3, lesson 3 conducting test on the installed computer system
Ict 9 module 3, lesson 3 conducting test on the installed computer system
 
Deploying Microsoft BitLocker
Deploying Microsoft BitLockerDeploying Microsoft BitLocker
Deploying Microsoft BitLocker
 
5 pc maintenance
5 pc maintenance5 pc maintenance
5 pc maintenance
 
Techno-Fest-15nov16
Techno-Fest-15nov16Techno-Fest-15nov16
Techno-Fest-15nov16
 
Pc Preventative Maintenance Checklist
Pc Preventative Maintenance ChecklistPc Preventative Maintenance Checklist
Pc Preventative Maintenance Checklist
 
Troubleshooting Fundamentals
Troubleshooting FundamentalsTroubleshooting Fundamentals
Troubleshooting Fundamentals
 
Computer maintenance work plan
Computer maintenance  work plan Computer maintenance  work plan
Computer maintenance work plan
 
Ict 9 module 3, lesson 2.4.2 installing operating system (windows 7)
Ict 9 module 3, lesson 2.4.2 installing operating system (windows 7)Ict 9 module 3, lesson 2.4.2 installing operating system (windows 7)
Ict 9 module 3, lesson 2.4.2 installing operating system (windows 7)
 
Ict 9 module 3, lesson 2.5 basic computer configuration setup
Ict 9 module 3, lesson 2.5 basic computer configuration setupIct 9 module 3, lesson 2.5 basic computer configuration setup
Ict 9 module 3, lesson 2.5 basic computer configuration setup
 
Ecc6 sr3 ora_win_instguide
Ecc6 sr3 ora_win_instguideEcc6 sr3 ora_win_instguide
Ecc6 sr3 ora_win_instguide
 
AltiGen Max In Sight Manual
AltiGen Max In Sight  ManualAltiGen Max In Sight  Manual
AltiGen Max In Sight Manual
 
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
 
Sop server cctv
Sop server cctvSop server cctv
Sop server cctv
 
Ch 2 maintenance and safety
Ch 2 maintenance and safetyCh 2 maintenance and safety
Ch 2 maintenance and safety
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
 
SPSS Statistics Concurrent License Administrator’s guide
SPSS Statistics Concurrent License Administrator’s guideSPSS Statistics Concurrent License Administrator’s guide
SPSS Statistics Concurrent License Administrator’s guide
 
Lesson 3.2
Lesson 3.2Lesson 3.2
Lesson 3.2
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
be_report - report
be_report - reportbe_report - report
be_report - report
 

Semelhante a VMS Troubleshooting Guide

ThermoSafety - software pro termovizní monitoring
ThermoSafety - software pro termovizní monitoringThermoSafety - software pro termovizní monitoring
ThermoSafety - software pro termovizní monitoring
Workswell s.r.o.
 
Lab #2 Managing Host Based Security Purpose To develop .docx
Lab #2  Managing Host Based Security Purpose To develop .docxLab #2  Managing Host Based Security Purpose To develop .docx
Lab #2 Managing Host Based Security Purpose To develop .docx
smile790243
 
Openmic crash,hang,monitoring
Openmic crash,hang,monitoringOpenmic crash,hang,monitoring
Openmic crash,hang,monitoring
Hansraj Mali
 
System Client Details
System Client DetailsSystem Client Details
System Client Details
SyAM Software
 
Application Of A Server Hardening Essay
Application Of A Server Hardening EssayApplication Of A Server Hardening Essay
Application Of A Server Hardening Essay
Winstina Kennedy
 
[White paper] detecting problems in industrial networks though continuous mon...
[White paper] detecting problems in industrial networks though continuous mon...[White paper] detecting problems in industrial networks though continuous mon...
[White paper] detecting problems in industrial networks though continuous mon...
TI Safe
 

Semelhante a VMS Troubleshooting Guide (20)

Agentless System Crawler - InterConnect 2016
Agentless System Crawler - InterConnect 2016Agentless System Crawler - InterConnect 2016
Agentless System Crawler - InterConnect 2016
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guide
 
Merged document
Merged documentMerged document
Merged document
 
13 information system audit of banks
13 information system audit of banks13 information system audit of banks
13 information system audit of banks
 
ThermoSafety - software pro termovizní monitoring
ThermoSafety - software pro termovizní monitoringThermoSafety - software pro termovizní monitoring
ThermoSafety - software pro termovizní monitoring
 
Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013
 
ATS SmartFR
ATS SmartFRATS SmartFR
ATS SmartFR
 
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
 
Lab #2 Managing Host Based Security Purpose To develop .docx
Lab #2  Managing Host Based Security Purpose To develop .docxLab #2  Managing Host Based Security Purpose To develop .docx
Lab #2 Managing Host Based Security Purpose To develop .docx
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
 
Openmic crash,hang,monitoring
Openmic crash,hang,monitoringOpenmic crash,hang,monitoring
Openmic crash,hang,monitoring
 
Introduction to embedded system
Introduction to embedded systemIntroduction to embedded system
Introduction to embedded system
 
WebSphere Technical University: Top WebSphere Problem Determination Features
WebSphere Technical University: Top WebSphere Problem Determination FeaturesWebSphere Technical University: Top WebSphere Problem Determination Features
WebSphere Technical University: Top WebSphere Problem Determination Features
 
Web sphere application server performance tuning workshop
Web sphere application server performance tuning workshopWeb sphere application server performance tuning workshop
Web sphere application server performance tuning workshop
 
Security Grade Servers and Storage - Quantifying Value
Security Grade Servers and Storage - Quantifying ValueSecurity Grade Servers and Storage - Quantifying Value
Security Grade Servers and Storage - Quantifying Value
 
Why Security-Grade Servers and Storage?
Why Security-Grade Servers and Storage?Why Security-Grade Servers and Storage?
Why Security-Grade Servers and Storage?
 
Your notes DNA
Your notes DNAYour notes DNA
Your notes DNA
 
System Client Details
System Client DetailsSystem Client Details
System Client Details
 
Application Of A Server Hardening Essay
Application Of A Server Hardening EssayApplication Of A Server Hardening Essay
Application Of A Server Hardening Essay
 
[White paper] detecting problems in industrial networks though continuous mon...
[White paper] detecting problems in industrial networks though continuous mon...[White paper] detecting problems in industrial networks though continuous mon...
[White paper] detecting problems in industrial networks though continuous mon...
 

VMS Troubleshooting Guide

  • 1. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > Contents VMS Troubleshooting Questions ..............................................................................................................2 Typical DSS system view .......................................................................................................................2 A) Basic ..............................................................................................................................................2 B) System Topology Information.......................................................................................................3 C) Questions if intermittent camera connectivity problems exist....................................................3 D) Things to look out for that might cause issues. ............................................................................3 E) Local IT/Engineering gets involved for the following troubleshooting.........................................3 TOOLS........................................................................................................................................................4 Basic Windows Performance Tools Detailed Usage .............................................................................4 Task Manager/Resource Monitor.........................................................................................................5 Resource Monitor .................................................................................................................................6 PERFMON: Dynamic and long term resource viewing and collecting................................................7 RealTemp …. Looking for hot systems ................................................................................................9 GPUZ a look at your video subsystem...................................................................................................9
  • 2. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > VMS Troubleshooting Questions Typical DSS system view: A) Basic 1. What is the problem environment...i.e....what is the server/client being asked to do and what is it not doing?  "Are you using the appliance for recording, viewing or both?" o Note that large scale viewing on a recorder is not recommended.  "What are you having trouble with…. recording, viewing or both?"  Physical Environment (looking for Temperature, Humidity, Vibration, Dust) (RealTemp log)  Windows Software/Hardware environment (Task Manager and Resource View…. CPU, Memory, HDD, Network…anything either pegged or zero?)  If a RAID array is being used…is it in Writeback Always mode? 2. If you are having problems viewing video on a separate client / workstation  How many simultaneous streams on the system?  Live or Playback (Playback stresses server HDD whereas Live does not)  Resolution & FPS total being attempted
  • 3. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com >  One Client machine or All Client machines (All suggests network issue or underspec’d system) 3. If application is crashing,  Look at GPU utilization and memory utilization (GPUZ is a great tool for monitoring this) *note some Client application use hardware resources differently  Where is the application memory at the time of the crash (use Task Manager-Resource view) B) System Topology Information 1. How many NICs are being utilized 2. NIC bandwidth (BW) =? (Resource Monitor) 3. Network Topology =? (Subnet usage important) i.e. the recorder is on separate subnet from the client viewing application, are they sharing BW with Corporate data? 4. Storage BW =? (Only for a Server/Storage appliance) (Resource Monitor) 5. What VMS are you running? (VMSs do use resources differently) 6. What version are you on? 7. System hardware details = (BOM) C) Questions if intermittent camera connectivity problems exist 1. Is one camera affected, some or all? 2. If all cameras, are they the same brand, make, model, and firmware version? 3. If ‘some’ then are they connected to a common device? 4. Using TCP or UDP for your RTSP stream? UDP will drop packets and frames, causing loss. D) Things to look out for that might cause issues. 1) Is there other network traffic or is it closed for security only? 2) Are there windows updates and other utilities such as defrag, virus scan etc running on the storage discs? 3) Is windows firewall on / off if their network policy allows for it to be off please turn it off E) Local IT/Engineering gets involved for the following troubleshooting. 1. If some cameras, what's common, the switch? The network? The subnet?  Good managed switches will give you statistics on dropped packets and other issues. I would do that first before setting up NAGIOS or MRTG from scratch to troubleshoot. Besides, those packages require switches to have that basic functionality anyway (sFlow or SNMP) so look at the switch first! 2. Network cabling good? A bad cable causes issues. 3. If you rule out the network, then look at your storage and your hosts.
  • 4. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > TOOLS Here are a few tools that are easily used on a Windows system to aid in debugging. A) Windows has Performance Monitor. a. "Setup metrics on CPU, RAM, page faults, network statistics and I/O, disk stats and I/O, disk queue depth, etc. b. Monitor all statistics against known good numbers. " (see below) B) Windows Event Logs. a. Use the filtering option on the right to look for warnings/errors and critical events C) Windows Task Manager which is a high level view of everything. D) Storage logs. a. Controller and disk failures can cause I/O to go crazy on those path's as rewrite operations are sent out. This may bring down entire production critical systems on top- tier storage arrays. b. LSI RAID controllers have a ‘lsigetwin’ tool available for automatic dump of info. E) File system integrity.  How does SCANDISK come back? Bad records and bad allocation tables can do bad things. Basic Windows Performance Tools Detailed Usage Here are details basic Windows tools that will help you determine how well your Windows PC is performing.
  • 5. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > Task Manager/Resource Monitor Figure 1 What to open within Task Manager How to get this: Right Mouse Button on the Task Bar as shown below then pick Task Manager. An alternate method is to use the Alt-Ctrl-Del combo and select it. Figure 2 Using RMB to open Task Manager
  • 6. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > Once Task Manager (TM) is opened, select the ‘Performance’ tab and also select ‘Resource Monitor’ which will open a new window of information as shown in Figure 1. Take away from this window: A quick view of the CPU and Memory being used up shown by the yellow square. Any value greater than 70% should raise a flag. Resource Monitor The Resource Monitor window looks like this: ‘Click’ on the yellow highlighted items to expand each section. Take away from this window: This adds in information about the Storage (Hard Disks) and Network resources being used up. Once again, you do not want to see a number higher than 70% for the Network. For the Storage, under the ‘Disk’ tab, you are verifying that the video is being written to the correct array [‘File’ column] and that the ‘Queue Length’ [red square] is not very large (single digits…preferably less than one) as shown in Figure 3.
  • 7. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > Figure 3 Storage Resource tab If the resource usage of all these elements is less than 70%, then it is possible to give the system more work to do. PERFMON: Dynamic and long term resource viewing and collecting. Create a User Defined data collector set as follows: 1) Start typing ‘performance’ in the Win7 command line and select Performance Monitor (perfmon on other versions)
  • 8. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > 2) To collect the information in real time, add the counters under Performance->Monitoring Tools- >Performance Monitor. Save this resulting setup file in the documents dir for easy recall later (RMB…. Save Settings). View of ‘add counters’ and the order of use pic: (a) Step 3 is scroll to desired counter (b) Step 4 is select counter (c) Step 5 is expand counter list (d) Step 6 is select desired counters (e) Step 7 adds them to the list Add these counters : b) From each archiving LogicalDisk i) Disk Read Bytes/sec for the drive where the live/archived video are stored ii) Disk Write Bytes/sec for the drive where the live/archived video are stored iii) Avg. Disk Queue Length for the drive where the live/archived video are stored (IMPORTANT) iv) Current Disk Queue length for the drive where the live/archived video are stored (IMPORTANT) v) Disk Writes/sec for the drive where the live/archived video are stored c) From Network Interface <select the NICs you are using> i) Bytes Received/sec ii) Bytes Sent/sec iii) Bytes Total/sec iv) Packets Received Errors v) Packets Received Discarded d) From Processor i) %Processor Time for the _Total and all logical processor instances e) From Memory i) Pages/sec ii) Available Mbytes (lets you discover memory leaks) 3) On Performance Monitor (1 in pic above) do RMB then create Data Collector <<<< do this to record a log file to review later or run over a long time >>>>
  • 9. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com > 4) Type a name such as XYZ Server Storage Certification 5) Browse for the path where you want to save the logs, then Finish RealTemp …. Looking for hot systems Activate the log file as shown…. The log file is RealTempLog.txt and stored where RealTemp is installed GPUZ a look at your video subsystem This tool tells us about the Video Card and will log the usage. Activate the logging. Note that on systems with multiple Video sources (ie mobo and card), you need to select the one you are using. This can be done dynamically.
  • 10. Digital Video Surveillance Basic Troubleshooting Guide Compliments of Seneca < http://www.senecadata.com >