search for: prstat

Displaying 20 results from an estimated 43 matches for "prstat".

Did you mean: rstat
2008 Jun 26
4
Pfilestat vs. prstat
[Just starting out with DTrace and was hoping to get some guidance.] I have a "benchmark" program that I monitored with both prstat (prstat -mL -P <PID>) and pfilestat (from the DTrace toolkit). Prstat reports LAT values in the 0.1-0.2% range, but pfilestat reports "waitcpu" values in the 6-10%. Since those two numbers supposedly represent time waiting for the CPU, I''m wondering why they are so differen...
2006 Nov 29
7
how to debug context switching and mutex contentions?
...0 926 1033 26 9405 927 2480 7413 0 12216 68 25 0 8 This is complicated by the fact that there are a number of PIDs of interest running on the server.... Extra credit question... Why would a particular process when run alone (like mshttpd) show heavy usage with mpstat, but under prstat, no cpu usage appear? 17990 ? 0:00 webservd 17991 ? 0:48 webservd 17992 ? 13:17 webservd 18004 ? 0:00 webservd 18005 ? 0:49 webservd 18006 ? 609:23 webservd 18024 ? 0:00 watcher 18025 ? 0:13 enpd 18026 ?...
2009 Apr 22
1
prstat -Z and load average values in different zones give same numeric results
Folks, Perplexing question about load average display with prstat -Z Solaris 10 OS U4 (08/07) We have 4 zones with very different processes and workloads.. The prstat -Z command issued within each of the zones, correctly displays the number of processes and lwps, but the load average value looks exactly the same on all non-global zones..I mean all 3 values (1,5...
2007 Aug 09
3
memory allocation
hello! First of all thank you for all your information you give us on this sites. It is a great help to learn for example dtrace. i''ve a little script in work, which shows the cpu utilization per process in percent. this output is refreshed every 2 seconds for example. now i want to extend this script with the output of the allocated bytes of memory per process. how could i display this
2009 May 13
2
With RAID-Z2 under load, machine stops responding to local or remote login
...prompting for user or password. Machine responds to ping. NFS drops. snv_113, this has occurred since the RAID-Z2 was created (b102). I have no idea how to instrument this, as it doesn''t appear to be panicking, or running out of RAM (as far as I can see from the last responses of top and prstat), and I don''t know how to ask dtrace about where I''m mostly spending my time. I read one or two guides, but I don''t follow how the output of it is meaningful. I''m sending this to zfs-discuss as I can''t replicate this problem unless I''m doing he...
2006 Feb 03
1
find thread that is causing high cpu usage
Hello, Using one of Brendan''s dtrace script prusage and prstat, I was able to find the process that is consuming high cpu. I also have a test case that can trigger this high cpu usage. Questions are a) how do I proceed from here? b) how do I figure out which thread is using this high cpu? c) how do I figure out which piece of code is causing this problem? Tha...
2010 Sep 13
0
New version of rms package on CRAN
...ons to gIndex * Fixed ancient bug in lrm.fit Fortran code to handle case where initial estimates are nearly perfect (was trying to step halve); thanks: Dan Hogan * Changed survdiffplot to use gray(.85) for bands instead of gray(.95) * Fixed formatting problem in print.psm * Added prStats and reVector functions to rmsMisc.s * Changed formatting of all print.* functions for model fits to use new prStats function * Added latex=TRUE option to all model fit print methods; requires LaTeX package needspace * Re-wrote printing routines to make use of more general model *...
2010 Sep 13
0
New version of rms package on CRAN
...ons to gIndex * Fixed ancient bug in lrm.fit Fortran code to handle case where initial estimates are nearly perfect (was trying to step halve); thanks: Dan Hogan * Changed survdiffplot to use gray(.85) for bands instead of gray(.95) * Fixed formatting problem in print.psm * Added prStats and reVector functions to rmsMisc.s * Changed formatting of all print.* functions for model fits to use new prStats function * Added latex=TRUE option to all model fit print methods; requires LaTeX package needspace * Re-wrote printing routines to make use of more general model *...
2006 Oct 26
2
What has been swapped out?
I have a SunRay server that I am looking at to determine some sizing requirements in my department. The machine has 16G of ram and 10G of swap. Currently, I have about 4G of swap used. I am wondering if dtrace/mdb can be used to find out what lwp/processes have been swapped out? Any hints? This message posted from opensolaris.org
2006 May 16
1
Using upssched under Solaris
...ve the following in my upssched.conf: CMDSCRIPT /usr/local/ups/sbin/upssched-cmd AT ONBATT * EXECUTE onbatt The problem I have is that is seems like the script in CMDSCRIPT never gets executed. If I replace the script with an executable, the executable never gets executed. While looking in the prstat window, I see the program upssched get executed like it is suppose to but whatever I have in the CMDSCRIPT never seems like it runs. I have tried this with version 2.0.3 and 2.0.0. This is using Solaris on a Sun. Any suggestions? Thanks Ron -------------- next part -------------- An HTML atta...
2007 Oct 17
3
Dtrace scripts for performance data gathering
I am looking for Dtrace scripts that can be used to collect data during performance tests. I am especially interested in IO but CPU, memory, threads, etc are needed as well. Thanks, Dave
2008 Apr 18
2
plockstat: failed to add to aggregate: Abort due to drop
when check java process lock statistics, plockstat failed, please see below: # prstat -mLp 21162 PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID 21162 7677 0.9 0.1 0.0 0.0 0.0 99 0.0 0.3 83 89 215 0 java/81 21162 7677 0.3 0.1 0.0 0.0 0.0 0.0 99 0.2 106 33 305 0 java/35 21162 7677 0.1 0.0 0.0 0.0 0.0 100 0.0 0.1 79 6 85 0 ja...
2005 Jun 14
2
master/config rewrite
I've finally got it to work, kind of .. It should allow you to log in, but several settings don't work yet and there are probably many bugs. Anyway, I thought I'd show this already in case someone is interested of looking how it works :) One thing I'm still wondering a bit is if I should show process names as: 32602 pts/19 S 0:00 dovecot/config 32603 pts/19 S
2010 Jan 11
3
Does ZFS use large memory pages?
Last April we put this in /etc/system on a T2000 server with large ZFS filesystems: set pg_contig_disable=1 This was while we were attempting to solve a couple of ZFS problems that were eventually fixed with an IDR. Since then, we''ve removed the IDR and brought the system up to Solaris 10 10/09 with current patches. It''s stable now, but seems slower. This line was a
2011 Jan 12
6
ZFS slows down over a couple of days
Hi all, I have exchanged my Dell R610 in favor of a Sun Fire 4170 M2 which has 32 GB RAM installed. I am running Sol11Expr on this host and I use it to primarily serve Netatalk AFP shares. From day one, I have noticed that the amount of free RAM decereased and along with that decrease the overall performance of ZFS decreased as well. Now, since I am still quite a Solaris newbie, I seem to
2003 Oct 07
2
freebsd.org mirroring
...==> en/FAQ ===> en/handbook ===> en/internal ===> en/java ===> en/java/dists ===> en/java/docs ===> en/java/links ===> en/copyright ===> en/search ===> en/gallery ===> en/projects ===> en/projects/busdma ===> en/projects/c99 ===> en/projects/mips ===> en/prstats ===> en/platforms ===> en/platforms/ia64 ===> en/releases ===> en/releases/1.1 ===> en/releases/1.1.5 ===> en/releases/2.0 ===> en/releases/2.0.5R ===> en/releases/2.1R ===> en/releases/2.1.5R ===> en/releases/2.1.6R ===> en/releases/2.1.7R ===> en/releases/2.2R...
2005 Oct 31
11
Aggregation elements
Howdy, Is there a method to get the number of elements in an aggregation? Are the results stored in an aggregation guaranteed to be in any type of order? Thanks for any insight, - Ryan -- UNIX Administrator http://daemons.net/~matty
2005 Nov 18
6
expected system load from DTrace scripts/probes
Does anyone out there have any thoughts on the type of load common DTrace scripts would cause on a system if run 24x7? I know "common DTrace scripts" and their underlining probe calls a vague statement. So for the lack of a common and establish set of scripts in the OS, I''ll use the most popular right for my question...the DTraceToolkit from Brendan Gregg. Which by the
2010 Jan 08
0
ZFS partially hangs when removing an rpool mirrored disk while having some IO on another pool on another partition of the same disk
...39;m stuck (zpool clear rpool c4t0d7s0 for example or zpool status rpool) I can''t launch new programms, but already launched programs continue to run (at least in an ssh session, since gnome becomes more and more frozen as you move from window to window). >From ssh sessions : - prstat shows that only gnome-system-monitor, xorg, ssh, bash and various *stat utils (prstat, fstat, iostat, mpstat) are consumming some CPU. - zpool iostat -v tank 5 is frozen (It freezes when I issue a zpool clear rpool c4t0d7s0 in another session) - iostat -xn is not stuck but shows all zeroes si...
2008 Jan 02
1
Adding to zpool: would failure of one device destroy all data?
I didn''t find any clear answer in the documentation, so here it goes: I''ve got a 4-device RAIDZ array in a pool. I then add another RAIDZ array to the pool. If one of the arrays fails, would all the data on the array be lost, or would it be like disc spanning, and only the data on the failed array be lost? Thanks in advance. This message posted from opensolaris.org