The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BenchmarkAnything::Storage::Frontend::HTTP::Controller::Search - BenchmarkAnything - REST API - data query

hello

Returns a hello answer. Mostly for self and unit testing.

Parameters:

listnames

Returns a list of available benchmark metric NAMEs.

Parameters:

  • pattern (STRING)

    If a pattern is provided it restricts the results. The pattern is used as SQL LIKE pattern, i.e., it allows to use % as wildcards.

listkeys

Returns a list of additional key names.

Parameters:

  • pattern (STRING)

    If a pattern is provided it restricts the results. The pattern is used as SQL LIKE pattern, i.e., it allows to use % as wildcards.

stats

Returns a hash with info about the storage, like how many data points, how many metrics, how many additional keys, are stored.

Parameters: none

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Steffen Schwigon.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.