sandugood commented on issue #1642:
URL:
https://github.com/apache/datafusion-ballista/issues/1642#issuecomment-4359366180
Just checked it and it works(?)
```
curl -s localhost:50050/api/executor/b052ff6d-af2a-4b5e-ac1b-b8f410cfac5c |
jq
{
"executor_info": {
"id": "b052ff6d-af2a-4b5e-ac1b-b8f410cfac5c",
"host": "127.0.0.1",
"port": 50051,
"last_seen": 1777640106000,
"specification": {
"task_slots": 8
},
"metrics": [
{
"type": "proc_physical_memory",
"value": 62033920
},
{
"type": "proc_virtual_memory",
"value": 1845534720
},
{
"type": "peak_physical_memory",
"value": 62033920
},
{
"type": "peak_virtual_memory",
"value": 1845534720
}
]
},
"os_info": {
"system_name": "Ubuntu",
"kernel_ver": "Linux 6.17.0-22-generic",
"os_ver": "24.04",
"os_ver_long": "Linux (Ubuntu 24.04)",
"physical_cores": 4,
"num_disks": 4,
"total_disk_space": 471356895232,
"total_available_disk_space": 31161225216,
"open_files_limit": 1024
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]