Bull GNU/Linux NFSv4 project

NFSv4 mount and export limits, part 3


Test


A simple test tool was written to test the maximal NFSv4 mount allowed and the maximum NFSv4 export a server can perform. It creates and exports a directory on a server and mounts it on the client. It repeats the operation up to 5000 time. Each export time is measured (from the client) and the resulting graph is displayed below
The previous tests shows a performance issue. A patch has been written. The patch changes the the simple chained list of exported directories into a hashed table. This test tries to measure the influence of the patch on export performance.


exportfs exportfs


  • First diagram : the same test is done with a the old version of export (based on lists) and the patched one (based on hash tables). Hashed table are clearly better than lists when number of export is less than 4600.
  • Second diagram. Apparent complexity of the patched exportfs is O(nē). Interpolated curb is t(n)=0.00000013*nē-0.00010104*n+0.44610214 (In blue)
  • Conclusion


    This patch enhance the performances of directories exports after the limit seen in the previous test. However performances are not good enought. The use of a larger hashed table may enhance performances.

    Software configuration


    hardware configuration


    (Client and Server)

    Tests summary
    This page is not displayed correctly? Please, use a browser written on this century

    Page maintained by: Vincent Roqueta
    Accessed times since its creation.
     
    Last update: 2005, September 06