Does GeoServer WPS has logging for returning a response to the client? We are
trying to do a timing study to determine the length of time it takes for a
GeoServer WPS to get a request and send a response. I turned the logging up to
TRACE but I don't see when Geoserver returns a response. We are using version
2.2.4
I see you add an execution id to the wps
22:26:09,111 DEBUG [org.geoserver.wps.resource] (ajp--0.0.0.0-8209-32)
Associating process with execution id: 65081bd3-6881-4e7a-a637-be7ed5185638
And then I found the WPSResourceManager.finished(execution id) method
public void finished(String executionId) {
// cleanup the thread local, in case it has any id in it
this.executionId.remove();
// cleanup the temporary resources
cleanProcess(executionId);
// mark the process as complete
resourceCache.get(executionId).completionTime =
System.currentTimeMillis();
}
Is there any way we can get the completionTime?
Thanks
Dominique Bessette
Engineer, Software
General Dynamics Information Technology
Supporting Fleet Numerical Meteorology and Oceanography Center (FNMOC)
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel