• use DBCC SHOWCONTIG(tablename) WITH FAST .

    This will not lock the table while execution and also gives you results quicker(in seconds).

    Then check logical scan fragmentation .It should be less than 1% for an index which was just rebuilt.