Are there any tools that ship w/ Solaris 11 for historical reporting on things like network activity, zpool iops/bandwidth, etc., or is it pretty much roll-your-own scripts and whatnot? Thanks in advance? -Anh
On 16 April, 2012 - Anh Quach sent me these 0,4K bytes:> Are there any tools that ship w/ Solaris 11 for historical reporting on things like network activity, zpool iops/bandwidth, etc., or is it pretty much roll-your-own scripts and whatnot?zpool iostat 5 is the closest built-in.. /Tomas -- Tomas Forsman, stric at acc.umu.se, http://www.acc.umu.se/~stric/ |- Student at Computing Science, University of Ume? `- Sysadmin at {cs,acc}.umu.se
On Mon, 16 Apr 2012, Tomas Forsman wrote:> On 16 April, 2012 - Anh Quach sent me these 0,4K bytes: > >> Are there any tools that ship w/ Solaris 11 for historical reporting on things like network activity, zpool iops/bandwidth, etc., or is it pretty much roll-your-own scripts and whatnot? > > zpool iostat 5 is the closest built-in..Otherwise, switch from Solaris 11 to SmartOS or Illumos. Lots of good stuff going on there for monitoring and reporting. The dtrace.conf conference seemed like it was pretty interesting. See "http://smartos.org/blog/". Lots more good stuff at "http://www.youtube.com/user/deirdres" and elsewhere on Youtube. Bob -- Bob Friesenhahn bfriesen at simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
On Mon, Apr 16, 2012 at 9:18 PM, Anh Quach <anh at blackandcode.com> wrote:> > Are there any tools that ship w/ Solaris 11 for historical reporting on things like network activity, zpool iops/bandwidth, etc., or is it pretty much roll-your-own scripts and whatnot?I find brendans nicstat useful for a nice overview of nic activity, http://www.brendangregg.com/K9Toolkit/nicstat.c gcc is available from the package repo, if you install that and the system/header package for the deps you can compile it. For iops "zpool iostat" as already suggested is fine especially with -v, but also take a look at iostat -xnc 2. They wont give you historical data though, but you can always feed it to rrdtool :)
On 04/16/12 20:18, Anh Quach wrote:> Are there any tools that ship w/ Solaris 11 for historical reporting on things like network activity, zpool iops/bandwidth, etc., or is it pretty much roll-your-own scripts and whatnot?For network activity look at flowstat it can read exacct format files. For IO depends what level you want to look at, if it is the device level iostat, if it is how ZFS is using the devices look at ''zpool iostat''. If it is the filesystem level look at fsstat. Also look acctadm(1M). -- Darren J Moffat