Skip to content

Instantly share code, notes, and snippets.

@ton31337
Created September 20, 2016 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ton31337/b938186b2d14f6ebe0d7a6e48685081f to your computer and use it in GitHub Desktop.
Save ton31337/b938186b2d14f6ebe0d7a6e48685081f to your computer and use it in GitHub Desktop.
[root@us-imm-cephosd1 ~]# for j in `seq 0 11`; do ceph tell osd.$i bench ; done
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 224320537
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 129772313
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 155726150
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 201899732
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 124579003
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 155865742
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 215733977
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 125256062
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 157368856
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 205539682
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 124461578
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 154753968
}
[root@us-imm-cephosd2 ~]# for j in `seq 13 24`; do ceph tell osd.$i bench ; done
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 194006171
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 119488263
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 140485806
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 172711973
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 220308249
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 139745349
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 181168710
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 217743789
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 139559295
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 176933223
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 220873539
}
{
"bytes_written": 1073741824,
"blocksize": 4194304,
"bytes_per_sec": 139037529
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment