Skip to content

Instantly share code, notes, and snippets.

View liu-chunmei's full-sized avatar

Liu-Chunmei liu-chunmei

View GitHub Profile
This file has been truncated, but you can view the full file.
INFO 2022-09-14 15:10:29,541 [shard 0] objclass - <cls> ../src/cls/version/cls_version.cc:218: Loaded version class!
INFO 2022-09-14 15:10:29,542 [shard 0] objclass - <cls> ../src/cls/timeindex/cls_timeindex.cc:247: Loaded timeindex class!
WARN 2022-09-14 15:10:29,542 [shard 0] objclass - <cls> ../src/cls/sdk/cls_sdk.cc:120: loading cls_sdk
INFO 2022-09-14 15:10:29,542 [shard 0] objclass - <cls> ../src/cls/user/cls_user.cc:506: Loaded user class!
WARN 2022-09-14 15:10:29,542 [shard 0] objclass - <cls> ../src/cls/test_remote_reads/cls_test_remote_reads.cc:76: loading cls_test_remote_reads
WARN 2022-09-14 15:10:29,542 [shard 0] objclass - <cls> ../src/cls/hello/cls_hello.cc:316: loading cls_hello
INFO 2022-09-14 15:10:29,544 [shard 0] objclass - <cls> ../src/cls/cmpomap/server.cc:287: Loaded cmpomap class!
INFO 2022-09-14 15:10:29,546 [shard 0] objclass - <cls> ../src/cls/rgw/cls_rgw.cc:4566: Loaded rgw class!
INFO 2022-09-14 15:10:29,546 [shard 0] objclass - <cls> ../src/cls/cas/cls_cas.cc:211: Loaded
INFO 2022-09-15 20:24:18,064 [shard 0] osd - osd.2: now active
DEBUG 2022-09-15 20:24:18,064 [shard 0] osd - peering_event(id=33217, detail=PeeringEvent(from=1 pgid=1.0 sent=361 requested=361 evt=epoch_sent: 361 epoch_requested: 361 MLease epoch 361 from osd.1 pg_lease(ru 917.438476562s ub 925.438598633s int 16.000000000s))): got map 364, entering get_pg
DEBUG 2022-09-15 20:24:18,064 [shard 0] osd - peering_event(id=33217, detail=PeeringEvent(from=1 pgid=1.0 sent=361 requested=361 evt=epoch_sent: 361 epoch_requested: 361 MLease epoch 361 from osd.1 pg_lease(ru 917.438476562s ub 925.438598633s int 16.000000000s))): in get_pg
DEBUG 2022-09-15 20:24:18,064 [shard 0] osd - peering_event(id=33217, detail=PeeringEvent(from=1 pgid=1.0 sent=361 requested=361 evt=epoch_sent: 361 epoch_requested: 361 MLease epoch 361 from osd.1 pg_lease(ru 917.438476562s ub 925.438598633s int 16.000000000s))): can_create
DEBUG 2022-09-15 20:24:18,064 [shard 0] osd - peering_event(id=33217, detail=PeeringEvent(from=1 pgid=1.0 sent=361

fio: Rough perf testing of crimson-osd

Scenario

  • 4 KB random reads and writes with one fio instance and two job number
  • single OSD instance
  • deployed on purley server by vstart.sh
  • crimson-seastore

crimson profiling by fio metrics

Scenario

  • 4 KB fio test, total 10 round, each round 600s.
  • single OSD instance
  • deployed by vstart.sh
  • crimson-seastore
@liu-chunmei
liu-chunmei / metrics.md
Last active August 28, 2021 08:39
crimson-osd rados bench metrics

crimson profiling by rados bench metrics

Scenario

  • 4 KB rados bench test, total 10 round, each round 600s.
  • single OSD instance
  • deployed by vstart.sh
  • crimson-seastore
@liu-chunmei
liu-chunmei / fio.md
Last active August 31, 2021 02:16
fio test for crimson-osd

fio: Rough perf testing of crimson-osd with interruptable future and new lba tree

Scenario

  • 4 KB random reads and writes with one fio instance and two job number
  • single OSD instance
  • deployed on purley server by vstart.sh
  • crimson-seastore

with L_ADDR_MIN cache_hit_access_ratio_by_src with hint cache_hit_access_ratio_by_src

with L_ADDR_MIN cache_usage with hint cache_usage

fio: Rough perf testing of crimson-osd: ceph-osd

Scenario

  • 4 KB random reads and writes with one fio instance and two job number
  • single OSD instance
  • deployed on purley server by vstart.sh
  • crimson-seastore vs ceph-bluestore

fio configration

[global]
ioengine=nbd
uri=nbd+unix:///?socket=/tmp/store_nbd_socket.sock
rw=randrw
time_based
iodepth=16
size=500G
@liu-chunmei
liu-chunmei / seastore nbd test.md
Last active April 7, 2021 02:30
seastore_nbd test

fio: seastore nbd

Scenario

  • seastore transaction manager running as nbd server
  • fio nbd engine.

fio test result: (release version)