Skip to content

Fortio output slightly different than the real fortio #422

@howardjohn

Description

@howardjohn
# cat /tmp/results/nighthawk |jq '.RetCodes'
{
  "200": "49988"
}
# cat /tmp/results/fortio  |jq '.RetCodes'
{
  "200": 50000
}

You can see in fortio the value is a number but in nighthawk a string

Versions:

FROM envoyproxy/nighthawk-dev:c3d7b475ddaafbe93b8223b84281463e3d3834a1 as nighthawk
FROM fortio/fortio:1.6.3 as fortio

Fortio command with -json <path>, nighthawk with --output-format fortio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions