File size: 627 Bytes
db2caa6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[
{
"pid": 1,
"name": "bash",
"cpu_percent": 0.0,
"memory_percent": 0.0007250312422553482,
"memory_rss": 3919872,
"memory_vms": 4734976,
"status": "sleeping",
"create_time": "2024-10-15 03:02:13",
"cmdline": "/bin/bash",
"num_threads": 1,
"username": "root"
},
{
"pid": 74,
"name": "python3",
"cpu_percent": 0.0,
"memory_percent": 0.0022213078393862914,
"memory_rss": 12009472,
"memory_vms": 14913536,
"status": "running",
"create_time": "2024-10-15 03:34:25",
"cmdline": "python3 test.py",
"num_threads": 1,
"username": "root"
}
] |