On WinXP, I am getting an exception:
org.hyperic.sigar.SigarException: No Process counters defined (disabled?)
at org.hyperic.sigar.ProcMem.gather(Native Method)
at org.hyperic.sigar.ProcMem.fetch(ProcMem.java:30)
at org.hyperic.sigar.Sigar.getProcMem(Sigar.java:445)
I am trying to get the process memory using Sigar.getProcMem. Is this supported on XP? I should note that it is a VM.
org.hyperic.sigar.SigarException: No Process counters defined (disabled?)
at org.hyperic.sigar.ProcMem.gather(Native Method)
at org.hyperic.sigar.ProcMem.fetch(ProcMem.java:30)
at org.hyperic.sigar.Sigar.getProcMem(Sigar.java:445)
I am trying to get the process memory using Sigar.getProcMem. Is this supported on XP? I should note that it is a VM.