29%
03.02.2022
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com"
10 var proxyport = 0
11 var proxyhost = "not set"
12
13 // headers for HTTP call
14 val headers = Map(
15
29%
09.08.2015
resources = Resources(cpu = 0.1, ram = 20*MB, disk = 20*MB),
09 processes = [hello_world_process])
10
11 hello_world_job = Job(
12 cluster = 'test',
13 role = os.getenv('USER'),
14 task = hello
29%
24.09.2015
. The speed-up increases from 1.00 with one process to 4.71 using 64 processes. Of course, the wall clock time for the serial portion of the application does not change; it stays at 200 seconds regardless
29%
08.10.2015
. The speed-up increases from 1.00 with one process to 4.71 using 64 processes. Of course, the wall clock time for the serial portion of the application does not change; it stays at 200 seconds regardless
29%
06.08.2013
-layer address means a host cannot be addressed. If you want to assign the IP address 10.1.1.1
to a fixed MAC address of 00:d0:a7:b1:c7:de
on eth1, the following command will do the trick:
ip neigh add 10
29%
12.09.2013
of 00:d0:a7:b1:c7:de
on eth1, the following command will do the trick:
ip neigh add 10.1.1.1 lladdr 00:d0:a7:b1:c7:de dev eth1 nud perm
Here, nud stands for Neighbor Unreachability Detection
29%
04.10.2018
statistics ---
3 requests completed in 623.9 us, 12 KiB read, 4.81 k iops, 18.8 MiB/s
generated 4 requests in 3.35 s, 16 KiB, 1 iops, 4.77 KiB/s
min/avg/max/mdev = 200.4 us / 208.0 us / 221.4 us / 9.51 us
29%
11.02.2016
DestinationSizeChange 41943106 (40.0 MB)
Another view of the file statistics lists which file effected the change:
# gunzip -c /mnt/backup/rdiff-backup-data/file_statistics.\
2015-03-15T10\:44\:06+01\:00.data.gz | awk '$2
29%
28.11.2021
space on target_server is getting full, please check and free some space.
11
12 - alert: Webserver unavailable
13 expr: probe_http_status_code{job="blackbox_exporter"} != 200
14 for: 1m
15
29%
03.12.2015
the tarball on your server's root directory. After changing to the new openQRM-5.2.3-Enterprise-Edition-Eval directory created by this step, become root and initiate the installation of openQRM by typing