Questions tagged [resources]

106 questions
4
votes
4 answers

BSOD Error codes

Where is the best place to find out information about blue screen of death 'STOP' and other error codes? Technet has a list but it doesn't seem to have the STOP code that I've seen: STOP 0x000000F4 (0x0000000000000003, 0xFFFFFA8070EFFC10, …
Luke Quinane
  • 717
  • 1
  • 9
  • 20
3
votes
1 answer

Spec for a Terminal Services box?

Currently, we have a test TS machine at work, which has a dual core Pentium 4 3GHz CPU, and 1.5GB of RAM, running 32bit server2003 (I didn't built it, not my choices). My boss wants to get this using Terminal Services, for about 50 light users…
Dentrasi
  • 3,752
  • 1
  • 24
  • 19
3
votes
1 answer

logrotate compression parameters

I've been using cstream for a while for many things, for example to reduce the impact that mysqldump has on drives. However, I have always done so by calling the binary directly from a script or cronjob. I've got one situation now in which it would…
john fish
  • 61
  • 1
  • 3
3
votes
2 answers

Windows domain account, expired vs. disabled status

I know that expiration feature in a Windows domain environment for user accounts is useful for automation processes. But I'd like to know if a disabled account is the same than an expired account in terms of accesibility to the domain. In the other…
fedayn
  • 105
  • 1
  • 8
3
votes
1 answer

What is a good way to determine a server's connection usage?

Trying to figure out where my system's connections are being used (i.e. how many connections belong to what processes - could even be filtered by some expression through grep, if it applies). The system is running CentOS 6. How can I determine what…
Juan Carlos Coto
  • 677
  • 2
  • 6
  • 13
3
votes
3 answers

Running a process within a limited amount of resources, in Linux

Is there a way to run a process (e.g. ls, du, find .. etc) within a strictly limited amount of resources (i.e. cpu, memory, I/O) aside from using nice & ionice, as I didn't find them effective enough in my case. I have a production server, that has…
yalu
  • 31
  • 2
3
votes
1 answer

How do I find out which websites are slowing down my server?

Are there any good tools out there that I can use to find out which websites are the biggest drain on my Windows 2003 web server's resources? The server has been steadily slowing to a crawl and I want to know which sites should get priority for…
2
votes
1 answer

Does Docker Swarm migrate resource hungry containers to other nodes?

Let's assume a 3 node Docker cluster. One one of these nodes, resources are tight. A couple of services which can be quite greedy in terms of CPU or RAM happened to start on the same host. Will Docker at any point check if the other nodes have less…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
2
votes
2 answers

What resources is incrond using? What can make it stop?

Incrontab is set up to monitor approx. 10 directories. The only thing it does is that it starts a Bash script when the new file is received inside one of these directories. Approximately, one file is received every 5 minutes, in each of the dirs.…
2
votes
1 answer

Process has more open sockets than should be allowed by prlimit

Running debian jessie. The following is done as root to avoid any permissions issues. First I find the pid of my program, then I check its open file limit to verify that it is set at 1024. But when I count the number of open files, I find 1851. $…
nullUser
  • 236
  • 1
  • 7
2
votes
1 answer

Azure - Is it possible for global administrators to enforce per-subscription resource limits?

My company is moving all its internal production and development servers to Azure, and needs a way to delegate administration while at the same time keeping track of resource usage; thus, we are going to create multiple subscriptions, one for core…
Massimo
  • 70,200
  • 57
  • 200
  • 323
2
votes
2 answers

Where are the attributes for room mailbox stored?

I'm using Exchange 2007 and I've created a room mailbox. I want to know where the settings of the room mailbox are stored? What are the attributes used to store room mailbox information? Are they stored as AD attributes? How do I view them?
Giridharan J
  • 67
  • 1
  • 2
  • 7
2
votes
7 answers

how to track down permanent disk accesses on linux

I have a machine that runs few services, but I don't believe they are responsible for sometimes heavy disk access on this server (massive head moving which I can hear, after long periods of almost no movement) How can I find out which process is…
user12096
  • 927
  • 6
  • 23
  • 39
2
votes
1 answer

Monitoring usage resources per user in Linux

I want to get statistic hourly by used averages resources per user such as cpu and memory. How I can get it?
Devoll
  • 39
  • 1
  • 3
2
votes
1 answer

CPU Resource pool with and without hyperthreading in vmware esx/esxi

VMWare ESX/ESXI running with AMD 12core @2.2GHz. Intel 6core @2.4GHz In resource pool, with amd cpu I should see 26.4GHz available. Now it's interesting what will be shown with Intel CPU? Am I gonna get 14.4GHz resource pool or 28.8GHz?