Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the scripts to execute TPCC parallely across multiple clients. #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psudheer21
Copy link
Contributor

Reviewers:
Mihnea

@@ -0,0 +1 @@
nohup sudo ssh -i /opt/yugabyte/data/keys/08c0ba0e-3558-40fc-94e5-a87a627de8c5/yb-15-aws-portal-1-key.pem -p 54422 -ostricthostkeychecking=no centos@$1 'sudo chmod +x ~/execute.sh; cd tpcc; ../execute.sh' > /tmp/$1_execute.txt &
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This opt/yugabyte/data/keys/08c0ba0e-3558-40fc-94e5-a87a627de8c5/yb-15-aws-portal-1-key.pem path will not always be the same right?
Can we make some of these stuffs for the run_execute, run_loader, and upload_scripts parametric, or maybe we can generate them too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -0,0 +1,44 @@
## Step 1. Create the Loader and execute scripts.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we name this Readme.md -- I think that is more standard and it works better with Github.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants