Questions tagged [resource-management]
82 questions
0
votes
1 answer
Tracking client's disk usage and bandwidth
I run a shared server (Ubuntu Linux) with up to 20 client websites on it.
Does anyone know of an application that will allow me to track the disk usage of each client (apache VHOST) and bandwidth?

Simon
- 1
- 1
0
votes
1 answer
How To Create User's Virtualization Environment
what i want to do is to create user virtulized environment (online)
i want to create an environment that my user connect to my server online & they will have there own online pc .. may be its ssh or Virtulized Desktop
1st i did research on Linux…

One Zero
- 131
- 5
0
votes
1 answer
does it reduce the resources usage on a VPS server if we portion the sites to 2 seperate IP
We are using a VPS server in our company and we're moving our clients' sites to our new server. The resources usage looks fine now, but I assume it will get higher when we move more sites into the server. We have 2 static IP addresses and we mostly…

Onur Kucukkece
- 133
- 5
0
votes
1 answer
Running display of resource usage grouped by user?
We've recently restructured part of our web hosting setup; splitting a series of applications over a number of users on a single (virtual) machine, to better be able to spot resource usage problems and the like.
At this juncture, however, the…

Williham Totland
- 187
- 7
0
votes
1 answer
Can SQL 2008/2008 R2 Resource Governor be used to prevent queries from blocking?
I have been researching the Resource Governor in SQL 2008 and SQL 2008 R2. I gather that I can only really use this to limit the CPU and memory used by certain sessions. It seems strange to me, though, because if I use a governed session to create…

rayrayrayraydog
- 145
- 3
- 9
0
votes
1 answer
Offloading Magento admin panel
I'm hoping that there's a way to host the Magento admin panel on a different box than I host the rest of my Magento install on. I'm not so worried about URLs - I can reverse proxy /admin in my web server config or use a subdomain.
The goal is to…

Sam Bisbee
- 103
- 1
- 5
0
votes
1 answer
Cannot limit the cpu usage of a 16-bit app using Windows 2003 / WSRM
I'm trying to limit the cpu usage of an legacy Clipper application vía WSRM
(Windows System Resource Manager). The app hogs the CPU to 100% usage, then
I tried with:
Installing WSRM
Creating a new Process Matching Criteria (TestProc), including the…

user41235
- 133
- 7
0
votes
0 answers
Systemd CGroups - where are logs for exceeding resource limits?
By default systemd assigns resource limits through CGroups like TaskMax, here's a example of this:
$ systemctl status sshd
● sshd.service - OpenSSH Daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; preset: disabled)
…

GrabbenD
- 1
0
votes
0 answers
How do CPUShares work across parent and children cgroups?
Redhat has a great blog post describing CPUShares, but it assumes processes reside in leaf CGroups, and doesn't discuss how CPU time is calculated for processes that reside in branch CGroups.
For example: what is the CPU usage for each of these…

Lawrence Wagerfield
- 47
- 9
0
votes
0 answers
Drawbacks of keeping outbound connections open with long timeout values
Keeping connections open obviously consumes resources even though they're just TCP connections sitting there, waiting response.
It is also obvious that they don't consume as much compared to, say, a process making database queries and transforming…

timuçin
- 103
- 1
- 4
0
votes
2 answers
What is the equivalent command of "minikube start --memory 5120 --cpus=4" for "Kind"?
Here in Cassandra deployment instruction, it says:
Caution:
Minikube defaults to 2048MB of memory and 2 CPU. Running Minikube with
the default resource configuration results in insufficient resource
errors during this tutorial. To avoid these…

best_of_man
- 367
- 1
- 3
- 12
0
votes
1 answer
What happens to OpenStack instances with over-committed memory where physical memory runs full?
I have got the impression that you can configure an OpenStack cluster to over-commit vCPUs and memory for KVM instances.
I suppose over-committing vCPUs is relatively harmless; I guess instances on a host will just have to time-share the available…

Thomas Arildsen
- 111
- 3
0
votes
0 answers
Using systemd-run To Limit I/O on cPanel for Grep Command
When I run the grep command on Linux on my cPanel-based shared hosting account, I hit an I/O resource limit, it says on the cPanel. I tried to research how to limit resources on a command that I run and came across systemd-run. I don't know if…

ServerChecker
- 1,518
- 2
- 14
- 35
0
votes
0 answers
Is there a major difference between either CPU, RAM or Storage capacity needs for the leader or contributor nodes in a production K8S cluster?
I have already allocated 3 VPS for an initial multiple timezone cluster.
12 single-core vCPUs
≈50 GB RAM
≈1TB SSD storage
1 EST,1 CST,& 1 PST
Before I jump in however, I would like to know if there are there any major differences in resource usage…

Timothy W. Crane
- 1
- 1
0
votes
1 answer
VM Instance Resource Allocation in GCP Console
We are trying to teach GCP services for college students. So, I have created the VM instance in particular project. We need to know how to manage resource allocation for every user in GCP console.
For example, 5 students are accessing 1TB VM…