| Name | 
                                        @if (item.processorStatusSnapshot.executionNode === 'PRIMARY') {
                                             
                                                P
                                            } 
                                            {{ formatName(item) }}
                                         | Type | 
                                        {{ formatType(item) }}
                                     | Process Group | {{ formatProcessGroup(item) }} | Run Status | 
                                        
                                        {{ formatRunStatus(item) }}
                                        @if (item.processorStatusSnapshot; as pg) {
                                            @if (pg.terminatedThreadCount > 0) {
                                                ({{ pg.activeThreadCount }}/{{ pg.terminatedThreadCount }})
                                            } @else {
                                                @if (pg.activeThreadCount > 0) {
                                                    ({{ pg.activeThreadCount }})
                                                }
                                            }
                                        }
                                     | 
                                        In
                                        (Size)
                                        5 min
                                     | {{ formatIn(item) }} | 
                                        Read
                                        |
                                        Write
                                        5 min
                                     | {{ formatReadWrite(item) }} | 
                                        
                                            Out
                                        
                                        
                                            (Size)
                                        
                                        5 min
                                     | {{ formatOut(item) }} | 
                                        Tasks
                                        |
                                        Time
                                        5 min
                                     | {{ formatTasks(item) }} |  | 
|---|