Skip to content

Commit 7d18c31

Browse files
leftwoAlan Hanson
and
Alan Hanson
authored
Remove unprinted header item from sled_upstairs_info (#1566)
The BAKPR is not printed, so let's take it out the header. Co-authored-by: Alan Hanson <alan@oxide.computer>
1 parent ea7961a commit 7d18c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dtrace/sled_upstairs_info.d

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tick-1s
2525
{
2626
printf("%5s %8s ", "PID", "SESSION");
2727
printf("%17s %17s %17s", "DS STATE 0", "DS STATE 1", "DS STATE 2");
28-
printf(" %5s %5s %9s %5s", "UPW", "DSW", "NEXT_JOB", "BAKPR");
28+
printf(" %5s %5s %9s", "UPW", "DSW", "NEXT_JOB");
2929
printf(" %10s", "WRITE_BO");
3030
printf(" %5s %5s %5s", "IP0", "IP1", "IP2");
3131
printf(" %5s %5s %5s", "D0", "D1", "D2");
@@ -46,7 +46,7 @@ crucible_upstairs*:::up-status
4646
* we don't print it all on one line, then multiple sessions will
4747
* clobber each others output.
4848
*/
49-
printf("%5d %8s %17s %17s %17s %5s %5s %5s %10s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s\n",
49+
printf("%5d %8s %17s %17s %17s %5s %5s %9s %10s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s\n",
5050
pid,
5151
substr(session_id, 0, 8),
5252

0 commit comments

Comments
 (0)