How to measure the speed of data flowing through something like Read or Write?

For example, show the speed in real time at command line when generating a large test vector file.

If you're on Linux, you can use something like iotop to list disk I/O by process.

indicatif has Read and Write wrappers.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.