Actions
Bug #5143
closedtaskq kstat labels out of order
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2014-09-10
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
duplicate
Gerrit CR:
External Bug:
Description
Stumbled across by inspection.
http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/os/taskq.c
595 kstat_named_t tq_nalloc;
596 kstat_named_t tq_nactive;
605 { "nactive", KSTAT_DATA_UINT64 },
606 { "nalloc", KSTAT_DATA_UINT64 },
Related issues
Updated by Joshua M. Clulow about 4 years ago
- Is duplicate of Bug #6315: taskq kstat uses the wrong label added
Updated by Joshua M. Clulow about 4 years ago
- Status changed from New to Closed
- Tags changed from needs-triage to duplicate
Actions