Search Results

Search: Posts Made By: Tommyk
6,554
Posted By srinivas matta
Tommyk, adding some extra code to your code...
Tommyk,

adding some extra code to your code


df|awk '{print $5}'|grep /| egrep -v '^/$|/usr|/opt|/var/log|/home|/tmp'| sed -e :a -e 'N;s/\n/|/; ta'
6,554
Posted By Scott
You could add paste -sd\| to the end of your...
You could add paste -sd\| to the end of your command.

You could also combine all of that into a single awk with ORS=\|

For example (my df is slightly different to yours, so the command is...
Forum: Red Hat 08-31-2012
1,867
Posted By jim mcnamara
From what I've seen it has more to do with the...
From what I've seen it has more to do with the app and sometimes the OS in question. Oracle on Solaris benefits decidedly from raw when there is a heavy I/O load on the LVM's for a large db.
...
Forum: Red Hat 03-06-2012
9,081
Posted By thmnetwork
Depends on what you have configured. That's a...
Depends on what you have configured. That's a tunable kernel parameter. You can see what you're currently configured at by cat'ing out the sysctl's value:

[root@campusweb master]# cat...
Showing results 1 to 4 of 4

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