16%
11.10.2016
psutil module - this is needed for this application.";
09 print "Exiting..."
10 sys.exit();
11 # end if
12
13
14 try:
15 import matplotlib.pyplot as plt; # Needed for plots
16 except:
17
16%
15.08.2016
A fairly stable Community Technology Preview version 2.2 of SQL Server 2016 has been available since July 2015. With the newest release, Microsoft wants to optimize the features that have already
16%
14.11.2013
"max_vms" : 10,
12
13 "elasticity_policies" : [
14 {
15 // +2 VMs when the exp. is true for 3 times in a row,
16 // separated by 10 seconds
17 "expression
16%
14.03.2013
to jail>;
10 j.hostname = ;
11 j.ip_number = ;
12 /* call system call */
13 i = jail(&j);
14 [...]
15 execv(, ...);
16 [...]
17 exit(0);
18
16%
24.02.2022
(s) wr/rd(s) close(s) total(s) iter
------ --------- ---- ---------- ---------- --------- -------- -------- -------- -------- ----
write 1835.22 28.68 0.120209 5242880 65536 0.000934 11.16 2.50 11.16 0
Summary of all tests:
Operation Max(MiB) Min(MiB) Mean(MiB) StdDev Max(OPs
16%
07.04.2022
/rd(s)
------ --------- ---- ---------- ---------- --------- -------- -------- ...
write 1835.22 28.68 0.120209 5242880 65536 0.000934 11.16
**
close(s) total(s) iter
... -------- -------- ----
2.50 11.16 0
Summary of all tests
16%
05.08.2024
COPY --from=dockerize /usr/local/bin/dockerize /usr/local/bin/
COPY gcpemu_csptst.sh /usr/local/bin/run.sh
ENTRYPOINT ["run.sh"]
Finally, create the YAML file in Listing 12 and launch the local
16%
20.11.2013
of data management). The original directory contained about 2.2GB of data, and after the copy, it looked like it was using roughly 1.7GB in S3QL. When I checked the directory listing, I saw all of my
16%
28.06.2011
.part.22
12 Generating manifest /tmp/centos.5- 3.x86.img.manifest.xml
13
14 $ euca- register images/centos.5- 3.x86.img.manifest.xml
15 IMAGE emi- c658102B
When all three parts have been uploaded
16%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action