Zoxc / crusader

A network bandwidth and latency tester.
Apache License 2.0
95 stars 8 forks source link

Support specifying plot title #12

Open adworacz opened 10 months ago

adworacz commented 10 months ago

Thank you for this awesome tool!

Would it be possible to support specifying a plot title? Primary use case being to easily differentiate between changes in wireless or router settings between test runs. Sure we can use different file names, but if we upload results to something like the OpenWRT forums, the filename is effectively lost and the exact settings used aren't communicated on the actual graph.

This feature would match flent's current capability as well.

mcuee commented 3 months ago

Indeed this can be a useful feature.

Zoxc commented 3 months ago

I have added this option to the CLI at least.

mcuee commented 3 months ago

I have added this option to the CLI at least.

Yes, that is correct. The GUI version does not seem to have this option.

PS C:\work\speedtest\crusader-x86_64-pc-windows-msvc> .\crusader.exe help plot
crusader.exe-plot

USAGE:
    crusader.exe plot [OPTIONS] <DATA>

ARGS:
    <DATA>

OPTIONS:
    -h, --help                         Print help information
        --plot-height <PLOT_HEIGHT>
        --plot-split-bandwidth
        --plot-title <PLOT_TITLE>
        --plot-transferred
        --plot-width <PLOT_WIDTH>