Skip to content
Snippets Groups Projects
  1. Oct 27, 2009
  2. Oct 26, 2009
  3. Oct 25, 2009
  4. Oct 24, 2009
    • Gerardo Ganis's avatar
      · 8523b482
      Gerardo Ganis authored
         Add argument 'cache=sz' to control the usage of the cache, e.g.
      
                runProof("eventproc(cache=0)")
      
         disables the cache.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30861 27541ba8-7e3a-0410-8455-c3a389f83636
      8523b482
    • Gerardo Ganis's avatar
      Fix a shadowed variable warning · 6595a8cb
      Gerardo Ganis authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@30860 27541ba8-7e3a-0410-8455-c3a389f83636
      6595a8cb
    • Gerardo Ganis's avatar
      · d683a981
      Gerardo Ganis authored
        Patch for improved performance monitoring. The 'Rate Plot' button in the progress
        dialog is renamed 'Performance plot' and shows up to 4 plots with the event/sec,
        the average read chunck size, the number of active workers and the number of active
        PROOF sessions on the cluster, all as a function of processing time.
      
        The read chunck size plot allows to monitor the usage of the cache.
      
        The istantaneous processing rate (event/sec) is now better estimate: a few issues
        with the normalizing times have ben solved, removing the artificial structures that
        were observed.
      
        The possibility to set a max packet time length is introduced (default 30 s); this
        can be changes with the parameter PROOF_MaxPacketTime.
        The size of the cache is also taken into account to optimize the use of the cache.
      
        The parameter PROOF_UseParallelUnzip has been introduced to toggle the use of the 
        parallel unzip (default off for now).
      
        A page describing the new performance plots is under preparation at 
                 http://root.cern.ch/drupal/content/progress-dialog
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30859 27541ba8-7e3a-0410-8455-c3a389f83636
      d683a981
    • Gerardo Ganis's avatar
      · b367cee5
      Gerardo Ganis authored
        Patch for improved performance monitoring: 
        Add propagation of number of sessions, number of active sessions, number of sessions
        sharing workers with a session.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30858 27541ba8-7e3a-0410-8455-c3a389f83636
      b367cee5
    • Gerardo Ganis's avatar
      · 51a42fcf
      Gerardo Ganis authored
        For PROOF tutorials:
        - add argument 'nwrk=N' to change the number of workers also on the fly, e.g.
               runProof("simple(nwrk=2)") 
        - add argument 'punzip' to enable parallel unzipping, e.g.
               runProof("eventproc(punzip)") 
        In the new PROOF tutorial "evenproc":
        - remove the need for the external file event-http.txt for the dataset creation
          (file names are generated on the fly)
        - read by default only the needed brabches; add option 'readall' to switch to full
          reading, e.g. runProof("eventproc(readall)")
        - add the possibility to change data source, e.g.
               runProof("eventproc(datasrc=root://lxfsrd0706.cern.ch//pool/event/http)")
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30857 27541ba8-7e3a-0410-8455-c3a389f83636
      51a42fcf
  5. Oct 23, 2009
  6. Oct 22, 2009
Loading