Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new stats #24

Open
righettod opened this issue Nov 19, 2020 · 0 comments
Open

Add new stats #24

righettod opened this issue Nov 19, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@righettod
Copy link
Owner

  • 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 righettod added the enhancement New feature or request label Nov 19, 2020
@righettod righettod added this to the Version 1.0.10 milestone Nov 19, 2020
@righettod righettod self-assigned this Nov 19, 2020
@righettod righettod pinned this issue Nov 19, 2020
@righettod righettod unpinned this issue Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant