I was trying to see what the process running would be pfBlockerNG that would be seen by top. The process that is running is php.
Here is the real. I believe process /usr/local/bin/php -f /usr/local/pkg/pfblockerng/pfblockerng.inc dnsbl.
Top would show php as the process.
last pid: 18593; load averages: 0.00, 0.01, 0.00 up 0+23:14:21 07:14:39
73 processes: 1 running, 72 sleeping
CPU: 0.0% user, 0.0% nice, 0.2% system, 0.4% interrupt, 99.4% idle
Mem: 104M Active, 383M Inact, 405M Wired, 256K Cache, 407M Buf, 2949M Free
Swap: 8192M Total, 8192M Free
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
45366 squid 1 20 0 267M 167M kqread 0 0:14 0.00% squid
42679 unbound 2 20 0 55112K 28476K kqread 1 0:06 0.00% unbound
67172 root 1 52 20 17000K 2392K wait 1 0:05 0.00% sh
54987 squid 1 20 0 37752K 4084K select 1 0:03 0.00% pinger
37883 root 1 20 0 220M 33036K nanslp 0 0:03 0.00% php
I was just curious why I could not see a process running. Now I know why. All I know about php that it is one of the scripting languages.
Thanks for the information. If I have problems in the future I am able to dig deeper into the problem.