Searched defs:cmdinfo (Results 1 – 1 of 1) sorted by relevance
39 struct cmdinfo { struct40 char ci_comm[CI_COMMLEN+1]; /* command name (+ '*') */41 uid_t ci_uid; /* user id */42 pid_t ci_pid; /* pid */43 uint64_t ci_calls; /* number of calls */44 uint64_t ci_etime; /* elapsed time */45 uint64_t ci_utime; /* user time */46 uint64_t ci_stime; /* system time */47 uint64_t ci_mem; /* memory use */48 uint64_t ci_io; /* number of disk i/o ops */[all …]