Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name
column header when displaying resource usage. This more closely matches other procstat displays.
This commit is contained in:
parent
16f6e71505
commit
27705da488
@ -141,7 +141,8 @@ procstat_rusage(struct procstat *procstat, struct kinfo_proc *kipp)
|
||||
printf("%5s ", "PID");
|
||||
if (Hflag)
|
||||
printf("%6s ", "TID");
|
||||
printf("%-16s %-32s %14s\n", "COMM", "TYPE", "VALUE ");
|
||||
printf("%-16s %-32s %14s\n", "COMM", "RESOURCE",
|
||||
"VALUE ");
|
||||
}
|
||||
|
||||
if (!Hflag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user