On Wed, Dec 07 2016, Olausson, Bjoern wrote: > Hello FIO users, > > I have to run some benchmarks on multiple Windows Server 2012 Build > 9200 clients. > > When I start fio as server on the windows machines everything looks > fine until I commence the benchmark, I get the following output: > > > PS C:\Program Files\fio> .\fio.exe --server > fio: server listening on 0.0.0.0,8765 > fork is not implemented > waitpid is not implemented > fio: waitpid: Function not implemented > waitpid is not implemented > fio: waitpid: Function not implemented Windows doesn't support fork(), and the fio server implementation was written to use processes. It could be made threaded instead and switched to that, in which case it would work. But it would require a fair amount of work... -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html