Alignment-Lab-AI commited on
Commit
db2caa6
·
verified ·
1 Parent(s): 5f7cef0

Upload process_data.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. process_data.json +28 -0
process_data.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "pid": 1,
4
+ "name": "bash",
5
+ "cpu_percent": 0.0,
6
+ "memory_percent": 0.0007250312422553482,
7
+ "memory_rss": 3919872,
8
+ "memory_vms": 4734976,
9
+ "status": "sleeping",
10
+ "create_time": "2024-10-15 03:02:13",
11
+ "cmdline": "/bin/bash",
12
+ "num_threads": 1,
13
+ "username": "root"
14
+ },
15
+ {
16
+ "pid": 74,
17
+ "name": "python3",
18
+ "cpu_percent": 0.0,
19
+ "memory_percent": 0.0022213078393862914,
20
+ "memory_rss": 12009472,
21
+ "memory_vms": 14913536,
22
+ "status": "running",
23
+ "create_time": "2024-10-15 03:34:25",
24
+ "cmdline": "python3 test.py",
25
+ "num_threads": 1,
26
+ "username": "root"
27
+ }
28
+ ]