SunOS5.8 is a radical departure from SunOs4.X in many ways. one of the important differences is the handling of devices. Adding devices under SunOS4.x required a kernel reconfiguration, recompliation and reboot. Under SunOS5.X, this has changed with the ability to add some drivers on the fly.... (1 Reply)
One cool thing about unix is that it predicts disk blocks that you may need and tries to have them in core before you need them. Over the years, various unix vendors tried various algorithms to improve performance. HP has patented their latest algorithm...
Multi-threaded Read Ahead Prediction... (0 Replies)
I would like to search a router config file for "ip address $ip", once found, I want to grab the line just before that contains "interface $interfacetype"
basically saying, 10.3.127.9 is assigned to "Loopback1" given the below as an example.
interface Loopback1
ip address 10.3.127.9... (1 Reply)
Hi Guys,
I wonder if after enabling CIO/DIO at the filesystem level and assuming that CIO/DIO will bypass the JFS2 read ahead available when not using CIO/DIO my questionis what parameters I can play with to tune/improve the CIO in order to obtain similar performance for sequential reads (... (7 Replies)
:confused:
Good Day,
I have this script that gets the archive names and the time it applies based on the alert log. The application of archives are of daily basis and usually many so having this script helps my job become easier.
My problem is that when i get all the time stamps and... (1 Reply)
Hi,
I am trying to write a ksh to compare the time in a date
date
Thu Jul 1 09:01:24 PDT 2010
when I try to get hour
date | awk '{print $4}' | cut -f1 -d:
08
how I can trim the 0 ahead of 08 to make it 8?
please help~ (7 Replies)
Time on unix server shows 8:00a CST
Time on Windows 7 Box shows 8:00a CST
However when you access an NFS share the time stamp on the files show an hour ahead? Talking about a newly created file shows an hour ahead so at 8:00a the file will show a time stamp of 9:00a CST
the problem it... (1 Reply)
Discussion started by: Paul Standley
1 Replies
LEARN ABOUT DEBIAN
hdate_struct
hdate_struct(3) libhdate C language hdate_struct(3)NAME
hdate_struct -
libhdate Hebrew date struct
SYNOPSIS
#include <hdate.h>
Data Fields
int hd_day
int hd_mon
int hd_year
int gd_day
int gd_mon
int gd_year
int hd_dw
int hd_size_of_year
int hd_new_year_dw
int hd_year_type
int hd_jd
int hd_days
int hd_weeks
Detailed Description
libhdate Hebrew date struct
Field Documentation
int hdate_struct::hd_day The number of day in the hebrew month (1..31).
int hdate_struct::hd_mon The number of the hebrew month 1..14 (1 - tishre, 13 - adar 1, 14 - adar 2).
int hdate_struct::hd_year The number of the hebrew year.
int hdate_struct::gd_day The number of the day in the month. (1..31)
int hdate_struct::gd_mon The number of the month 1..12 (1 - jan).
int hdate_struct::gd_year The number of the year.
int hdate_struct::hd_dw The day of the week 1..7 (1 - sunday).
int hdate_struct::hd_size_of_year The length of the year in days.
int hdate_struct::hd_new_year_dw The week day of Hebrew new year.
int hdate_struct::hd_year_type The number type of year.
int hdate_struct::hd_jd The Julian day number
int hdate_struct::hd_days The number of days passed since 1 tishrey
int hdate_struct::hd_weeks The number of weeks passed since 1 tishrey
Author
Generated automatically by Doxygen for libhdate C language from the source code.
Version 1.4 Sun Jan 8 2012 hdate_struct(3)