Anonymized data from the RISE Luleå data center in the time period March 18 - June 2 2020. The data consists of three main folders,
Data from the nodes in the Kubernetes cluster.
node_total_cpu_secondsis the metric for the node CPU usage inseconds. Each node has 24 cores, andnode_total_cpu_seconds = 1signifies that the node is seeing CPU utilization equivalent to one of its cores operating at 100%.node_total_memory_bytesis the metric for the node RAM memory usage inBytes.node_total_read_bytesis the metric for the node file system reads inBytes.node_total_write_bytesis the metric for the node file system reads inBytes.node_total_receive_bytesis the metric for the node network receive inBytes.node_total_transmit_bytesis the metric for the node network transmit inBytes.node_poweris the node energy consumption inWhtimestampis the UNIX timestamp of the data pointnodeis an anonymized index of the node
Data from the individual containers running in the Kubernetes cluster.
container_cpu_secondsis the metric for the container CPU usage inseconds. Each node has 24 cores, andcontainer_cpu_seconds = 1signifies that the container is seeing CPU utilization equivalent to one of the cores of its nodes operating at 100%.container_memory_bytesis the metric for the container RAM memory usage inBytes.container_read_bytesis the metric for the container file system reads inBytes.container_write_bytesis the metric for the container file system reads inBytes.node_poweris the node energy consumption inWhcontaineris an anonymized index of the containertimestampis the UNIX timestamp of the data pointnodeis an anonymized index of the node
Weather data from the weather station at Luleå Airport.
temperatureis the metric for the air temperature inCelsiustimestampis the UNIX timestamp of when the data was gathered (every 30 min)wind_speedis the metric for the wind speed inkm/hdesciptionis a text string describing the conditions (i.e.Sunny,Cloudyetc.)pressureis the metric for air pressure inhPAhumidityis the metric for air humidity inpercent