Actions
Feature #7099
closedmdb could illuminate proc_t flags
Start date:
2016-06-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The p_flag
member of a proc_t
object supports a large number of different flags. It would help debugging if we could visually inspect the flags that have been set for a particular process. While we're down here, we may as well print out p_pidflag
and p_proc_flag
as well.
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
git commit 5b91507b1aabcd9611f3f4a651feb6450520b1d4
commit 5b91507b1aabcd9611f3f4a651feb6450520b1d4 Author: Joshua M. Clulow <jmc@joyent.com> Date: 2016-07-20T14:42:35.000Z 7099 mdb could illuminate proc_t flags Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
Actions