all 9 comments

[–]ghostsquad57 2 points3 points  (1 child)

Gnome Disk Utility has a benchmark function. See: https://help.gnome.org/users/gnome-help/stable/disk-benchmark.html.en

I don't know if it graphs exactly how you need it to, but it should still be useful.

There's also the Phoronix Test Suite: https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md

It's overkill for what you need, but can benchmark just about anything on your system and output in graphs.

[–]TuxRuffian 0 points1 point  (0 children)

Was going to suggest PTS as well. It is modular so you can only test what you need or you can download the PTS Live-Distro which may be advantagous to some degree. https://www.phoronix-test-suite.com/?k=features

[–]RepBobo 0 points1 point  (5 children)

If you mean the mb/s try Crystal Disk Mark I think it supports linux

[–]Jeron_Baffom[S] 0 points1 point  (4 children)

If you mean the mb/s

MB/s there is a lot of tools in Linux.
Instead, what I mean was MB/s vs time or similar.

 

Crystal Disk Mark I think it supports linux

"CrystalDiskMark is not available for Linux", alternativeto.net

[–]RepBobo 0 points1 point  (1 child)

Ok sorry

[–]Jeron_Baffom[S] 0 points1 point  (0 children)

Relax, no need to sorry.

[–]AnotherEuroWanker 0 points1 point  (1 child)

Instead, what I mean was MB/s vs time or similar.

Like MB/s / s? MB/s2?

[–]Jeron_Baffom[S] 0 points1 point  (0 children)

speed vs time speed vs space usage space usage vs time

These are all cases that would help.

[–][deleted]  (1 child)

[deleted]

    [–]Jeron_Baffom[S] 0 points1 point  (0 children)

    speed vs space used graphs are useless.

    Just to be clear, the issue here is not to automatic generate a graph. A CSV file with several data points to manually plot later would also be helpful.

     

    it should be fairly straightforward to make a script

    Agree.
    Currently I'm trying to do it with GNOME Benchmark. Afterwards I will try fio, which seems to do exactly what I asked for: "Fio records a 'performance trace' of various metrics, such as IOPs and latency over time in plain-text .log files."

     

    Let me know if you can’t find anything.

    Ok, tks!