More verbose accounting data

hi everyone
i’m creating an accounting web interface on top of open pbs.
pbs doe not create usage data before job ends.is there any way to have updates on usage during the running faze of the job?

Hi duvayu

PBS does have usage data available regularly during its polling cycle. Thats what you see in qstat for example. Accounting info can best be extracted from a python interface to PBS. See my own web interface to PBS here: Released a small web app to show cluster status

Mike