Re: [lustre-discuss] How to find the performance degrade reason

2018-09-16 Thread Andreas Dilger
The "lfs getstripe /path/to/file" command will tell you which OSTs are used for each file. Different files will be allocated from different OSTs. By default, stipe_count = 1, so each file will be on a single OST. On Sep 16, 2018, at 03:05, Zeeshan Ali Shah wrote: > > Is it possible to know w

Re: [lustre-discuss] How to find the performance degrade reason

2018-09-16 Thread Zeeshan Ali Shah
Thanks Cameron , Is it possible to know which OST are actively in used for a client lets say during rsync copy . /Zee On Thu, Sep 13, 2018 at 2:17 AM Cameron Harr wrote: > I realize I didn't answer all the questions, so: > > 1) For a file-system-level view, we use ltop, a handy utility that

Re: [lustre-discuss] How to find the performance degrade reason

2018-09-12 Thread Cameron Harr
I realize I didn't answer all the questions, so: 1) For a file-system-level view, we use ltop, a handy utility that's in the LMT package (https://github.com/LLNL/lmt). If you want to pinpoint OST or MDT tests, you could lock a file/dir to a particular OST/MDT and then use 'zpool iostat ...' to

Re: [lustre-discuss] How to find the performance degrade reason

2018-09-12 Thread Cameron Harr
Use 'zpool iostat -v ...'. You can review the man page for lots of options, including latency statistics. Cameron On 09/10/2018 11:21 AM, Zeeshan Ali Shah wrote: Dear All, Suddenly our lustre installation become dead slow, copying data from local source to lustre result around 20MB/sec befo

[lustre-discuss] How to find the performance degrade reason

2018-09-10 Thread Zeeshan Ali Shah
Dear All, Suddenly our lustre installation become dead slow, copying data from local source to lustre result around 20MB/sec before it was above 600 MB. i checked zfs status -xv and (all pool healths are ok) 1) How to check which OSTs are involved during data write operation ? 2) How to check Me