NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

Difference of fpolicy and fpolicy_server

Dong_Chen
5,193 Views

Hi,

 

I have a question about the fpolicy counters in cDOT. int the TR-4429_FPolicy for cDOT-Varonis, there are two objects: fpolicy and fpolicy_server. They both have some counters such as max_request_latency, outstanding_requests, etc. What is the difference between  fpolicy and fpolicy_server?

 

statistics show -object fpolicy –instance <instance_name> -sample-id <id>
statistics show -object fpolicy_server –instance <instance_name> -sample-id <id>

 

 

Table 6) List of FPolicy counters.
max_request_latency Maximum screen requests latency
outstanding_requests Total number of screen requests in process
request_latency_hist Histogram of latency for screen requests
requests_dispatched_rate Number of screen requests dispatched per second
requests_received_rate Number of screen requests received per second

 

Table 7) List of fpolicy_server counters.
max_request_latency Maximum latency for a screen request
outstanding_requests Total number of screen requests waiting for response
request_latency Average latency for screen request
request_latency_hist Histogram of latency for screen requests
request_sent_rate Number of screen requests sent to FPolicy server per second
response_received_rate Number of screen responses received from FPolicy server per second

1 ACCEPTED SOLUTION

Robert_EE
5,006 Views

FPolicy seems to be the processes that are running on the actual cluster itself and fpolicy_server refers to the offbox processing.  I hope this helps.

View solution in original post

2 REPLIES 2

Robert_EE
5,007 Views

FPolicy seems to be the processes that are running on the actual cluster itself and fpolicy_server refers to the offbox processing.  I hope this helps.

Dong_Chen
4,964 Views

Yes, I believe that's cDOT native FPolicy server and external FPolicy server.

Public