Questions tagged [resources]
106 questions
1
vote
1 answer
How to monitor server resources?
I would like to monitor the resources of my servers such as CPU, memory, disk space and many other things. I'm using Nagios + Centreon to do this, but I would like to have a historical view of the use of the resources and show them in charts to have…

Valter Silva
- 155
- 1
- 4
- 14
1
vote
1 answer
Setting up proxy to handle subdomain requests
I have setup a proxy for a site which works with the following nginx config:
server {
listen 80;
server_name proxy.example.com;
access_log /dev/null;
error_log /dev/null;
location / {
proxy_pass …

PeeHaa
- 221
- 4
- 18
1
vote
0 answers
Exchange 2010 Delegate vs Full Access Permissions
I'm wondering if anyone can help clarify how permissions work on rooms in Exchange. Specifically, we've got a room setup in Exchange, I have assigned users under the 'Resource Policy' tab as delegates. When I run the powershell comand…

yougotiger
- 273
- 3
- 16
1
vote
1 answer
Resource Lock and the Power Shell
is there a way to use the windows power shell to trace what application has a resource lock on a file?
Here is what i am looking for:
A command line or script to show the application that has a lock on a file.
A bonus to the above wold be…

Random Developer
- 123
- 5
1
vote
1 answer
Check VPS resource consumption of a website
I've got a website (I'd say poorly optimized as it's my own code and I've never optimized a website before) and now that it's getting more visits the server load increases to up to 4-5 when there are 50 users online.
The VPS uses WHM/cPanel
What I'd…

Aleix
- 119
- 2
1
vote
2 answers
LSF-Bad resource requirement syntax Error
I am trying to use the memory resource allocation command available in LSF.
A normal format of the command is :
bsub -R "rusage [mem=1000]" sleep 100s
When I launch this command directly from terminal,it works.
When i lsunch this command from a…

Ani
- 111
- 4
1
vote
1 answer
Measure impact of new software on Windows Server
I'm an admin for a small business. I've been asked to give another company my opinion on whether or not our servers have enough available resources to handle the addition of their software. I've had minimal experience with PerfMon so I'm not quite…

Digital ink
- 500
- 1
- 10
- 23
1
vote
2 answers
Linux resource monitoring per user
I am looking for a daemon that logs, the amount of resource, utilized by every user. For every user, I would like to record the cpu-time and memory used over the lifetime of his/her processes. If possible the amount of time the process spent in…

san
- 123
- 5
1
vote
1 answer
Where can I find detailed documentation for IIS server event id's with their description?
I have been googling for hours now and cant find a thing.
I'm looking for more information on IIS Server event IDs.
There are plenty of articles/blogposts/forum_articles (from MSDN) on some specific events and their resolution etc., but I simply…

Chani
- 145
- 8
1
vote
1 answer
Exchange 2010 Resources auto-accept
In my Exchange 2010 set up I have all my conference rooms configured as resources and to auto accept non-conflicting requests. All the resources have been scheduling correctly until Monday. The only thing that changed from last week was patching the…

TechGuyTJ
- 792
- 1
- 13
- 26
1
vote
2 answers
Monitor/analyze/report resource trends on a single server-- perfmon +?
I'm running a handful of video streaming servers (Win2k3 Ent SP2). As my user base is starting to grow, individual users are beginning to report that they are experiencing less-than-ideal service.
It is my suspicion that degradation is occurring…

crftr
- 177
- 1
- 8
1
vote
1 answer
Linode (or any other VPS really): Choosing a hosting package for a Django webapp
I have a Django app that is regionally focused on NYC and am looking at hosting solutions.
I see Linode has a Newark location; going with the assumption I could chose the location.
There's a few articles comparing VPS solutions. My questions is:…

Belmin Fernandez
- 10,799
- 27
- 84
- 148
1
vote
4 answers
whats the best way to find out how much traffic you have?
Sorry I'm a newbie to this. I'm using a Linux server with Plesk. I just wanted to find out what is the best way to find out how much traffic there is to a website, when resources are running out, and when to get a new server after optimisation.…

Solomon Saleh
- 193
- 2
- 9
1
vote
2 answers
Resource usage of mapped drives versus network location shortcuts?
One group within our IT department wants to eliminate all drive mappings from our network and replace them with simple Network Location (UNC) shortcuts. The group claims the drive mappings consume too many resources on the servers and hurt…

SteveM82
- 215
- 3
- 5
1
vote
3 answers
System monitoring tool via command line in Windows
Is there a command line tool for Windows XP to display system resources, like available memory usage, cpu, diskspace etc... Small and requires a non-install.
Best Regards,
Anders

Anders
- 283
- 1
- 4
- 12