49%
05.08.2011
see the newly uploaded keypair:
ec2-describe-keypairs
KEYPAIR dan-key
fc:39:b2:60:90:4c:0f:66:fc:b8:a6:54:af:19:0c:ef
KEYPAIR my-key
a6:54:af:19:0c:ef:fc:39:0f:66:fc:b8:b2:60:90:4c
KEYPAIR your
48%
28.03.2012
--------><----------Disks-----------><----------Network---------->
#cpu sys inter ctxsw KBRead Reads KBWrit Writes KBIn PktIn KBOut PktOut
3 1 1421 2168 0 0 41000 90 0 2 0 0
3 2 1509 2198 64 2 49712
48%
28.02.2017
To celebrate its fifth birthday, the Raspberry Pi Foundation has launched Raspberry Pi Zero W, a version of the ultra-low-cost Pi Zero series with WiFi and Bluetooth 4.0 capabilities. The dPi Zero W
48%
19.11.2019
, BW=1410KiB/s (1444kB/s)(82.8MiB/60119msec)
[ ... ]
Run status group 0 (all jobs):
WRITE: bw=1410KiB/s (1444kB/s), 1410KiB/s-1410KiB/s (1444kB/s-1444kB/s), io=82.8MiB (86.8MB), run=60119-60119msec
I
48%
30.01.2020
B/60119msec)
[ ... ]
Run status group 0 (all jobs):
WRITE: bw=1410KiB/s (1444kB/s), 1410KiB/s-1410KiB/s (1444kB/s-1444kB/s), io=82.8MiB (86.8MB), run=60119-60119msec
I see an average of 1
48%
07.11.2023
the last command as an example, an option to specify the extent size would be:
# vgcreate -s 8M vg0 /dev/sdb1 /dev/sdd
The -s 8M
option specifies a PE size of 8MB when the VG is created. You can change
48%
21.08.2012
ganglia-web.noarch 0:3.5.1-1 will be installed
--> Processing Dependency: php >= 5 for package: ganglia-web-3.5.1-1.noarch
--> Processing Dependency: php-gd for package: ganglia-web-3.5.1-1.noarch
48%
21.01.2020
on the NVMe drive and verify that the partition has been created:
$ sudo parted --script /dev/nvme0n1 mklabel gpt mkpart primary 1MB 100%
$ cat /proc/partitions | grep nvme
259 0 244198584 nvme0n1
48%
25.03.2020
0 1048575 sr0
With the parted utility, you can create a single partition on each entire HDD:
$ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100
48%
11.04.2016
records in
1000000+0 records out
512000000 bytes (512 MB) copied, 1.58155 s, 324 MB/s
# dd of=file if=/dev/zero bs=512 count=1000000 oflag=direct
1000000+0 records in
1000000+0 records out
512000000 bytes