All of lore.kernel.org
 help / color / mirror / Atom feed
* some performance issue
@ 2013-02-01 20:20 sheng qiu
  2013-02-01 21:10 ` Mark Nelson
  0 siblings, 1 reply; 6+ messages in thread
From: sheng qiu @ 2013-02-01 20:20 UTC (permalink / raw)
  To: ceph-devel

Hi,

i did one experiment which gives some interesting result.

i create two OSD (ext4), each is a SSD attached on the same PC. i also
configure one monitor and one mds on that PC.
so generally, my OSDs, monitor and mds locate on the same node.

i set up the ceph service and mount the ceph also on a local directory
on that PC. so client, OSDs, monitor and mds all on the same node.
i suppose this will exclude the network communication cost.

i run fio benchmark which create one 10GB file (larger than main
memory) on the ceph mount point. it perform sequential read/write and
random read/write on the file, and generate the throughput result.

next i umount the ceph and stop ceph service. i create ext4 on the
same SSD that used as OSD before. then run the same workloads and get
the throughput result.

here are the results:

(throughput kb/s)Seq-read	Rand-read	Seq-write	Rand-write
ceph	                 7378	4740	           790	1211
ext4	                 58260	17334	 54697	34257

as you see, the ceph has huge performance down, even monitor, mds,
client and osds locate on the same physical machine.
another interesting thing is the seq-write has lower throughput
compared with random-write under ceph. not quite clear....

does anyone have idea about why ceph has that performance down?

Thanks,
Sheng


-- 
Sheng Qiu
Texas A & M University
Room 332B Wisenbaker
email: herbert1984106@gmail.com
College Station, TX 77843-3259

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-04 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 20:20 some performance issue sheng qiu
2013-02-01 21:10 ` Mark Nelson
2013-02-04 15:36   ` sheng qiu
2013-02-04 16:52     ` Chen, Xiaoxi
2013-02-04 17:15       ` sheng qiu
2013-02-04 17:29         ` Mark Kampe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.