search for: akolb

Displaying 6 results from an estimated 6 matches for "akolb".

Did you mean: kolb
2006 Oct 31
0
6283577 cfgadm configure panic - NULL pointer (mmu_fsr) dereferenced in module "ip"
Author: akolb Repository: /hg/zfs-crypto/gate Revision: 9d3008a3418986c9f79c8afb06bca932abb62b95 Log message: 6283577 cfgadm configure panic - NULL pointer (mmu_fsr) dereferenced in module "ip" Files: update: usr/src/uts/common/inet/ip/ip_squeue.c
2007 Nov 21
0
Using DTrace to analyse ON build
...86: http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/Observe/build_76_i386_timeline.txt results. It shows when each directory was entered during the build, how much time was spent there (inclusive with all subdirectories) and where we came from and what targets were used. - akolb
2006 Jun 20
1
Extending lwpsinfo_t with pr_lgrp for DTrace consumers
...els associated with specific fields of lwpsinfo_t for DTrace consumers? - What parts of the documentation are affected by this change other than the DTrace guide? - Is there any embedded DTrace knowledge of lwpsinfo_t fields other than in sched.d? __ Alex Kolbasov http://blogs.sun.com/akolb
2007 Apr 19
5
Available free memory.
Hi, Can I use DTrace to determine memory status? 1.Total Physical Memory, Used Memory. 2.Total Swap Space and Used Swap Space. I did find few DTrace scripts but had too much in them and I am unable to chop off unwanted lines of code due to lack of knowledge. It will be very helpful if some one can share the piece of code that serves my purpose as mentioned above. Regards, Ramesh. Ramesh
2006 Nov 16
6
DTrace hooks for CPU caps
...n"); printa ("%-18s %@u\n", @cpu); printf ("\nWait times:\n"); printa ("%-18s %@u\n", @sleeps); printf ("\nTotal times:\n"); printa ("%-18s %@u\n", @total); } Any comments/suggestions/objections? - Alexander Kolbasov http://blogs.sun.com/akolb
2008 Oct 02
0
Comments for squeue.c; part 2.
1. 566 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt, Why cnt is declared as uint32_t (fixed size?) Why not just int or uint_t? 554 * squeue_enter() - enter squeue sqp with mblk mp (which can be 555 * a chain), while tail points to the end and cnt in number of 556 * mblks in the chain. It is not quite clear what is a tail (and why it is needed as well) 558 * For