Firstly I am a complete novice and I am trying to do a trend analysis on the performance of Citrix hosts and I have no idea on the best metrics to show me
CPU utilization
Memory Utilization
Disk Utilization
Page File Utilization
IOPS
Network Utilization
Latency
Session Count
can anyone kindly assist me in determining which metrics would be best for me to use?
I have tried the following:
"stats avg(cpu_load_percent) as "CPU Average", sparkline(avg(cpu_load_percent),1w) as "CPU Average Trend",avg(mem_used) as "Memory - Average",sparkline(avg(mem_used),1w) as "Average - Memory Trend",avg(IOPS) as "IOPS Average",sparkline(avg(IOPS),1w) as "IOPS Average Trend", avg(IOLatencyMs) as "Average - IO Latency Ms", sparkline(avg(IOLatencyMs),1w) as "Average IO Latency Ms Trend",avg(NetKBPS) as "Average Net KBPS", sparkline(avg(NetKBPS),1w) as "Average Net KBPS Trend" BY host"
But the data I am getting back is garbage....
Many thanks in advance!