|
I want to write a VB script that will return the current memory utilisation of a process on a remote machine.
I'm currently getting the info by greping the output of pslist.exe but that's not ideal.
Started by theaxe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
WorkingSetSize?
Set objWMI = GetObject("winmgmts:\\.\root\cimv2") Set colObjects....
Http://msdn.microsoft.com/en-us/library/aa392397(VS.85).aspx
Could you use Win32_Process.
Maybe you can use WMI to remotly read performances conter on the remote machine .
|
|
As per this question I want to monitor the network utilisation of my Windows Servers using Nagios (not Cacti).
Does anyone have any guidance on querying the WMI counters using NSClient or via SNMP so that rrd data can be collected by nagios for graphing...
Started by Dan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I try not to use NRPE or NSClient as it means... .
I've never bothered to use WMI when SNMP was much more interoperable in a mixed environment .
The standard Nagios plugins should include an SNMP plugin that can check the bandwidth usage of a NIC just fine .
|
|
This code seems to smell:
result = None for item in list: if result is None: result = item.foo(args) else: if ClassFred.objects.get(arg1=result) < ClassFred.objects.get(arg1=item.foo(args)): result = item.foo(args)
The smelliest part is the utility...
Started by Alex on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd make those two....
The second-to-last line is so long, I lost patience with it .
This IMHO is already a pretty nasty smell.
Simplify that loop, you are doing too much in there .
It's difficult to read what you are really doing.
The logic is too complex.
|
Ask your Facebook Friends
|
We have database server with 16 GB RAM.SQL server installation is 32 bit.There are 3 instances of SQL server on the Database Server.AWE is on.
Memory is allocated as follows
Instance 1 -6 GB Instance 2 -5 GB Instance 3 -3 GB
As we know memory above 4 ...
Started by Kuldeep Patil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If other apps are taking a lot of the native memory, and there's less than 3 Gigs... .
32bit SQL can use only 1 Gig of execution cache per instance .
It's entirely possible that one instance will have the bulk of the space that can be used for procedure cache .
|
|
Ever since enabling Symform, my NAS hard discs are never quiet and are constantly active.
Also, I notice that there is now a "mono" processes using the majority of the CPU (70%) and over 30Mb of RAM (I did see it at 60Mb at one point).
Given the next ...
Started by spellinn on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at qnap):
Unofficial QNAP How-To Guide: http://forum.qnap.com/viewtopic.php?f=11&t=10622
How-To increase raid rebuild speed: http... .
Search (upper right hand corner) before posting.
It is very CPU intensive and will be more noticable on slower CPU based NAS devices .
|
|
Hello,
How to avoid such interface utilisation graphs?
Device Name
Interface
Transmission %
Transmission Graph
Receipt %
Receipt Graph
rt- vpn2.abc.intern
Gi0/0.106
5099.69
LMS4.1 - HUM interface utilisation 5000% Out of Scale
634.13
LMS4.1 - HUM interface...
Started by weka-service on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at cisco):
|
|
Hard Disk Utilisation Using Windows Vista and my C drive is nearly out of capacity. There is plenty of space in my D Drive. Can I move any or all of my Users folders across?
Started by Guest on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at windowspages):
|
|
Just curious really...
In AIDA64 you can view the temperatures for each of the six cores of an i7 3930K. You can also view CPU utilisation for all 12 processes (sorry, not sure what the correct terminology is!) but are the 12 processes ascribed to the...
Started by LindaLoo on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at xtremesystems):
This action is seen by windows as a logical core, there for a cpu with 4c8t is seen by windows as 8 physical... .
A thread is a piece of software code that is executed by the cpu .
Each physical core is capable of handling 2 threads.
Yes its call Hyper threading.
|
|
Lsass.exe running 100% CPU utilisation on windows 2003 domain controller Hi All,
i have a secondary windows 2003 domain controller with following specs:
OS: Windows 2003 std ed with sp2
Process: 1vCPU
RAM: 512MB
Since this is secondary DC with GC role...
Started by Guest on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at windowspages):
|
|
High CPU utilisation, no specific process Hi
I work for a small company as a Support Analyst. Last year sometime, we had a strange issue where one of our director's notebooks (Windows 7 64bit, SP1), had an issue where the CPU utilisation would sit at ...
Started by Guest on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at windowspages):
|