http:\/\/randall:6080\/arcgis\/rest\/services\/usa\/MapServer\/0\/query?where=\n&text=&objectIds=&time=&geometry=-119.78861600000%2C35.30318900030\n&geometryType=esriGeometryPoint&inSR=4269&spatialRel=esriSpatialRel\nIntersects&relationParam=&outFields=*&returnGeometry=true&maxAllowable\nOffset=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields\n=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false\n&f=pjson<\/PRE>En esta URL estoy emitiendo una consulta a la capa '0' en un servicio llamado 'usa' servido desde el puerto 6080 en una mddquina llamada 'randall'.No estoy usando operadores SQL reales (la cldusula where), ni estoy buscando un atributo especdfico (text). No me importa el ID del objeto ni el elemento tiempo. Me importa la geometrda donde se especifican mis valores XY. De hecho los dsnicos elementos que me importan en esta prueba son la referencia espacial (4326), la relacidd espacial (intersecciudn), los campos devueltos (* ya que quiero todos), y estoy enviando la geometrda como punto. Finalmente para esta prueba me gustardda que el servidor responda a las solicitudes enviadas en formato JSON. Con eso en mente puedo truncar un poco la URL que analizardd para hacer mds manejable configurar la prueba con JMeter:http:\/localhost:6080\/ArcGIS\/rest\/services\/usa\/MapServer\/0\/query?&geometry\n=-149.54518800000%2C70.42196900010&geometryType=esriGeometryPoint&inSR=4269\n&spatialRel=esriSpatialRelIntersects&returnCountOnly=false&returnIdsOnly=\nfalse&returnGeometry=true&outFields=*&f=json<\/PRE>Una vez recopilados estos valores predeterminados los pongo como entradas en mi proyecto JMeter:
This is exactly the tool (also SoapUI) that we are using now to load test and debug some datastore crashes we are experiencing.
See related article:
https://community.esri.com/groups/technical-support/blog/2017/01/11/gauging-arcgis-gis-server-performance-with-integrated-windows-authentication
Also, another tool that we use in case of a request failure:
https://community.esri.com/groups/technical-support/blog/2018/06/07/monitoring-web-service-requests-using-fiddler
Also, Chrome Dev Tools>Network>export Har
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.