COLUMN | DATA TYPE | DESCRIPTION | EXAMPLE |
AT_DATE_ID | INTEGER | Date and Hour aggregate of all ftp transaction for a user/project for a dtn for the date and hour | 201801016 |
AT_START_HOUR | INTEGER | Date and Hour aggregate of all ftp transaction for a user/project for a dtn for the date and hour | 2 |
SOURCE_HOST_NAME | VARCHAR(60) | the dtn node name | miradtn01.pub.alcf.anl.gov |
PUT_FILE_SIZE_MB | Decimal(28,4) | Total size of all put transactions for a user/project for a dtn for the date and hour | 373248.13 |
GET_FILE_SIZE_MB | Decimal(28,4) | Total size of all get transactions for a user/project for a dtn for the date and hour | 55964.28 |
TOTAL_FILE_SIZE_MB | Decimal(28,4) | Total size of all transactions for a user/project for a dtn for the date and hour | 429212.41 |
USERNAME_GENID | INTEGER | An integer representing the username to keep the data anonymous. | 123456789123 |
PROJECT_NAME_GENID | INTEGER | An integer representing the project name to keep the data anonymous. | 123456789123 |
IS_GRIDFTP | INTEGER | If 1, the data is from gridftp transactions | 1 |
IS_HPSS | INTEGER | If 1, the data is from direct transfers to/from the HPSS tape archive | 0 |