2026-03-12 20:23:15
This commit is contained in:
10
tpt/tools/sesspack_0.05_release/sesspack_vmstat.sh
Normal file
10
tpt/tools/sesspack_0.05_release/sesspack_vmstat.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Note that this is currently only for Solaris
|
||||
|
||||
while true
|
||||
do
|
||||
echo `date +%Y%m%d%H%M%S`";"BEGIN_SAMPLE > /tmp/sawr_vmstat_pipe
|
||||
vmstat -s | awk '{ print $1";"$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9 }' > /tmp/sawr_vmstat_pipe
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user