When running OS Watcher, which two data outputs are valid for Exadata storage cell performance
analysis? Select the two correct choices that apply?
A.
lostat
B.
mpstat
C.
netstat
D.
pkginfo
E.
label
Explanation:
Example:
# A few find examples
# \( -name “*.*” \) \
# \( -name “*vmstat*.*” -o -name “*iostat*.*” \) \
# \( -name “*vmstat*.*” -o -name “*iostat*.*” \) -mmin -60 \
# \( -name “*vmstat*.*” -o -name “*iostat*.*” -o -name “*netstat*.*” \) -mtime -8 \
It’s A & B for stroage cell server performance – using netstat would be used by OS Watcher for network related statistics.
I think A & C only correct as per the explanation commands
Answer: A & B.
The explanation is about the “find” command (Linux). Examples are to seek the tools (netstat, mpstat, iostat) in SO
A & C correct
OSWatcher gathers OS data on a regular basis, invoking utilities such as
vmstat, netstat, and iostat.
A & C are correct
Not “B” because “mpstat” reports processors statistics