Search Results

Search: Posts Made By: @bhi
3,117
Posted By Scrutinizer
Or try shell: tail -f filename | while IFS=...
Or try shell:
tail -f filename |
while IFS= read -r line; do
case $line in
(*"cpu "*|*" hung "*) printf "%s\n" "$line"
esac
done >> Logs.txt

(On Solaris, use bash, ksh, or...
3,395
Posted By chihung
If you are hitting 100% in i-node utilisation,...
If you are hitting 100% in i-node utilisation, you will not be able to create any file. The worst scenario will be your / (root) file system hit 100% and system may crash. That's why system...
3,395
Posted By chihung
It is the limitation of the file system. Here is...
It is the limitation of the file system. Here is a sample output

$ df -F ufs -o i /var
Filesystem iused ifree %iused Mounted on
/dev/dsk/c3t0d0s5 62795 665205 9% /var
Showing results 1 to 3 of 3

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