log-requests-to-sqlite icon indicating copy to clipboard operation
log-requests-to-sqlite copied to clipboard

Add new stats

Open righettod opened this issue 5 years ago • 0 comments

  • Number of hit by verbs:

SELECT HTTP_METHOD, COUNT(HTTP_METHOD) AS CNT FROM ACTIVITY GROUP BY HTTP_METHOD ORDER BY CNT DESC,HTTP_METHOD;

image

  • Number of hit by domains:

SELECT TARGET_URL FROM ACTIVITY GROUP BY TARGET_URL ORDER BY TARGET_URL

righettod avatar Nov 19 '20 15:11 righettod