Search Results

Search: Posts Made By: BOFH
29,362
Posted By BOFH
For a quick view, mpstat will give you individual...
For a quick view, mpstat will give you individual CPUs. For monitoring, pinga123 is correct; sar is the answer unless you want to roll your own. I use a custom rrdtool script for my purposes.

Carl
10,926
Posted By BOFH
Sounds like Oracle is probably still holding on...
Sounds like Oracle is probably still holding on to the files. You'd have to stop and start Oracle (assuming that's what's holding it) which would clear it.

Carl
30,320
Posted By BOFH
This sends me high priority e-mails: # cat...
This sends me high priority e-mails:

# cat >> ${TMPFILE} << EOF
To:${ADMIN_EMAIL}
From:carls@`hostname`
Subject:metastat results ${DATE}
Importance:High

Results of `hostname`:${SCRIPT}
...
162,935
Posted By BOFH
Probably this'd work best: $ mv `ls -tr |...
Probably this'd work best:

$ mv `ls -tr | tail -1` /tmp/newfile

Carl
17,344
Posted By BOFH
Oh, I like that one. I'll have to make a note of...
Oh, I like that one. I'll have to make a note of it for a script I have at work.

Thanks.

Carl
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 11:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy