文件操作 - instperf.p
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/anaconda/instperf.p
编辑文件内容
# This script processes a memory.dat file as generated by instperf during # installation and writes out a graph to memusage.png. set terminal png size 1024,768 set output "memusage.png" set title "anaconda Memory Usage" set xlabel "Time" set xtics rotate set xdata time set timefmt "%H:%M:%S" set ylabel "Memory Used (in KB)\n(Total-Free-Buffers-Cached)" set format y "%.0f" set grid plot "memory.dat" using 1:2 title "Memory" with lines, \ "memory.dat" using 1:3 title "Swap" with lines
修改文件时间
将文件时间修改为当前时间的前一年
删除文件