Replies: 3 comments 4 replies
-
You can run fio in the background by placing an ampersand at the end of the command. You will see the process' PID. if you want to query the status of the job send the USR1 singnal to the fio process with
|
Beta Was this translation helpful? Give feedback.
-
Every time you run |
Beta Was this translation helpful? Give feedback.
-
Having multiple jobs shouldn't affect this feature. I ran this in one window:
Then in another window I ran:
And then I saw a full output dump in the original window. |
Beta Was this translation helpful? Give feedback.
-
We have an exerciser we use, where we start up a daemon or server.
We the issue a command to the server to start up a specific workload from a script and the call to start the workload returns right away,
We can query status to the server, both general run status and then also more detailed status on reads/writes,etc
We can then issue a shutdown to stop the workload
This is helpful since I can run a script that will issue the command to start the exer and then loop waiting a specific time, while also issuing downloads and other commands to the drives, checking the system for errors and requesting status from the running workload and when the desired time is hit, then end the workload.
I'm trying to accomplish the same thing with fio. If I use the client-server option, the client is hung while the workload it going.
Is what I'm asking currently possible or any suggestions?
Thanks
Tim
Beta Was this translation helpful? Give feedback.
All reactions