You can find some of these metrics in the System Tables and more specifically in the node_timeline table.
SELECT *
FROM system.compute.node_timeline
WHERE workspace_id = "<your_workspace_id"
AND cluster_id = "<your_cluster_id>"
It is also available visually in the Metrics Tab of your cluster.
https://<workspace_url>/compute/clusters/<cluster_id>/metrics