18%
09.10.2017
and processing the files with objects.all(), as shown in Listing 2. This method works perfectly with buckets of up to 1,000 objects, but because the underlying REST interface only provides a maximum of 1,000
18%
29.09.2020
the damage.
However the use of SMART attributes for predicting drive failure has been a difficult proposition. In 2007, a Google study [2] examined more than 100,000 drives of various types for correlations
17%
14.08.2020
the use of SMART attributes for predicting drive failure has been a difficult proposition. In 2007, a Google study examined more than 100,000 drives of various types for correlations between failure
17%
20.10.2013
://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model: Samsung SSD 840 Series
Serial Number: S19HNSAD620517N
LU WWN Device Id: 5 002538 5a005092e
Firmware Version: DXT08B0Q
User Capacity: 120,034,123,776 bytes
17%
18.06.2014
,825–2,190
255
0.07
99.85
2,190–2,920
324
0.08
99.93
2,920–3,650
136
0.04
99.97
3,650–4,380
3
0.00
99.97
4
17%
01.08.2019
total
x = numpy.arange(10_000_000);
%time sum(x)
CPU times: user 1.63 s, sys: 0 ns, total: 1.63 s
Wall time: 1.63 s
Next, add Numba into the code (Listing 2) so the @jit decorator can be used. (Don
17%
18.07.2013
":
02 ensure => present,
03 name => $apache,
04 require => Exec['apt-get update']
05 }
06 exec { 'apt-get update':
07 }
08
09 file { '/etc/apache2/sites-enabled/000-default':
10 ensure
17%
16.03.2021
B/s), 1236KiB/s-1236KiB/s (1266kB/s-1266kB/s), io=72.5MiB (76.1MB), run=60102-60102msec
Disk stats (read/write):
md0: ios=53/18535, merge=0/0, ticks=0/0, in_queue=0, util=0.00%, aggrios=33/18732, aggrmerge
17%
04.11.2011
that happens, Parallel will execute the command and then start over with a new invocation, building the command line again. Therefore, for 40,000 files, you might have your program execute four times, each time
17%
07.06.2019
MAINTAINER Yves Schumann
03
04 ENV WORK_DIR=/data/work \
05 DEBIAN_FRONTEND=noninteractive \
06 LC_ALL=en_US.UTF-8
07
08 # Mount point for development workspace
09 RUN mkdir -p