Process_data / process_data.json
Alignment-Lab-AI's picture
Upload process_data.json with huggingface_hub
db2caa6 verified
raw
history blame contribute delete
627 Bytes
[
{
"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"
}
]