Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
centminmod committed Sep 17, 2014
1 parent 7bca6af commit bc2a27d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,9 @@ To run script locally in SSH window as root user type:
If you don't want SSH session's connection drop out to abort your benchmark run you can run the script via screen window by installing screen via YUM and then launch centminmodbench.sh via screen

yum -y install screen
screen -S bench /root/tools/centminmodbench.sh
screen -dmS bench
screen -r bench
/root/tools/centminmodbench.sh

If your SSH session drops out, the script is still running via the screen session called bench. You can use this command to view available sessions:

Expand Down

0 comments on commit bc2a27d

Please sign in to comment.