{"id":22870941,"url":"https://github.com/percona-lab/sst-bench","last_synced_at":"2025-03-31T11:27:15.248Z","repository":{"id":68884191,"uuid":"80874927","full_name":"Percona-Lab/sst-bench","owner":"Percona-Lab","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-17T19:38:35.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-06T16:59:09.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Percona-Lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-03T22:30:20.000Z","updated_at":"2017-03-31T01:36:47.000Z","dependencies_parsed_at":"2023-04-01T09:35:25.461Z","dependency_job_id":null,"html_url":"https://github.com/Percona-Lab/sst-bench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fsst-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fsst-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fsst-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fsst-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Percona-Lab","download_url":"https://codeload.github.com/Percona-Lab/sst-bench/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460592,"owners_count":20781156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T13:16:39.274Z","updated_at":"2025-03-31T11:27:15.241Z","avatar_url":"https://github.com/Percona-Lab.png","language":"Shell","readme":"\u003cpre\u003e\nsst-bench: script to measure time of various data transfer methods used for SST in Percona XtraDB Cluster\u003cbr\u003e\n\n Usage: sst-bench.sh options\n\n --mode        script role: donor - push data to joiner, joiner - awating data from donor\u003cbr\u003e\n --sst-mode    sst-methods to test: xbackup, xbackup_enc, tar, rsync, rsync_improved\u003cbr\u003e\n --ssl         use ssl for network connections (defaul:0 \u003c0|1\u003e)\u003cbr\u003e\n --cipher      ssl cipher: DEFAULT, AES128, AES256, CHACHA20(for socat with openssl 1.1.0)\u003cbr\u003e\n --xb-enc-key  file with encryption key for xbackup_enc mode\u003cbr\u003e\n --aesni       AESNI enabled by default (defaul:1 \u003c0|1\u003e)\u003cbr\u003e\n\nIt's required to adjust environment variables in the begining of script before usage of the test.\n\nExample:\n\nArchiving datadir using tar and transfered it over SSL connection between donor and joiner hosts with AES128 cipher, support of AES-NI is disabled\n\n#joiner_host\u003e sst_bench.sh --mode=joiner --sst-mode=tar --cipher=AES128  --ssl=1 --aesni=0\n\nDisabling AES_NI\n/usr/bin/env OPENSSL_ia32cap=\"~0x200000200000000\" socat -u openssl-listen:20202,reuseaddr,cipher=AES128,cert=/home/alexeys/sst_certs/server-cert.pem,key=/home/alexeys/sst_certs/server-key.pem,cafile=/home/alexeys/sst_certs/ca.pem,verify=0 stdio | tar -C /data/test -xf -\n\n\n#donor_host\u003e  sst_bench.sh --mode=donor --sst-mode=tar --cipher=AES128  --ssl=1 --aesni=0\n\nDisabling AES_NI\ntime (cd  /data/test \u0026\u0026 /usr/bin/env OPENSSL_ia32cap=\"~0x200000200000000\" tar -cO *  | socat -u stdio  openssl-connect:172.16.0.4:20202,cipher=AES128,cert=/home/alexeys/sst_certs/server-cert.pem,key=/home/alexeys/sst_certs/server-key.pem,cafile=/home/alexeys/sst_certs/ca.pem,verify=0 )\n\n\u003c/pre\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona-lab%2Fsst-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpercona-lab%2Fsst-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona-lab%2Fsst-bench/lists"}