>> Any other options folks are using?  Perhaps a coin miner, video transcoder, 
>> or a raytracer?
> 
> You might look at:
> 
>    https://github.com/ColinIanKing/stress-ng
> 
> It builds with a simple "gmake" for me on OmniOS, at least.  There are
> some pretty extensive materials describing how to use it, as well as
> some basic examples, at:
> 
>    https://kernel.ubuntu.com/~cking/stress-ng/


Perfect!

And for anybody following along:

    # pkg install git
    # echo "140.82.114.3    github.com" >> /etc/hosts. # in case no resolv.conf
    # git clone https://github.com/ColinIanKing/stress-ng.git
    # cd stress-ng
    # pkg install illumos-tools # this is overkill, but I wanted to compile the 
kernel too…
    # pkg install gnu-make
    # gmake clean
    # gmake

At which point you can run commands like:

    # ./stress-ng --cpu 0 --timeout 5m


K.


------------------------------------------
illumos: illumos-discuss
Permalink: 
https://illumos.topicbox.com/groups/discuss/T77ee4c5e27e65251-M7fa76e2744e72c794f48a87c
Delivery options: https://illumos.topicbox.com/groups/discuss/subscription

Reply via email to