Solaris: improve process columns

- fill tty name
- fill session id
- show real tgid not adjusted
- drop unimplemented TPGID, MINFLT and MAJFLT
- adjust header width of ZONEID, which get auto-adjusted as a pid-column
This commit is contained in:
Christian Göttsche
2021-05-20 17:54:17 +02:00
parent 013d2efa51
commit a62987c787
3 changed files with 18 additions and 4 deletions

View File

@ -29,6 +29,7 @@ typedef struct SolarisProcess_ {
bool is_lwp;
pid_t realpid;
pid_t realppid;
pid_t realtgid;
pid_t lwpid;
} SolarisProcess;