Home > Storage > ObjectScale and ECS > Industry Solutions and Verticals > Dell ECS: Using Veritas Enterprise Vault > DebugView
The ECS Streamer driver publishes debug information that is not typically viewable. With the Microsoft DebugView utility, administrators can view and log debug information that all applications write.
Download DebugView from https://docs.microsoft.com/en-us/sysinternals/downloads/debugview.
Run DebugView as administrator.
When running DebugView, ensure that Capture Win32 and Capture Global Win32 are selected.
If you repeat a partition properties test specifying ;LB=true, the DebugView window will show the following output:
00140407 10:34:52 AM [9392] IP list coming in Init...prior to any possible client side load balancing
00140408 10:34:52 AM [9392] 10.246.22.187
Enable more debugging output by running the Enterprise Vault dtrace.exe utility from the Enterprise Vault product installation directory and running the following command:
set StorageManagement v y
If you repeat the same test on the ECS partition, you will get a more detailed debug output.
00140427 10:35:31 AM [9392] IP list coming in Init...prior to any possible client side load balancing
00140428 10:35:31 AM [9392] 10.246.22.187
00140429 10:35:31 AM [9392] [TID:9412] EVStreamer: DataNodeEndpointS3 for evtestbckt1 success
00140430 10:35:31 AM [9392] [TID:9412] EVStreamer: setting endpoints for client side load balancing
00140431 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.191
00140432 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.190
00140433 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.194
00140434 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.189
00140435 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.192
00140436 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.188
00140437 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.193
00140438 10:35:31 AM [9392] [TID:9412] EVStreamer: client side load balancing: set address = 10.246.22.187
00140439 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Init checking if the bucket has search metadata fields enabled
00140440 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Init does not seem to be search meta but no error
00140441 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Init Exiting with HRESULT 0x0
00140442 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Test Entry
00140443 10:35:31 AM [9392] [TID:9412] EVStreamer: ReadProperties for evtestbckt1 success
00140444 10:35:31 AM [9392] [TID:9412] EVStreamer: property:sOwnerDisplayName
00140445 10:35:31 AM [9392] [TID:9412] EVStreamer: property:sOwnerID
00140446 10:35:31 AM [9392] [TID:9412] EVStreamer: property:sETag
00140447 10:35:31 AM [9392] [TID:9412] EVStreamer: ReadProperties have been logged
00140448 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Test Connectivity check is going to write a test object since replication check 2 is being used
00140449 10:35:31 AM [9392] [TID:9412] EVStreamer: Create object for evtestbckt1 success
00140450 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Test ConnectivityCheckWrite succeeded. About to try dtquery and delete it
00140451 10:35:31 AM [9392] [TID:9412] EVStreamer: dtquery returning false
00140452 10:35:31 AM [9392] [TID:9412] EVStreamer: CStreamerObject::Test Exiting with HRESULT 0x0
The output is displaying the ECS node IP addresses that it will use, and it will read the properties for the ECS bucket being used. It created and deleted a test object and checked the replication status of the test object. 9392 is the PID of the StorageManagement.exe process.