This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| ''' | |
| This script writes X MegaByte random data to 10 RADOS objects and read the data again afterwards | |
| It writes these statistics towards a Graphite server so you can see what the latency | |
| inside your cluster is for both Read and Write | |
| Author: Wido den Hollander <[email protected]> | |
| ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| ''' | |
| Simple Python script which endlessly keeps writing 100MB to a temp file. | |
| Used to demonstrate a Ceph cluster. This script runs inside a Virtual Machine (KVM) | |
| running on a RBD image on a Ceph cluster. | |
| The demo is to randomly pull out machines and show that the script can still write | |
| and read data. |
OlderNewer