Charlie Andrews
unread,May 21, 2014, 10:04:03 AM5/21/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to distributed, golan...@googlegroups.com, Dave Cheney, Andy Bonventre
On Wed, May 21, 2014 at 06:54:20AM -0700, distributed wrote:
> This might be a stupid question. You say your process runs for at least a
> minute. Does your process actually use that much CPU time?
>
> In other words, what is the output of time ./yourprogram ?
It's a webserver, so it doesn't really have output besides logs, but I
am throwing a few thousand requests at it, so I would assume that there
would be enough CPU time to grab a few thousand samples, but I only get
in the low double digits. For now I'm using perf top, which is somewhat
helpful, but I thought that pprof would be better since it is
go-specific.
-Charlie