freebsd-dev/usr.bin/procstat
Enji Cooper c7d813a93e Start writing up some basic feature tests for procstat
These tests query a running process for information related to the -b,
-c, -e, and -f flags; the -f testcase is largely stubbed out, pending
additional work to determine a good, deterministic descriptor.

Core file test support is coming soon--it requires a bit more effort
due to the fact that:
- coredumps can be disabled (kern.coredump=0).
- corefiles can be put in different directories than the current
  directory, or be named something other than `<prog>.core`
  (`kern.corefile`).

MFC after:	2 months
Sponsored by:	Dell EMC Isilon
2017-05-15 22:52:25 +00:00
..
tests Start writing up some basic feature tests for procstat 2017-05-15 22:52:25 +00:00
Makefile Start writing up some basic feature tests for procstat 2017-05-15 22:52:25 +00:00
Makefile.depend Update META_MODE dependencies. 2015-09-17 05:06:34 +00:00
procstat_args.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_auxv.c Fix inverted output re: stack protection no-execute flag in procstat(1) 2015-09-06 17:47:03 +00:00
procstat_basic.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_bin.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_cred.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_cs.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_files.c Use nitems() from sys/param.h. 2016-07-30 07:15:54 +00:00
procstat_kstack.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_ptlwpinfo.c Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
procstat_rlimit.c Implement process-shared locks support for libthr.so.3, without 2016-02-28 17:52:33 +00:00
procstat_rusage.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_sigs.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat_threads.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_vm.c Introduce libxo to procstat(1) 2015-09-05 17:02:01 +00:00
procstat.1 procstat(1): also reference icmp(4) and sctp(4) 2017-05-11 07:58:04 +00:00
procstat.c Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
procstat.h Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00