GET /api/v1/ports/autobench/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "autobench",
    "portdir": "www/autobench",
    "version": "2.1.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.xenoclast.org/autobench/",
    "description": "automatic webserver benchmark tool",
    "long_description": "Autobench is a simple Perl script for automating the process of benchmarking a web server (or for conducting a comparative test of two different web servers). The script is a wrapper around httperf. Autobench runs httperf a number of times against each host, increasing the number of requested connections per second on each iteration, and extracts the significant data from the httperf output, delivering a CSV or TSV format file which can be imported directly into a spreadsheet for analysis/graphing.",
    "active": true,
    "categories": [
        "www",
        "benchmarks"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gawk",
                "httperf"
            ]
        }
    ],
    "depends_on": []
}