Changeset 264 for trunk/CHANGES


Ignore:
Timestamp:
11/05/10 09:08:25 (13 years ago)
Author:
bas
Message:

COPYING:

  • added GPL3 version

COPYING.LESSER:

  • renamed LICENSE.SARA

debian/copyright:

  • added some more info about the different licenses

src/PBSQuery.py:

  • some real code changes ;-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r262 r264  
    1 =========== 4.X.X
     1=========== 4.3.0
    22 * new_rack_pbsmon.py: For backward compatibility added -a/--all option.
    33   Has the same functionality as -s/--summary
    44   Author: Bas van der Vlies
     5
     6 * Added some license info to debian package and include GPL and LGPL 3.0
     7   files.
     8   Suggested by: W. Trevor King <wking at drexel dot edu>
     9
     10 * PBSQuery.py: Added support for new feature in node status field:
     11    * message=EVENT:<key=value:>+
     12    * message=ERROR <text>
     13
     14  Added the following syntax for node:
     15        * node['error']
     16        * node['event']
     17
     18  eg: node: n1
     19       state = free
     20       np = 8
     21       properties = ib,switch1,highmem
     22       ntype = cluster
     23       jobs = 0/567403.sara.nl, 1/567403.sara.nl
     24       status = ...,loadave=0.00,message=EVENT:sample.time=1288864220.003:cputotals.user=0:cputotals.nice=0:cputotals.sys=0:cputotals.wait=0:cputotals.irq=0:cputotals.soft=0:cputotals.steal=0:cputotals.idle=99:cputotals.systot=0:cputotals.usertot=0:nettotals.kbin=0:nettotals.pktin=1:nettotals.kbout=0:nettotals.pktout=0:lusclt.reads=0:lusclt.readkbs=0:lusclt.writes=0:lusclt.writekbs=0:lusclt.numfs=2:iconnect.kbin=0:iconnect.pktin=0:iconnect.kbout=0:iconnect.pktout=0,netload=3487600394,state=free,...
     25
     26  example code:
     27        p = PBSQuery()
     28        node = p.getnode(n1)
     29        print node.event['sample.time']
     30        print node['event']['sample.time']
     31
     32   Requested by: Roy Dragseth <roy dot dragseth add uit dotno>
     33   Author: Bas van der Vlies
     34
    535
    636=========== 4.2.0
Note: See TracChangeset for help on using the changeset viewer.