76%
30.11.2025
_RETIRED_ANY_P: (counter: all))
number of instructions retired (min count: 6000)
L2_RQSTS: (counter: all))
number of L2 cache requests (min count: 500)
Unit masks (default 0x7f)
----------
0xc0: core
76%
30.11.2025
: http://www.top500.org/
Range of cores for MPI jobs: http://www.clustermonkey.net//component/option,com_poll/task,results/id,26/
Missing middle: http://www.digitalmanufacturingreport.com/dmr/2011
76%
05.02.2023
:
consist-of: ["127.0.0.1","::1"]
timeout: 500 # in milliseconds
EOF
}
main() {
preReq
instlGoss
cnfgrGoss
}
main 2>&1
Now you have a base image with the goss binary and its test configuration
76%
02.08.2021
at two-second intervals.
Listing 6
iostat Output
$ iostat -x -d 2 -c
Linux 5.4.12-050412-generic (dev-machine) 03/14/2021 _x86_64_ (4 CPU)
avg-cpu: %user %nice %system %iowait
76%
02.02.2021
of 'days'
06
07 # function to produce base sine data
08 # with a 7th of the base frequency overlap
09 def data_w_weekend(t):
10 if np.sin(periods / 7 * 2 * np.pi * t) > 0.5:
11 value = 0.001 * np
76%
18.07.2013
systems.
Listing 1
Load Balancer Configuration
01 upstream backend {
02 backend1.example.com server weight = 5;
03 server backend2.example.com max_fails fail_timeout = 10s = 5;
04
75%
06.10.2019
. The measurement data here are run times of a ping against the Linux-Magazin
website.
Cron executes a simple shell script every minute, which essentially comprises only one line:
/bin/ping -c1 -D -W5 www
75%
08.10.2015
=docker.socket
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/docker
ExecStart=/usr/bin/docker -d -H fd:// $OPTIONS
LimitNOFILE=1048576
LimitNPROC=1048576
Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO
75%
11.06.2014
user for the first time. The following command parses the LDIF file:
$ ldapadd -x -W -D cn=manager,dc=acme-services,dc=org -f base.ldif
Notice that now this command no longer needs the root user
75%
14.03.2018
.
Listing 3
Rolling Out the VMs
01 - name: Deploy Backend
02 ec2:
03 key_name: ansible-user-key
04 instance_type: t2.micro
05 image: ami-d15a75c7
06 region: "{{ region }}"
07