Hi i am pretty new to WCAT and needed some help on the following issue....
I am unable to get the value of the set performance counters on the output log.My sample.ubr file looks like this:
########################################################
[Configuration]
WarmupTime 5s
NumClientMachines 1
MaxRecvBuffer 64K
CooldownTime 5s
ThinkTime 0
NumClientThreads 50
Duration 60s
Comment 512 byte keep-alive
[Performance]
Memory\Available KBytes
System\Context Switches/sec
System\System Calls/sec
System\Processes
System\Processor Queue Length
Processor(_Total)\% Processor Time
Processor(_Total)\% Priviledged Time
Processor(_Total)\% User Time
Web Service(_Total)\ Bytes Received/sec
Web Service(_Total)\ Bytes Sent/sec
Web Service(_Total)\ Connection Attempts/sec
Web Service(_Total)\ Get Requests/sec
[Script]
SET KeepAlive = TRUE
# Default Request Headers
NEW TRANSACTION
classId = 1
NEW REQUEST HTTP
URL = "/MSPetShop/SignIn.aspx"
NEW TRANSACTION
classId = 2
NEW REQUEST HTTP
URL = "/MSPetShop/Category.aspx"
[Distribution]
1 50
2 50
###########################################
Where do i need to mention the machine name or the IP address of the server for the WCAT to understand whose performance is to be monitored??Do i need to do any settings on the perfmon?
My output log file wcctl.log.log shows the following on running the above script
###########################################
WCAT Version = 5.2
ConfigFile =
ScriptFile =
DistribFile =
PerfCounterFile =
LogFile = wcctl.log.log
Author =
Creation Date =
Test Run Date = Thu Jul 15 14:56:04 2010
Comment = 512 byte keep-alive
Server [IpAddr] = [.....]
Clients = 1
Threads = 50
Buffer Size = 65536 bytes
Duration = 60 seconds (Warmup 5 seconds, Cooldown 5 seconds)
Results:
Data, Summary, Rate, 127.0.0.1
Client Id, 0, 0.00, 1,
Duration, 60, 1.00, 60,
Total Transactions, 6671, 111.18, 6671,
Total Requests, 27122, 452.03, 27122,
Total Responses, 26686, 444.77, 26686,
Total 200 OK, 6235, 103.92, 6235,
Total 30X Redirect, 6530, 108.83, 6530,
Total 304 Not Modified, 0, 0.00, 0,
Total 404 Not Found, 0, 0.00, 0,
Total 500 Server Error, 0, 0.00, 0,
Total Misc Status, 13921, 232.02, 13921,
Redirect Responses, 0, 0.00, 0,
Avg Response Time, 52, 0.87, 52,
Min Response Time, 0, 0.00, 0,
Max Response Time, 1641, 27.35, 1641,
StdDev Response Time, 91, 1.52, 91,
Total Connects, 14377, 239.62, 14377,
Avg Connect Time, 26, 0.43, 26,
Min Connect Time, 0, 0.00, 0,
Max Connect Time, 3453, 57.55, 3453,
StdDev Connect Time, 171, 2.85, 171,
Connect Errors, 72, 1.20, 72,
Receive Errors, 0, 0.00, 0,
Send Errors, 436, 7.27, 436,
Internal Memory Errors, 0, 0.00, 0,
No Headers Errors, 0, 0.00, 0,
No Status Code Errors, 0, 0.00, 0,
Bad Status Errors, 20451, 340.85, 20451,
Bad Response Header Errors, 0, 0.00, 0,
Bad Response Data Errors, 0, 0.00, 0,
No Redirect Location Errors, 0, 0.00, 0,
Bad Redirect Location Errors, 0, 0.00, 0,
Data Read, 73923911, 1232065.18, 73923911,
Header Bytes, 5600192, 93336.53, 5600192,
Total Bytes, 79524103, 1325401.72, 79524103,
Avg Header per Page, 839, 13.98, 839,
Avg Bytes per Page, 11920, 198.67, 11920,
Performance Counters:
CounterName, Average, Avg per Page
Memory\Available KBytes, 0.00, 0.00
System\Context Switches/sec, 0.00, 0.00
System\System Calls/sec, 0.00, 0.00
System\Processes, 0.00, 0.00
System\Processor Queue Length, 0.00, 0.00
Processor(_Total)\% Processor Time, 0.00, 0.00
Processor(_Total)\% Priviledged Time, 0.00, 0.00
Processor(_Total)\% User Time, 0.00, 0.00
Web Service(_Total)\ Bytes Received/sec, 0.00, 0.00
Web Service(_Total)\ Bytes Sent/sec, 0.00, 0.00
Web Service(_Total)\ Connection Attempts/sec, 0.00, 0.00
Web Service(_Total)\ Get Requests/sec, 0.00, 0.00
Files Requested, 27122, 452.03, 27122,
Files Read, 6235, 103.92, 6235,
Per Class Statistics:
1 Fetched, 6457, 107.62, 6457,
1 Errored, 7042, 117.37, 7042,
1 distrib, 4977, 82.95, 4977,
2 Fetched, 214, 3.57, 214,
2 Errored, 13409, 223.48, 13409,
2 distrib, 5022, 83.70, 5022,
###################################################
As you see the Performance Counters value is 0.00. Please suggest a solution......
Jul 15 2010 by
sutapashome