-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5364 from wazuh/enhancement/6203-adapt-workload-b…
…enchmar-plots-to-api-format Fix Workload Benchmark Plots
- Loading branch information
Showing
10 changed files
with
228 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
deps/wazuh_testing/wazuh_testing/data/data_visualizer/agent_csv_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"number_of_events_and_messages": { | ||
"title": "Number of events and messages", | ||
"columns": [ | ||
"Number of generated events", "Number of messages", "Number of events buffered" | ||
] | ||
}, | ||
"ack_and_keepalive": { | ||
"title": "Last ACK and KeepAlive", | ||
"columns": [ | ||
"Last ACK", "Last Keepalive" | ||
] | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
deps/wazuh_testing/wazuh_testing/data/data_visualizer/analysis_csv_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"decoded_events": { | ||
"title": "Events decoded per queue", | ||
"columns": [ | ||
"Decoded from azure", "Decoded from ciscat", "Decoded from command", "Decoded from docker", | ||
"Decoded from logcollector eventchannel", "Decoded from logcollector eventlog", | ||
"Decoded from logcollector macos", "Decoded from logcollector others", "Decoded from osquery", | ||
"Decoded from rootcheck", "Decoded from sca", "Decoded from syscheck", "Decoded from syscollector", | ||
"Decoded from vulnerability", "Decoded from agentd", "Decoded from dbsync", "Decoded from monitor", | ||
"Decoded from remote" | ||
] | ||
}, | ||
"dropped_events": { | ||
"title": "Events dropped per queue", | ||
"columns": [ | ||
"Dropped from azure", "Dropped from ciscat", "Dropped from command", "Dropped from docker", | ||
"Dropped from logcollector eventchannel", "Dropped from logcollector eventlog", | ||
"Dropped from logcollector macos", "Dropped from logcollector others", "Dropped from osquery", | ||
"Dropped from rootcheck", "Dropped from sca", "Dropped from syscheck", "Dropped from syscollector", | ||
"Dropped from vulnerability", "Dropped from agentd", "Dropped from dbsync", "Dropped from monitor", | ||
"Dropped from remote" | ||
] | ||
}, | ||
"events_decoded_per_second": { | ||
"title": "Events decoded per second", | ||
"columns": [ | ||
"EDPS from azure", "EDPS from ciscat", "EDPS from command", "EDPS from docker", | ||
"EDPS from logcollector eventchannel", "EDPS from logcollector eventlog", "EDPS from logcollector macos", | ||
"EDPS from logcollector others", "EDPS from osquery", "EDPS from rootcheck", "EDPS from sca", | ||
"EDPS from syscheck", "EDPS from syscollector", "EDPS from vulnerability", "EDPS from agentd", | ||
"EDPS from dbsync", "EDPS from monitor", "EDPS from remote" | ||
] | ||
}, | ||
"alerts_info": { | ||
"title": "Alerts and events info.", | ||
"columns": [ | ||
"Events processed", "Events received", "Written alerts", "Written firewall", "Written fts" | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
deps/wazuh_testing/wazuh_testing/data/data_visualizer/binary_non_printable_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"binary_test": { | ||
"title": "Usage during the test", | ||
"columns": [ | ||
"PID", | ||
"Daemon", | ||
"Version" | ||
] | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
deps/wazuh_testing/wazuh_testing/data/data_visualizer/logcollector_csv_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"events": { | ||
"title": "Events generated", | ||
"columns": [ | ||
"Events" | ||
] | ||
}, | ||
"bytes_sent": { | ||
"title": "Bytes sent", | ||
"columns": [ | ||
"Bytes" | ||
] | ||
}, | ||
"drops": { | ||
"title": "Events dropped", | ||
"columns": [ | ||
"Target Drops" | ||
] | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
deps/wazuh_testing/wazuh_testing/data/data_visualizer/remote_csv_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"events_info": { | ||
"title": "Events sent and count", | ||
"columns": [ | ||
"Events count", "Control messages", "Discarded messages", "Queue usage", | ||
"Metrics-Bytes sent", "Dequeued messages" | ||
] | ||
}, | ||
"queue_size": { | ||
"title": "Queue status", | ||
"columns": [ | ||
"Queue size", "Queue usage" | ||
] | ||
}, | ||
"tcp_sessions": { | ||
"title": "TCP sessions", | ||
"columns": [ | ||
"TCP sessions" | ||
] | ||
}, | ||
"recv_bytes": { | ||
"title": "Bytes received", | ||
"columns": [ | ||
"Metrics-Bytes received" | ||
] | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
deps/wazuh_testing/wazuh_testing/data/data_visualizer/wazuhdb_csv_headers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"database_queries_counts": { | ||
"title": "Database queries counts", | ||
"columns": [ | ||
"Received queries", "Agent queries", "Global queries" | ||
] | ||
}, | ||
"agent_queries_breakdown": { | ||
"title": "Agent queries breakdown", | ||
"columns": [ | ||
"db-begin", "db-close", "db-commit", "db-remove", "db-sql", "db-vacuum", "db-get_fragmentation" | ||
] | ||
}, | ||
"agent_tables_breakdown": { | ||
"title": "Agent tables breakdown", | ||
"columns": [ | ||
"Table CisCat", "Table Rootcheck", "Table SCA", "Table dbsync", "Table Syscheck", | ||
"Table Syscheck file", "Table Syscheck registry", "Table Syscheck registry_key", | ||
"Table Syscheck registry_value", "Table Syscollector hotfixes", "Table Syscollector hwinfo", | ||
"Table Syscollector network_address", "Table Syscollector network_iface", | ||
"Table Syscollector network_protocol", "Table Syscollector os_info", | ||
"Table Syscollector packages", "Table Syscollector ports", "Table Syscollector processes", | ||
"Table Vulnerability CVEs" | ||
] | ||
}, | ||
"global_queries_breakdown": { | ||
"title": "Global queries breakdown", | ||
"columns": [ | ||
"db-backup", "db-sql", "db-vacuum", "db-get_fragmentation" | ||
] | ||
}, | ||
"global_agent_queries": { | ||
"title": "Global agent queries", | ||
"columns": [ | ||
"agent-delete-agent", "agent-disconnect-agents", "agent-find-agent", "agent-get-agent-info", | ||
"agent-get-agents-by-connection-status", "agent-get-all-agents", "agent-get-distinct-groups", | ||
"agent-get-groups-integrity", "agent-insert-agent", "agent-reset-agents-connection", | ||
"agent-select-agent-group", "agent-select-agent-name", "agent-set-agent-groups", | ||
"agent-sync-agent-groups-get", "agent-sync-agent-info-get", "agent-sync-agent-info-set", | ||
"agent-update-agent-data", "agent-update-agent-name", "agent-update-connection-status", | ||
"agent-update-status-code", "agent-update-keepalive" | ||
] | ||
}, | ||
"global_group_queries": { | ||
"title": "Global group queries", | ||
"columns": [ | ||
"belongs-get-group-agents", "belongs-select-group-belong", "group-delete-group", | ||
"group-find-group", "group-insert-agent-group", "group-select-groups" | ||
] | ||
}, | ||
"task_queries_breakdown": { | ||
"title": "Task queries breakdown", | ||
"columns": [ | ||
"tasks-delete old task", "tasks-set timeout", "tasks-upgrade", "tasks-upgrade cancel", | ||
"tasks-upgrade custom", "tasks-upgrade get status", "tasks-upgrade results", | ||
"tasks-upgrade update status" | ||
] | ||
}, | ||
"queries_time_metrics": { | ||
"title": "Queries time metrics", | ||
"columns": [ | ||
"Total Execution Time", "Agent ExecTime", "Global Queries ExecTime" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.