| pid | This field corresponds to a particular process’s ID. |
| start_time | Time at which the process had started execution. |
| cpu_usage | Percentage of CPU being used by the process. |
| mem_usage | RAM is used by the process, in bytes. |
| disk_read_bytes | The number of bytes of data read from the disk(or storage device) since the last update. |
| disk_total_read_bytes | Total number of bytes of data written to the disk(or storage device) since the last update. |
| disk_write_bytes | A number of bytes of data read from the disk(or storage device) since the last update. |
| disk_total_write_bytes | Total number of bytes of data written to the disk(or storage device). |