2 * Copyright (c) 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 * must display the following acknowledgement:
15 * This product includes software developed by the University of
16 * California, Berkeley and its contributors.
17 * 4. Neither the name of the University nor the names of its contributors
18 * may be used to endorse or promote products derived from this software
19 * without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * @(#)print.c 8.6 (Berkeley) 4/16/94
34 * $FreeBSD: src/bin/ps/print.c,v 1.36.2.4 2002/11/30 13:00:14 tjr Exp $
35 * $DragonFly: src/bin/ps/print.c,v 1.33 2007/05/24 20:32:02 dillon Exp $
38 #include <sys/param.h>
40 #include <sys/resource.h>
43 #include <sys/ucred.h>
45 #include <sys/sysctl.h>
46 #include <sys/rtprio.h>
63 static const char *make_printable(const char *str
);
73 STAILQ_FOREACH(vent
, &var_head
, link
) {
74 if (*vent
->header
!= '\0') {
81 STAILQ_FOREACH(vent
, &var_head
, link
) {
83 if (v
->flag
& LJUST
) {
84 if (STAILQ_NEXT(vent
, link
) == NULL
) /* last one */
85 printf("%s", vent
->header
);
87 printf("%-*s", vent
->width
, vent
->header
);
89 printf("%*s", vent
->width
, vent
->header
);
90 if (STAILQ_NEXT(vent
, link
) != NULL
)
97 command(const KINFO
*k
, const struct varent
*vent
)
101 char *cp
, *vis_env
, *vis_args
;
106 /* Don't pad the last field. */
107 if (STAILQ_NEXT(vent
, link
) == NULL
)
108 printf("%s", make_printable(KI_PROC(k
, comm
)));
110 printf("%-*s", vent
->width
,
111 make_printable(KI_PROC(k
, comm
)));
115 if ((vis_args
= malloc(strlen(k
->ki_args
) * 4 + 1)) == NULL
)
117 strvis(vis_args
, k
->ki_args
, VIS_TAB
| VIS_NL
| VIS_NOSLASH
);
119 if ((vis_env
= malloc(strlen(k
->ki_env
) * 4 + 1)) == NULL
)
121 strvis(vis_env
, k
->ki_env
, VIS_TAB
| VIS_NL
| VIS_NOSLASH
);
125 if (STAILQ_NEXT(vent
, link
) == NULL
) {
127 if (termwidth
== UNLIMITED
) {
129 printf("%s ", vis_env
);
130 printf("%s", vis_args
);
132 left
= termwidth
- (totwidth
- vent
->width
);
133 if (left
< 1) /* already wrapped, just use std width */
135 if ((cp
= vis_env
) != NULL
) {
136 while (--left
>= 0 && *cp
)
141 for (cp
= vis_args
; --left
>= 0 && *cp
!= '\0';)
146 printf("%-*.*s", vent
->width
, vent
->width
, vis_args
);
153 ucomm(const KINFO
*k
, const struct varent
*vent
)
155 printf("%-*s", vent
->width
, make_printable(KI_PROC(k
, comm
)));
159 logname(const KINFO
*k
, const struct varent
*vent
)
161 const char *s
= KI_PROC(k
, login
);
163 printf("%-*s", vent
->width
, *s
!= '\0' ? s
: "-");
167 state(const KINFO
*k
, const struct varent
*vent
)
173 flag
= KI_PROC(k
, flags
);
176 switch (KI_PROC(k
, stat
)) {
183 switch (KI_LWP(k
, stat
)) {
185 if (KI_LWP(k
, flags
) & LWP_SINTR
) {
186 /* interruptable wait short/long */
187 *cp
= KI_LWP(k
, slptime
) >= MAXSLP
? 'I' : 'S';
189 else if (KI_LWP(k
, tdflags
) & TDF_SINTR
)
190 *cp
= 'S'; /* interruptable lwkt wait */
191 else if (KI_PROC(k
, paddr
))
192 *cp
= 'D'; /* uninterruptable wait */
194 *cp
= 'B'; /* uninterruptable lwkt wait */
199 if (KI_LWP(k
, tdflags
) & TDF_RUNNING
) {
201 sprintf(cp
, "%d", KI_LWP(k
, cpuid
));
208 /* shouldn't happen anyways */
223 if (flag
& P_SWAPPEDOUT
)
225 if (KI_PROC(k
, nice
) < NZERO
)
227 else if (KI_PROC(k
, nice
) > NZERO
)
231 if (flag
& P_WEXIT
&& KI_PROC(k
, stat
) != SZOMB
)
235 if ((flag
& P_SYSTEM
) || KI_PROC(k
, lock
) > 0)
237 if (numcpus
> 1 && KI_LWP(k
, mpcount
) == 0)
241 if (KI_PROC(k
, auxflags
) & KI_SLEADER
)
243 if ((flag
& P_CONTROLT
) && KI_PROC(k
, pgid
) == KI_PROC(k
, tpgid
))
246 printf("%-*s", vent
->width
, buf
);
250 * Normalized priority (lower is better). For pure threads
251 * output a negated LWKT priority (so lower still means better).
253 * XXX bsd4 scheduler specific.
256 pri(const KINFO
*k
, const struct varent
*vent
)
258 if (KI_LWP(k
, pid
) != -1)
259 printf("%*d", vent
->width
, KI_LWP(k
, prio
));
261 printf("%*d", vent
->width
, -(KI_LWP(k
, tdprio
) & TDPRI_MASK
));
265 tdpri(const KINFO
*k
, const struct varent
*vent
)
268 int val
= KI_LWP(k
, tdprio
);
270 snprintf(buf
, sizeof(buf
), "%02d/%d", val
& TDPRI_MASK
, val
/ TDPRI_CRIT
);
271 printf("%*s", vent
->width
, buf
);
275 uname(const KINFO
*k
, const struct varent
*vent
)
277 printf("%-*s", vent
->width
,
278 user_from_uid(KI_PROC(k
, uid
), 0));
282 s_uname(const KINFO
*k
)
284 return (strlen(user_from_uid(KI_PROC(k
, uid
), 0)));
288 runame(const KINFO
*k
, const struct varent
*vent
)
290 printf("%-*s", vent
->width
,
291 user_from_uid(KI_PROC(k
, ruid
), 0));
295 s_runame(const KINFO
*k
)
297 return (strlen(user_from_uid(KI_PROC(k
, ruid
), 0)));
301 tdev(const KINFO
*k
, const struct varent
*vent
)
306 dev
= KI_PROC(k
, tdev
);
308 printf("%*s", vent
->width
, "??");
310 snprintf(buff
, sizeof(buff
), "%d/%d", major(dev
), minor(dev
));
311 printf("%*s", vent
->width
, buff
);
316 tname(const KINFO
*k
, const struct varent
*vent
)
321 dev
= KI_PROC(k
, tdev
);
322 if (dev
== NODEV
|| (ttname
= devname(dev
, S_IFCHR
)) == NULL
)
323 printf("%*s ", vent
->width
-1, "??");
325 if (strncmp(ttname
, "tty", 3) == 0 ||
326 strncmp(ttname
, "cua", 3) == 0)
328 printf("%*.*s%c", vent
->width
-1, vent
->width
-1, ttname
,
329 KI_PROC(k
, auxflags
) & KI_CTTY
? ' ' : '-');
334 longtname(const KINFO
*k
, const struct varent
*vent
)
339 dev
= KI_PROC(k
, tdev
);
340 if (dev
== NODEV
|| (ttname
= devname(dev
, S_IFCHR
)) == NULL
)
341 printf("%-*s", vent
->width
, "??");
343 printf("%-*s", vent
->width
, ttname
);
347 started(const KINFO
*k
, const struct varent
*vent
)
353 static int use_ampm
= -1;
356 use_ampm
= (*nl_langinfo(T_FMT_AMPM
) != '\0');
358 then
= KI_PROC(k
, start
).tv_sec
;
359 if (then
< btime
.tv_sec
) {
363 tp
= localtime(&then
);
366 if (now
- then
< 24 * 3600) {
367 strftime(buf
, sizeof(buf
) - 1,
368 use_ampm
? "%l:%M%p" : "%k:%M ", tp
);
369 } else if (now
- then
< 7 * 86400) {
370 strftime(buf
, sizeof(buf
) - 1,
371 use_ampm
? "%a%I%p" : "%a%H ", tp
);
373 strftime(buf
, sizeof(buf
) - 1, "%e%b%y", tp
);
374 printf("%-*s", vent
->width
, buf
);
378 lstarted(const KINFO
*k
, const struct varent
*vent
)
383 then
= KI_PROC(k
, start
).tv_sec
;
384 strftime(buf
, sizeof(buf
) -1, "%c", localtime(&then
));
385 printf("%-*s", vent
->width
, buf
);
389 wchan(const KINFO
*k
, const struct varent
*vent
)
391 if (*KI_LWP(k
, wmesg
)) {
392 printf("%-*.*s", vent
->width
, vent
->width
,
395 printf("%-*s", vent
->width
, "-");
400 #define pgtok(a) (((a)*getpagesize())/1024)
404 vsize(const KINFO
*k
, const struct varent
*vent
)
406 printf("%*d", vent
->width
, (KI_PROC(k
, vm_map_size
)/1024));
410 rssize(const KINFO
*k
, const struct varent
*vent
)
412 /* XXX don't have info about shared */
413 printf("%*lu", vent
->width
, (u_long
)pgtok(KI_PROC(k
, vm_rssize
)));
417 p_rssize(const KINFO
*k
, const struct varent
*vent
) /* doesn't account for text */
419 printf("%*ld", vent
->width
, (long)pgtok(KI_PROC(k
, vm_rssize
)));
423 cputime(const KINFO
*k
, const struct varent
*vent
)
426 long psecs
; /* "parts" of a second. first micro, then centi */
429 static char decimal_point
= '\0';
431 if (decimal_point
== '\0')
432 decimal_point
= localeconv()->decimal_point
[0];
435 * This counts time spent handling interrupts. We could
436 * fix this, but it is not 100% trivial (and interrupt
437 * time fractions only work on the sparc anyway). XXX
439 timeus
= KI_LWP(k
, uticks
) + KI_LWP(k
, sticks
) +
441 secs
= timeus
/ 1000000;
442 psecs
= timeus
% 1000000;
444 secs
+= KI_PROC(k
, cru
).ru_utime
.tv_sec
+
445 KI_PROC(k
, cru
).ru_stime
.tv_sec
;
446 psecs
+= KI_PROC(k
, cru
).ru_utime
.tv_usec
+
447 KI_PROC(k
, cru
).ru_stime
.tv_usec
;
450 * round and scale to 100's
452 psecs
= (psecs
+ 5000) / 10000;
455 snprintf(obuff
, sizeof(obuff
),
456 "%3ld:%02ld%c%02ld", secs
/60, secs
%60, decimal_point
, psecs
);
457 printf("%*s", vent
->width
, obuff
);
461 getpcpu(const KINFO
*k
)
470 #define fxtofl(fixpt) ((double)(fixpt) / fscale)
472 /* XXX - I don't like this */
473 if (KI_PROC(k
, swtime
) == 0 || (KI_PROC(k
, flags
) & P_SWAPPEDOUT
))
476 return (100.0 * fxtofl(KI_LWP(k
, pctcpu
)));
477 return (100.0 * fxtofl(KI_LWP(k
, pctcpu
)) /
478 (1.0 - exp(KI_PROC(k
, swtime
) * log(fxtofl(ccpu
)))));
482 pcpu(const KINFO
*k
, const struct varent
*vent
)
484 printf("%*.1f", vent
->width
, getpcpu(k
));
488 pnice(const KINFO
*k
, const struct varent
*vent
)
492 switch (KI_LWP(k
, rtprio
).type
) {
493 case RTP_PRIO_REALTIME
:
494 niceval
= PRIO_MIN
- 1 - RTP_PRIO_MAX
+ KI_LWP(k
, rtprio
).prio
;
497 niceval
= PRIO_MAX
+ 1 + KI_LWP(k
, rtprio
).prio
;
499 case RTP_PRIO_THREAD
:
500 niceval
= PRIO_MIN
- 1 - RTP_PRIO_MAX
- KI_LWP(k
, rtprio
).prio
;
503 niceval
= KI_PROC(k
, nice
) - NZERO
;
506 printf("%*d", vent
->width
, niceval
);
511 getpmem(const KINFO
*k
)
522 if (KI_PROC(k
, flags
) & P_SWAPPEDOUT
)
524 /* XXX want pmap ptpages, segtab, etc. (per architecture) */
526 /* XXX don't have info about shared */
527 fracmem
= ((float)KI_PROC(k
, vm_rssize
) + szptudot
)/mempages
;
528 return (100.0 * fracmem
);
532 pmem(const KINFO
*k
, const struct varent
*vent
)
534 printf("%*.1f", vent
->width
, getpmem(k
));
538 pagein(const KINFO
*k
, const struct varent
*vent
)
540 printf("%*ld", vent
->width
, KI_LWP(k
, ru
).ru_majflt
);
545 maxrss(const KINFO
*k __unused
, const struct varent
*vent
)
547 printf("%*ld", vent
->width
, KI_PROC(k
, ru
).ru_maxrss
);
551 tsize(const KINFO
*k
, const struct varent
*vent
)
553 printf("%*ld", vent
->width
, (long)pgtok(KI_PROC(k
, vm_tsize
)));
557 rtprior(const KINFO
*k
, const struct varent
*vent
)
563 prtp
= &KI_LWP(k
, rtprio
);
567 case RTP_PRIO_REALTIME
:
568 snprintf(str
, sizeof(str
), "real:%u", prio
);
570 case RTP_PRIO_NORMAL
:
571 strncpy(str
, "normal", sizeof(str
));
574 snprintf(str
, sizeof(str
), "idle:%u", prio
);
577 snprintf(str
, sizeof(str
), "%u:%u", type
, prio
);
580 str
[sizeof(str
) - 1] = '\0';
581 printf("%*s", vent
->width
, str
);
585 * Generic output routines. Print fields from various prototype
589 printval(const char *bp
, const struct varent
*vent
)
591 static char ofmt
[32] = "%";
596 fcp
= vent
->var
->fmt
;
597 if (vent
->var
->flag
& LJUST
)
600 while ((*cp
++ = *fcp
++));
602 switch (vent
->var
->type
) {
604 printf(ofmt
, vent
->width
, *(const char *)bp
);
607 printf(ofmt
, vent
->width
, *(const u_char
*)bp
);
610 printf(ofmt
, vent
->width
, *(const short *)bp
);
613 printf(ofmt
, vent
->width
, *(const u_short
*)bp
);
616 printf(ofmt
, vent
->width
, *(const int *)bp
);
619 printf(ofmt
, vent
->width
, *(const u_int
*)bp
);
622 printf(ofmt
, vent
->width
, *(const long *)bp
);
625 printf(ofmt
, vent
->width
, *(const u_long
*)bp
);
628 printf(ofmt
, vent
->width
, *(const u_long
*)bp
);
631 errx(1, "unknown type %d", vent
->var
->type
);
636 pvar(const KINFO
*k
, const struct varent
*vent
)
638 printval((char *)((char *)k
->ki_proc
+ vent
->var
->off
), vent
);
642 lpest(const KINFO
*k
, const struct varent
*vent
)
646 val
= *(int *)((char *)&k
->ki_proc
->kp_lwp
+ vent
->var
->off
);
648 printval((char *)&val
, vent
);
653 lpvar(const KINFO
*k
, const struct varent
*vent
)
655 printval((char *)((char *)&k
->ki_proc
->kp_lwp
+ vent
->var
->off
), vent
);
659 rvar(const KINFO
*k
, const struct varent
*vent
)
661 printval(((const char *)&KI_LWP(k
, ru
) + vent
->var
->off
), vent
);
665 make_printable(const char *str
)
673 if ((cpy
= malloc(len
* 4 + 1)) == NULL
)
675 strvis(cpy
, str
, VIS_TAB
| VIS_NL
| VIS_NOSLASH
);