I'm creating a dashboard and would like to articulate the difference between webserver traffic and request count. Webserver is process based and request count is service based. Am I missing anything else?
Solved! Go to Solution.
Hello Alea,
"Process - Webserver Traffic" will return information about how many Mb/s is receiving this process.
"Process - Request Count" will show how many transactions have been received by the process.
Best regards
Thanks Rodrigo!