Process Memory
Retrieves the memory map per process in the target Linux system.:
Query
select * from process_memory_map;
Additional Query Info
- Version: 1.4.5
- Platform: linux
- Interval: 86400
JSON
{
"queries": {
"Process Memory": {
"query": "select * from process_memory_map;",
"interval": "86400",
"platform": "linux",
"version": "1.4.5",
"description": "Retrieves the memory map per process in the target Linux system.",
"value": ""
}
}
}