21%
12.02.2014
to measure the 15-minute node load average every few seconds? If the application takes 12 hours to run, do you need to measure the CPU load every two to three seconds? The main result of frequent monitoring
21%
03.12.2015
created in this way:
/usr/share/openqrm/bin/openqrm state list
5.2.3.before-update-05-06-15_09.14.20
Test-State-Backup-05-24-15_13.09.05
To restore the system configuration from the Test-State-Backup-05-24-15
21%
20.06.2012
Use% Mounted on
none 1478332 221404 1256928 15% /
tmpfs 1468696 148 1468548 1% /dev/shm
10.1.0.250:/var/chroots/sl6.2
54987776
21%
28.08.2013
). You can specify the number of threads to use and the block size, as in this example,
% pbzip2 -p 8 -b15vk massivetarball.tar
which uses eight threads and a block size of 1500KB (1.5MB).
A second
21%
07.01.2013
plugin for VirtualPC
15
16 Available delivery plugins:
17 - s3 plugin for Amazon Simple Storage Service (Amazon S3)
18 - cloudfront plugin for Amazon Simple Storage Service (Amazon S3)
19 - ami
21%
22.01.2013
). Both of these measures are designed to make attacks more difficult. Normally, sudo
retains the password, once it has been entered. Also useful is the following line:
Defaults timestamp_timeout=15
21%
04.02.2013
for several distributions. The Downloads section of the website provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17. Alternatively, you can build Guacamole from the source code
21%
19.02.2013
"123456";
03
04 group "intranet" => "192.168.2.12", "192.168.2.13";
05 group "accounting" => "192.168.2.14", "192.168.2.15";
06
07 logging to_file => "rex.log";
08
09 desc "Uptime estimate";
10 task "uptime
21%
14.05.2013
-ADReplicationSiteLink CORPORATE-BRANCH1 -Cost 100 -ReplicationFrequencyInMinutes 15
This call sets the metric to 100 and the replication interval to 15 minutes.
Testing Replication in PowerShell
To discover the replication
21%
05.03.2013
or mercedes
in JavaScript, is:
var ps;
if (bmw || mercedes) {
ps = 230;
}
As in Python, you can string comparison operators together and quickly test for an acceptable range:
if (15 > temperature < 30