Displaying 7 results from an estimated 7 matches for "umpk12".
2005 Sep 27
2
Invalid address error message
...p;", copyinstr(arg0));
}
.
.
************************************************
* C P Lin, Common Technology Project Lead. *
* Sun Microsystems Inc. *
* E-Mail: c.lin at sun.com *
* Address: 4150 Network Circle, M/S UMPK12-330 *
* Santa Clara, CA 95054 *
* Phone: 650/352-4967 Fax: 650/786-7816 *
************************************************
2006 Mar 15
1
Can dtrace agent of JDK be used in IBM Websphere?(fwd)
...BM websphere server bundled
JDK on my machine, but it failed.
So can anybody help me to clarify this situation? if no, please help to
explain, if yes, please kindly let me know how to achieve it.
Thanks in advance.
--
Yufei Zhu
Scalable Systems group, Sun Microsystems Inc.
12 Network Circle, UMPK12-325
Menlo Park, CA 94025
Office Phone: 650-352-5822
2005 Nov 14
0
How to exclude multiple probe patterns ?
...or Do we have simpler and more
clever alternatives?
THX.
--
************************************************
* C P Lin, Common Technology Project Lead. *
* Sun Microsystems Inc. *
* E-Mail: c.lin at sun.com *
* Address: 4150 Network Circle, M/S UMPK12-330 *
* Santa Clara, CA 95054 *
* Phone: 650/352-4967 Fax: 650/786-7816 *
************************************************
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
2006 Mar 31
2
Missing probes in libc.so.1
Hi,
I did "dtrace -l" on libc.so.1 with "_c??????"
matching pattern and yield only two probes but
there are 6 of them matches that pattern when
invoke "nm" on libc. Why?
See below for details:
%dtrace -w -qn ''BEGIN {system("dtrace -l -mlibc.so.1 > libc_dtrace");} pid$target:libc:_c??????:entry{}'' -c ''sleep 1''
%
2005 Sep 14
4
How to get full path name of execname?
...nunix:exec_common:exec-success
Thanks.
************************************************
* C P Lin, Common Technology Project Lead. *
* Sun Microsystems Inc. *
* E-Mail: c.lin at sun.com *
* Address: 4150 Network Circle, M/S UMPK12-210 *
* Santa Clara, CA 95054 *
* Phone: 650/352-4967 Fax: 650/786-7816 *
************************************************
2006 Feb 25
9
trace("") prints hex dump table
I''m running
SunOS unknown 5.11 snv_33 i86pc i386 i86pc
and to print a blank line in the output of my script I tried adding:
trace("");
which printed
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00