similar to: 6360247 blockenabled interrupts do not set up kstats properly on x86

Displaying 20 results from an estimated 80 matches similar to: "6360247 blockenabled interrupts do not set up kstats properly on x86"

2006 Oct 31
0
6420136 After Solaris installation and reboot to login screen, host is wedged...
Author: anish Repository: /hg/zfs-crypto/gate Revision: ebc37fd690a4ad2a9f05ea88e4a73c9438c20b86 Log message: 6420136 After Solaris installation and reboot to login screen, host is wedged... Files: update: usr/src/uts/common/os/ddi_intr_impl.c update: usr/src/uts/common/sys/ddi_intr_impl.h update: usr/src/uts/i86pc/io/pci/pci_common.c update: usr/src/uts/i86pc/io/pciex/pcie_ck804_boot.c
2010 Jan 25
1
MYSQL grammar diff in 1.6.2.1?
hi, dear all MYSQL commands work well in 1.4.28 edition, but not in 1.6.21 is that the grammar is different between them? extensions.conf exten => s,2,MYSQL(Query resultid ${connid} SELECT\ callerid\ from\ blacklist\ where\ companycode = ${ARG2} and callerid=${ARG1} and blockenabled = 1) cli: -- Executing [s at macro-checkblacklist:2] MYSQL("SIP/1003-00000006", "Query
2006 Oct 31
0
6360419 get master aborts accessing config space of amd64 hostbridge devices on systems with CK8-04 device
Author: anish Repository: /hg/zfs-crypto/gate Revision: 7c4fe5bc3d340613b336f2b91002d33d0010a403 Log message: 6360419 get master aborts accessing config space of amd64 hostbridge devices on systems with CK8-04 device Files: update: usr/src/uts/i86pc/io/pci/pci.c update: usr/src/uts/i86pc/io/pci/pci_common.c update: usr/src/uts/i86pc/io/pci/pci_common.h update:
2007 May 29
2
interrupt loading, intrd, and CMT
One of the things that I''ve been asked to look at lately is interrupt load spreading, and intrd, to improve the network performance of CMT systems. From my read of the code, it looks like intrd only knows about virtual processors. This has major breakage in that all the virtual processors on a single core in a Niagra system share the common interrupt logic. I.e. when the
2006 Oct 31
0
6428035 ddi_intr_free(9f) related cleanups on x86
Author: anish Repository: /hg/zfs-crypto/gate Revision: 4ed8043bfb358d2a06693d5555e59170ad7cb126 Log message: 6428035 ddi_intr_free(9f) related cleanups on x86 Files: update: usr/src/uts/i86pc/io/pci/pci_common.c
2009 Feb 25
1
Realtime database function help
Hello Everyone! According to voip-info.org the correcy syntax for the realtime function is: REALTIME(family|fieldmatch[|value[|delim1[|delim2]]]) on read REALTIME(family|fieldmatch|value|field) on write It seems from the syntax that it is only possible to retrieve a full row according to the value of only of column. This translates in SQL language as Select * from family where fieldmath =
2008 Aug 20
9
ARCSTAT Kstat Definitions
Would someone "in the know" be willing to write up (preferably blog) definitive definitions/explanations of all the arcstats provided via kstat? I''m struggling with proper interpretation of certain values, namely "p", "memory_throttle_count", and the mru/mfu+ghost hit vs demand/prefetch hit counters. I think I''ve got it figured out, but
2006 Jun 20
1
Extending lwpsinfo_t with pr_lgrp for DTrace consumers
The sched provider defines the stable "lgrp" variable that is the lgroup of the current CPU. This is mostly interesting when we can compare it with the actual thread home lgroup, so I''d like to extend the lwpsinfo_t structure with the new pr_lgrp field which will be implemented using translator. This will match the addition of the pr_lgrp field to the proc(4) lwpsinfo_t
2011 Jul 04
2
Linux early userspace doubts
Hi, I am a newbie into kernel booting process. I have read few things about boot process of the linux kernel. I am stuck at few things, which I am confident, someone from the list might help on - - If I pass a ramfs image as an intrd paramter from the bootloader (say grub), then will the kernel treat this as a ramfs image only? - initrd image is also, packed using cpio archive, then
2006 Oct 31
0
6359607 kstat perl module compiled with gcc breaks on x86
Author: raf Repository: /hg/zfs-crypto/gate Revision: 594dc4b768c2510dd5d22f0a22b773dec0b3a19f Log message: 6359607 kstat perl module compiled with gcc breaks on x86 6359795 lpstat dumps core when compiled with gcc Files: update: usr/src/cmd/lp/Makefile.lp update: usr/src/cmd/lp/cmd/lpadmin/Makefile
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
Short:     Which package do I need to install to get "auto/I18N/Langinfo/autosplit.ix"? Long: The problem I have was discussed almost a year ago (see this thread), but the resolution was not complete... I''m using Mark Johnson''s slim.py script (package list below), against repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui` and `svcadm enable
2009 Feb 12
11
UV fastpath after Crossbow
Hi the Crossbow team, I am testing my UV fastpath bits and I found several issues that need your suggestion: 1. dladm show-usage won''t work if UV fastpath is enabled. Since the link usage data are collected based on the statistics of the mac_client_impl_t, and UV fastpath skips the GLDv3 processing, that won''t be available. I don''t see a solution for this except
2004 Jan 06
7
Getting ext3 up and running
I have a Debian system from a Knoppix distribution. I started out with ext2 but decided to change to ext3. tune2fs -j OK. However the system boots with a warning ....ext3 mounted as ext2. proc/mounts confirms this and no journal is running. So I have to make an initrd. Did so using instructions in the Debian Reference and this did not change anything. Any attempt to use the img produced was a
2009 May 06
12
Monitoring ZFS host memory use
Hi, Please forgive me if my searching-fu has failed me in this case, but I''ve been unable to find any information on how people are going about monitoring and alerting regarding memory usage on Solaris hosts using ZFS. The problem is not that the ZFS ARC is using up the memory, but that the script Nagios is using to check memory usage simply sees, say 96% RAM used, and alerts. The
2011 Apr 25
3
arcstat updates
Hi ZFSers, I''ve been working on merging the Joyent arcstat enhancements with some of my own and am now to the point where it is time to broaden the requirements gathering. The result is to be merged into the illumos tree. arcstat is a perl script to show the value of ARC kstats as they change over time. This is similar to the ideas behind mpstat, iostat, vmstat, and friends. The current
2008 Jul 05
4
iostat and monitoring
Hi gurus, I like zpool iostat and I like system monitoring, so I setup a script within sma to let me get the zpool iostat figures through snmp. The problem is that as zpool iostat is only run once for each snmp query, it always reports a static set of figures, like so: root at exodus:snmp # zpool iostat -v capacity operations bandwidth pool used avail read
2009 Jan 30
1
RFE: parsable iostat and zpool layout
I would like zpool iostat to take a "-p" option to output parsable statistics with absolute counters/figures that for example could be fed to MRTG, RRD, et al. The "zpool iostat [-v] POOL 60 [N]" is great for humans but not very api-friendly; N=2 is a bit overkill and unreliable. Is this info available in kstat, or is this an RFE candidate? In Solaris10? Ditto for zpool
2005 Nov 04
1
sys_snapshot strcuture and probe action
Hi: How to access sys_snapshot for common stat reports within probe acction clause Thanks This message posted from opensolaris.org
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
LLVM Weekly - #220, Mar 19th 2018 ================================= If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/220>. Welcome to the two hundred and twentieth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2010 Apr 08
1
ZFS monitoring - best practices?
We''re starting to grow our ZFS environment and really need to start standardizing our monitoring procedures. OS tools are great for spot troubleshooting and sar can be used for some trending, but we''d really like to tie this into an SNMP based system that can generate graphs for us (via RRD or other). Whether or not we do this via our standard enterprise monitoring tool or