Home
last modified time | relevance | path

Searched refs:pidstat (Results 1 – 11 of 11) sorted by relevance

/dports/devel/p5-IPC-Locker/IPC-Locker-1.500/
H A DREADME.pod79 =head2 pidstat section
81 C<pidstat> is a program which answers the question, "is pid X running on
82 host Y?". See C<man pidstat> after installation.
86 C<pidstat> is the daemon that supports C<IPC::PidStat> and C<pidstat>. See
H A DMakefile.PL58 script/pidstat script/pidstatd
H A DMANIFEST19 script/pidstat
H A DChanges37 **** Fix some false CPAN test failures with pidstat on slow systems.
187 ** Added pidstat tool for querying the daemon. [by Stephen Adkins]
/dports/print/lyx/lyx-2.3.4.2/development/autotests/
H A Dsingle-test.cmake38 set(pidstat 1) variable
41 …execute_process(COMMAND pidof ${LYX} OUTPUT_VARIABLE LYX_PID RESULT_VARIABLE pidstat OUTPUT_VARIAB…
42 if (pidstat)
52 if (NOT pidstat)
/dports/comms/linrad/linrad-04.02/
H A Dlxsys.c297 FILE *pidstat; in lir_get_thread_time()
301 pidstat=fopen(fnam,"r"); in lir_get_thread_time()
302 if(pidstat==NULL)return 0; in lir_get_thread_time()
306 m=fread(info,1,512,pidstat); in lir_get_thread_time()
307 fclose(pidstat); in lir_get_thread_time()
/dports/shells/bash/bash-5.1/
H A Djobs.h160 struct pidstat { struct
169 struct pidstat *storage; /* storage arena */ argument
H A Djobs.c300 static struct pidstat *bgp_add PARAMS((pid_t, int));
786 bgpids.storage = (struct pidstat *)xrealloc (bgpids.storage, nsize * sizeof (struct pidstat)); in bgp_resize()
818 static struct pidstat *
824 struct pidstat *ps;
868 struct pidstat *ps;
/dports/shells/zsh/zsh-5.8.1/Completion/Linux/Command/
H A D_sysstat1 #compdef mpstat cifsiostat isag sadf sar pidstat
130 '-e[execute specified program and monitor it with pidstat]:*::command: _normal' \
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lrm/lrmd/
H A Dlrmd.c423 const char * pidstat; in lrmd_op_dump() local
429 pidstat = "not running"; in lrmd_op_dump()
431 pidstat = "running"; in lrmd_op_dump()
440 , op->client_id, op->call_id, op->exec_pid, pidstat in lrmd_op_dump()
/dports/benchmarks/nuttcp/nuttcp-8.2.2/
H A Dnuttcp-8.2.2.c1189 int pidstat; /* status of forked process */ variable
5773 while ((wait_pid = wait(&pidstat)) in main()
6109 while ((wait_pid = wait(&pidstat)) != pid) { in main()
6127 while ((wait_pid = wait(&pidstat)) in main()
6416 while ((wait_pid = wait(&pidstat)) != pid) { in main()
6492 while ((wait_pid = wait(&pidstat)) != pid) { in main()
6506 while ((wait_pid = wait(&pidstat)) in main()
10206 int pidstat; in get_retrans() local
10328 while ((wait_pid = wait(&pidstat)) != pid) { in get_retrans()