[ksh93-integration-discuss] Periodic ZFS disk accesses by ksh93... / was: Re: [dtrace-discuss] [zfs-discuss] periodic ZFS disk accesses
Bill Shannon
bill.shannon at sun.com
Sun Mar 2 15:47:58 PST 2008
Roland Mainz wrote:
> What's the exact filename and how often are the accesses ? Is this an
> interactive shell or is this a script (an interactive shell session will
> do periodical lookups for things like the MAIL*-variables (see ksh(1)
> and ksh93(1) manual pages) while scripts may do random stuff as intended
> by the script's author(s)) ?
> And how does the output of $ set # look like ?
The filename is /home/shannon/.history.datsun, which is what I have
HISTFILE set to. Again, it's doing setattr, which it shouldn't be doing
for $MAIL. And, based on the dtrace output, the setattrs aren't at
any obvious period. Even stranger, despite the fact that I have something
like eight shells running, the calls are coming from a shell from which I
started another (superuser) shell, from which I'm running the dtrace
command.
What is "set #"?
More information about the ksh93-integration-discuss
mailing list