Is there a logging level that would allow me to see API Request/Response timing.
I have a client applciation that makes request to Alfresco uisng the Alfresco API.
There are several network devices between the client and Alfresco (ex. Firewall, load balancer, etc..)
I am tryting to get the duration time of an API call in order to see if the problem is with Alfresco
or if I can eliminate Alfresco as the cause of the slowness issue.
You can try to add environment variables to start tomcat:
-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true -Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true -Dcom.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true
Or simply set up the Tomcat access log valve to include the request handling duration via the %D
/%F
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.