-
Notifications
You must be signed in to change notification settings - Fork 1
/
log2.txt
30 lines (30 loc) · 1.05 KB
/
log2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
reading file /home/ubuntu/google_cluster_data/machine_events/part-00000-of-00001.csv.gz
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 25303 entries, 0 to 25302
Data columns (total 3 columns):
cpu_available 25303 non-null float64
mem_available 25303 non-null float64
time 25303 non-null int64
dtypes: float64(2), int64(1)
memory usage: 593.1 KB
None
reading file /home/ubuntu/google_cluster_data/machine_events/part-00000-of-00001.csv.gz
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 25062 entries, 0 to 25061
Data columns (total 3 columns):
cpu_available 25062 non-null float64
mem_available 25062 non-null float64
time 25062 non-null int64
dtypes: float64(2), int64(1)
memory usage: 587.5 KB
None
reading file /home/ubuntu/google_cluster_data/machine_events/part-00000-of-00001.csv.gz
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 2506200 entries, 0 to 2506199
Data columns (total 3 columns):
cpu_available float64
mem_available float64
time int64
dtypes: float64(2), int64(1)
memory usage: 57.4 MB
None