Re: counting total PIDs since the server been started
From: Chris Elsworth (chris_at_shagged.org)
Date: 12/14/04
- Previous message: scream: "counting total PIDs since the server been started"
- In reply to: scream: "counting total PIDs since the server been started"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Dec 2004 09:55:21 +0000 To: scream <screamer@stickit.nu>
On Tue, Dec 14, 2004 at 12:33:45PM +0300, scream wrote:
> Hello freebsd-hackers,
>
> I`m trying to solve this puzzle >"how to get statistics about total count of
> fork`ed\exec`ed processes since the server been rebooted and even
> make some RRD-like graphs".I need it
> to make some graphs about server perfomance and stability.Could
> anyone point me to any usefull docs.
Hello,
OTTOMH without consulting any docs, are these any use:
# sysctl -a | grep fork
vm.stats.vm.v_forks: 4795379
vm.stats.vm.v_vforks: 1017309
vm.stats.vm.v_rforks: 0
-- Chris _______________________________________________ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
- Previous message: scream: "counting total PIDs since the server been started"
- In reply to: scream: "counting total PIDs since the server been started"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|