Last seen: Apr 4, 2024
the issue is the wordpress downloads etc have been removed from the ms feeds that is why you use the custom one
here is a poweshell script that tells you what your vms are doing, you can set the sample rate and time to process and it will give you an idea of wha...
That is interesting as other zdnet articles give other figures based on different disks etc as per below response to a query The basics are simple, ...
@berkut 50 iops would be 400k 50 x 8k = 400K which is still slow, but you can adjust it based on server specifics, and drive type, ie ssd has highr...
Other option you can also do is if you want to manage the disk quality of Service, is to manage the iops on the drive, each iop is 8k so you can preve...
Use this to check the current statuses of the adapters on the vms Get-VMNetworkAdapter -ComputerName PROLIANTDL380 -VMname * | Select VMName, VMQwei...
As an addition, most times issues is caused with vmq on some servers like dell with broadcom adapters, etc it is advised to disable vmqueue, even alta...
aha, 😀 I saw the variables when setting up the templates again, but I never bothered looking at the function, this is great, dang this makes things a ...
I tried getting Centos 8 to work, it seems the agent doesnt work at all, obviously some further development is needed in this side.
Ok those are powershell cmds, I am aware of that, how are you executing them ? Manually or via solidcp ?
what custom powershell functions are you using to limit the bandwidth, if I may ask
Update : one catch with the Ubuntu 20.04.3 version is that the agent uses the ifconfig commands to get info for the network and the latest version of ...
Ok some further info after trying all afternoon, Ubuntu 20.04 uses the ip commands rather than the ifconfig command, I then installed the depreciated ...