# Costume counters whit no Data

> Fix custom counters that show no data by rebuilding the performance counters on the affected server.

Source: https://docs.capaone.com/performanceguard/troubleshooting/costume-counters-whit-no-data/  
Product: PerformanceGuard — a separate CapaSystems product; do not apply this page to any other.

if the costume Counters in PerformaceGuard dose not show any data. To Fix this issue Rebuild the Performance counters for the on the Server that has no data shown.  
Follow the steps below   
  
1. open a CMD   
2. Type the following commando to rebuild the counters: **lodctr /R**  
3. after rebuilding verify that there is no error present whit this command **lodctr /q**  
4. finally use the **typeperf -q** an look after the Performance Counters in use

:::note[Important]
Common Performance Counter

\Processor(\_Total)% Processor Time → Total CPU usage  
\Processor(\_Total)% User Time → Time spent on user processes

\Processor(\_Total)% Privileged Time → Time spent on kernel/system processes

\PhysicalDisk(\_Total)\Disk Read Bytes/sec → Bytes read per second

\PhysicalDisk(\_Total)\Disk Write Bytes/sec → Bytes written per second

\PhysicalDisk(\_Total)\Avg. Disk sec/Read → Average time per read

\PhysicalDisk(\_Total)\Avg. Disk sec/Write → Average time per write

\PhysicalDisk(\_Total)\Disk Transfers/sec → Total read/write operations per second
:::
