Skip to content
forked from NCAR/lsfsql

Export job accounting data from IBM Platform LSF to CSV files for SQL import.

License

Notifications You must be signed in to change notification settings

tgeerdes/lsfsql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsfsql

Export job accounting data from IBM Platform LSF to CSV files for SQL import. The job data from LSF will have minimal transformations to ensure the CSV data is as close to the LSF format as possible to allow easy reference to LSF's offical documentation. This allows the job information to be processed and analysed by other (unrelated) tools. An example SQL database schema is provided for reference.

This tool uses the IBM Platform LSF 8 (or later) C API. You will need to have LSF installed and operational in order to use the LSF API.

Expected usage pattern:

  • Wait until LSF rolls lsb.acct file (optional)
  • Run lsfsql to dump LSF accounting data into CSV
  • Import CSV into SQL database
  • Analysis in SQL database of data

About

Export job accounting data from IBM Platform LSF to CSV files for SQL import.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.4%
  • Shell 10.0%
  • C 4.6%