# pmm-demo **Repository Path**: mirrors_percona/pmm-demo ## Basic Information - **Project Name**: pmm-demo - **Description**: Benchmark and sysload generators for pmmdemo.percona.com. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pmm-demo Benchmark and sysload generators for pmmdemo.percona.com. ## Usage ``` cd pmm-demo mysql < grants.sql mysql < db_generate/create_dbs.sql for file in `ls db_generate`; do sh ${file} done ``` There is a directory per host which you should launch all scripts from a screen session locally: ``` screen -S pmm-demo sh start_all.sh ``` Created by @PeterZaitsev and added by @michaelcoburn