Skip to main content

Questions tagged [performance]

The speed at which a program runs

1 vote
1 answer
30 views

I have a usb 3.0 apricorn usb disk, 1tb size I think, for which this has been done to it under RHEL-8.10 and is only used on servers running RHEL-8.10 : parted /dev/sdb mklabel gpt mkpart primary 0% ...
ron's user avatar
  • 9,175
2 votes
1 answer
109 views

If you would open a listening socket on every possible TCP/UDP port (so thousands in total), without actually using them, what would be the cost in terms of performance? Is it merely an administrative ...
Maestro's user avatar
  • 233
1 vote
1 answer
129 views

I asked the question yesterday of why is NFSv4 so much slower than scp. I narrowed down things a bit, my real question now is why is rsync slow compared to cp ? as I don't think NFS is a factor. I've ...
ron's user avatar
  • 9,175
1 vote
0 answers
76 views

why is NFSv4 so much slower than scp? mellanox 100gbps switch no load on two servers, just me, no load on the switch RHEL-8.10 x64-64 scp *tar 192.168.2.1:/data/ a.tar ...
ron's user avatar
  • 9,175
2 votes
2 answers
125 views

In my current setup, I have three different filesystems on two different SSDs: A FAT partition and a BTRFS partition on one drive, and ext4 on a second drive. When running fstrim, the output is ...
Hari's user avatar
  • 202
9 votes
1 answer
576 views

I recently upgraded the NVME drives on my workstation machine, from a pair of Samsung EVO 970 512GB drives to a pair of of Kingston Fury 2TB drives. All went well, and I even converted the machine ...
cas's user avatar
  • 84.7k
2 votes
2 answers
876 views

I don't know what to do I spend around 2 weeks setting up XRDP. I have XRDP up and running with Xorg on a 64 core epyc 3 gen. and performance is terrible. The machine's main usage should be as a ...
gertz's user avatar
  • 53
0 votes
0 answers
87 views

Hello I use XRDP for multiuser and I have performance issue and connec issue. First, is about channel drdynvc if its set to TRUE I cannot connect from windows RDP client and can connect without issues ...
gertz's user avatar
  • 53
1 vote
2 answers
304 views

I have Oracle VM on my Windows 10 laptop and installed Kali Linux on it. But after using the VM several times, Kali Linux crashes and does not launch. So, I decided to install Kali Linux on an ...
Daryush's user avatar
  • 331
0 votes
1 answer
66 views

I am trying to determine the libraries needed for pg_restore in the official postgres:15 docker image, but when I run ldd /usr/bin/pg_restore inside the container it returns this error: not a dynamic ...
Ricardo Silva's user avatar
2 votes
0 answers
64 views

I have a ZFS pool comprising a mirror comprising two partitions encypted with dm-crypt. $ zpool list -v data2 NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP ...
Sam Morris's user avatar
  • 1,403
0 votes
1 answer
100 views

I am running the command dd bs=1M if=/dev/zero of=/dev/md7 status=progress. It started very slow at 4 MB/s but now has dropped to 1 MB/s. This is a standard SATA disk that was running perfectly ...
Turkeyphant's user avatar
2 votes
0 answers
58 views

I have a pair of NVMe Crucial P5 Plus partitioned with an mdadm RAID1 partition formatted as XFS for / and another ZFS RAIDZ1 partition for the remainder of the disk. Performance of the XFS partition ...
Zhro's user avatar
  • 2,851
0 votes
1 answer
110 views

I asked a similar question here : NFS v4.2 tuning with less than 50 servers on a closed infiniband [mellanox] HDR network switch all running RHEL-8.10: is there anything other than systemctl start ...
ron's user avatar
  • 9,175
2 votes
2 answers
104 views

I used gzip to compress an image which is quite huge still. dd if=/dev/sda2 bs=1M | gzip -c -9 > sda2.dd.img.gz then I changed the partitioning of the Drive because I wanted to install Linux. And ...
Nisang Marc Pfannkuchen's user avatar

15 30 50 per page
1
2 3 4 5
71