Hi, I am using the version PBS Verion 14.1.0. My question is if statistical evaluation is possible for the queuing system (i.e. number of compute cores per user, etc …) ? Are the histories data in readable format to be processed with scripts?
All the jobs accounting is stored in a text file. Every day an accounting file is created in this format YYYYMMDD .
The location of accounting data is $PBS_HOME/server_priv/accounting ( source /etc/pbs.conf first, if you are unaware of the PBS_HOME location )
My question is if statistical evaluation is possible for the queuing system (i.e. number of compute cores per user, etc …) ?
[Answer]: Yes, you need to parse the accounting logs and stored it in a format readable by the Statistical software and take it from there .