iiRecord
Agentic AI Atlas · Artillery
tool:artillerya5c.ai
II.
Tool JSON

tool:artillery

Structured · live

Artillery json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-testing-frontend-aiml.yamlCluster · domain
Record JSON
{
  "id": "tool:artillery",
  "_kind": "Tool",
  "_file": "domain/tools/tools-testing-frontend-aiml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Artillery",
    "homepageUrl": "https://www.artillery.io",
    "kind": "test-runner",
    "description": "Modern, developer-friendly load-testing and smoke-testing toolkit for\nHTTP, WebSocket, Socket.io, and gRPC endpoints. Test scenarios are\ndeclared in YAML with JavaScript hooks for custom logic. Artillery Cloud\nprovides distributed execution and trend dashboards.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:artillery",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:artillery",
      "to": "skill-area:performance-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:artillery",
      "to": "skill-area:api-testing",
      "kind": "used_for"
    },
    {
      "from": "tool:artillery",
      "to": "tool:k6",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Load testing — Artillery uses YAML scenarios; k6 uses JavaScript scripts"
      }
    },
    {
      "from": "tool:artillery",
      "to": "tool:locust",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Load testing — Artillery uses YAML scenarios; Locust uses Python code"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:k6",
      "to": "tool:artillery",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Load testing — k6 uses JavaScript scripts; Artillery uses YAML scenarios"
      }
    },
    {
      "from": "tool:locust",
      "to": "tool:artillery",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Load testing — Locust uses Python code; Artillery uses YAML scenarios"
      }
    }
  ]
}