Knowledge Base > Article [0067]

Troubleshooting - measuring code execution time

Access this URL https://localhost:8070/das5/logger.gsp on DualShield machine, it needs a client certificate to authenticate.

 

If you don't have any, you can just import any of pfx file in the folder C:\Program Files\Deepnet DualShield\certs, assume you know their password. By default, the password of mcs.pfx is "changeit". double click it to install it into personal store.

 

After certificate authentication, you see this page, enable the two highlighted items into Debug level,

After "Apply Changes", you expect to get the response.

The following Logger's were set to DEBUG level:

com.deepnet.das.timing.api
com.deepnet.das.timing.details

You do NOT need to restart DualShield server for these changes.

Do something with DualShield, for instance, authentication through agent, or some operation in DMC. Now You should see some timing logs in das5.log, for instance.

 

2013-10-23 16:48:16,509 [http-8070-4] DEBUG timing.api - licence/queryLicenceStats begin

2013-10-23 16:48:16,509 [http-8070-3] DEBUG timing.api - system/getInfo begin

2013-10-23 16:48:16,525 [http-8070-3] DEBUG timing.api - system/getInfo end: 16

2013-10-23 16:48:16,525 [http-8070-4] DEBUG timing.api - licence/queryLicenceStats end: 16

2013-10-23 16:48:16,525 [http-8070-12] DEBUG timing.api - user/search begin

2013-10-23 16:48:16,525 [http-8070-11] DEBUG timing.api - configuration/search begin

2013-10-23 16:48:16,572 [http-8070-11] DEBUG timing.api - configuration/search end: 47

2013-10-23 16:48:16,650 [http-8070-12] DEBUG timing.api - user/search end: 125