Learn R Programming

hpcwld (version 0.5)

HPC_KRC2: Workload data for High Performance Cluster of High Performance Data Center of Karelian Research Center, Russian Academy of Sciences.

Description

This is a complete data of the tasks which successfully finished executions at HPC of HPDC KRC RAS for time period 02/04/2011 to 16/04/2012, a total of 9389 tasks. The data contains interarrival times, service times, cores that tasks used, and delays excursed by tasks, all in seconds.

Usage

data(HPC_KRC2)

Arguments

Format

A data frame with 9389 observations on the following 3 variables.

interarrival

a numeric vector

service

a numeric vector

cores_used

a numeric vector

delays

a numeric vector

References

http://cluster.krc.karelia.ru

Examples

Run this code
# NOT RUN {
data(HPC_KRC2)
# }

Run the code above in your browser using DataLab