Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15718

lnet_selftest performance issues.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.16.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      High cpu usage seen while running a lnet_selftest with 3k-4k message size.
      based on perf top it cause a spin lock contention in some area - 60%-70% cpu time spent for spin lock.
      Looking a lnet selftest code founds an global spin lock protected whole work - new match bits allocation, stats, etc..
      let's replace this lock is with atomic counters. this is reduce a lock contention by two.
      second half separated by lnet resource and

      Attachments

        Activity

          People

            shadow Alexey Lyashkov
            shadow Alexey Lyashkov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: