Wednesday, July 1, 2015

Stress Tool in Linux

@ Install
  # ./configure && make && sudo make install


@ Usage
  You can see the program's usage statement by invoking it with --help.
  A typical invocation is:
  # stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s

  A user manual is available:
  # info stress

  The project home page is:
  http://weather.ou.edu/~apw/projects/stress/ ( currently not exist... )
  -> http://people.seas.harvard.edu/~apw/stress/

@Reference
  http://www.cyberciti.biz/faq/stress-test-linux-unix-server-with-stress-ng/


No comments:

Post a Comment