25%
30.01.2020
=1): err= 0: pid=1634: Mon Oct 14 22:18:59 2019
write: IOPS=118k, BW=463MiB/s (485MB/s)(10.0GiB/22123msec); 0 zone resets
[ ... ]
Run status group 0 (all jobs):
WRITE: bw=463MiB/s (485MB/s), 463Mi
25%
20.08.2012
the -p
option:
# nc -p 16000 examplehost.tld 22
To add a timeout for latency testing, you could use the -w
parameter followed by the number of seconds – 30 seconds, for example:
# nc -p 16000 -w 30
25%
07.10.2014
, you should see the client config file ssh_config, which I'll get to a little later. If you've just installed the SSH server and want to be sure that it's listening, you can use the command
lsof -i :22
25%
26.02.2014
-sent: 22,334 (total) 0/s (Per-Sec)
pkts-recv: 68,018 (total) 2/s (Per-Sec)
lo
Bytes-sent: 2.55 K (total) 0.00 B/s (Per-Sec)
Bytes
25%
04.02.2014
.mynet.internal', port '5432');
To create a foreign table, you need to tell the data source which user can log in to the remote PostgreSQL instance and with what combination of role name and password. To do so, you need
25%
09.01.2013
'5432');
To create a foreign table, you need to tell the data source which user can log in to the remote PostgreSQL instance and with what combination of role name and password. To do so, you need a user
25%
05.02.2019
Configuration: [
20 {
21 cidrMask: 24,
22 name: 'Web',
23 subnetType: ec2.SubnetType.Public,
24 },
25 {
26 cidrMask: 24,
27 name: 'App',
28
25%
30.01.2020
: /lib/modules/4.20.5-200.fc29.x86_64/kernel/net/netfilter/nf_tables.ko.xz
alias: nfnetlink-subsys-10
author: Patrick McHardy
license: GPL
depends
25%
28.11.2021
# scrape machine metrics
22 - job_name: node
23 static_configs:
24 - targets: ['target_server:9100']
25
26 # scrape MariaDB metrics
27 - job_name: mysql
28 static_configs:
29 - targets
25%
05.02.2019
Version: "2.0.0"
02
03 globalEnvVars:
04 - key: "MYSQL_USER"
05 value: "dev"
06 - key: "MYSQL_PASSWORD"
07 value: "123456"
08
09 commandTests:
10
11 # Is the MySQL package installed?
12 - name: "MySQL package