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:
John Baldwin 2014-05-17 16:11:06 +00:00
parent 16f6e71505
commit 27705da488
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266322

View File

@ -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) {