From bc2a27da40d0fda24d5ebdb9fe111bbe910f7953 Mon Sep 17 00:00:00 2001 From: George Liu Date: Wed, 17 Sep 2014 11:40:22 +1000 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff5621..80ecacd 100644 --- a/README.md +++ b/README.md @@ -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: