Tag archives for Opensolaris - Page 2
PLEASE BE AWARE THAT ANY INFORMATION YOU MAY FIND HERE MAY BE INACCURATE, AND COULD INCLUDE TECHNICAL INACCURACIES, TYPOGRAPHICAL ERRORS, AND EVEN SPELLING ERRORS.
From the MANUAL page:
The zdb command is used by support engineers to diagnose
failures and gather statistics. Since the ZFS file ...
Yesterday i was watching the video of the presentadion High Availability: Today and Tomorrow, presented @ SF in the first OHAC summit (05/31/2009). It was a really good discussion, and was really nice to see many different perspectives about HA.
But i think is really interesting what people thinks about ...
Here you can get the new version.
Here the project's page on OpenSolaris OHAC community.
Here the instructions.
peace.
That was an amazing experience, and was really great meet those people that i just talk by email. First was the OHAC Summit, where we had excellent presentations, and the keynote 'The Network is the Cluster' by Dr. David Cheriton (Stanford University), and the 'High Availability: Today and Tomorrow' discussion ...
Just a note... ;-)
1) pfexec pkg install gcc-dev
2) pfexec pkg install SUNWscp
3) pfexec pkg install SUNWmysql5
4) pfexec pkg install ruby-dev
5) pfexec gem install rails --include-dependencies
6) pfexec gem install mongrel --include-dependencies
7) pfexec gem install mysql -- --with-mysql-dir=/usr/mysql/5.0/
8) pfexec gem install will_paginate
9) export PATH=$PATH:/usr/ruby/1.8/bin
Actually i did need the pfexec gem install ...
Ok, now i did some 'clean up' on the code... did create some functions, have removed duplicated code, and add new features like 'Requests per second'. Now i think is just fix any bugs that we will find, but the features for this particular tool are done.
Take a look:
FEATURES:
...
I need more eyes on the code... ;-)
I did a few more changes, but i'm not a C programmer. I did add two graphs (clean up the screen with curses is boring, thanks for some procedures from iMil and the great wimon software).
With that graphs (Read and Write), we ...
DO NOT TRY IT IN PRODUCTION. USE AT YOUR OWN RISK!
Hello there! Yesterday i was coding a simple tool to provide a better visualization of the block's sizes (read/write) on a NFS server. The primary objective was not consolidate informations, but just quickly visualize trends, for a short period of ...