找出檔案中每小時最大利用率值

2021-05-27 07:52:23 字數 1267 閱讀 1667

#include #include #include void jobs(char *arg1,file *fp) 

else

if(maxif(n%4==0) printf("%.2f\n",max);

strcpy(str1,"0");}}

fseek(fp,0,seek_set);

printf("\n");}

int main(int argc,char *argv)

for(i=1;i<=argc-1;i++)

printf("file=%s\n%s max:\n",argv[i],"cpu");

jobs("cpu",fp);

//fseek(fp,0,seek_set);

printf("%s max:\n","mem");

jobs("mem",fp);

//fseek(fp,0,seek_set);

printf("%s max:\n","swap");

jobs("swap",fp);

//fseek(fp,0,seek_set);

ret=fclose(fp);

if(ret==eof)

printf("-------------------------\n");

}exit(0);

}

檔案內容:

$ head 0705.txt-bak (每15分鐘一次)

07-05 00:00

the usage of cpu is 2.2%

the usage of mem is 16.678800%

the usage of swap is .411200%

07-05 00:15

the usage of cpu is .9%

the usage of mem is 16.378300%

the usage of swap is .394600%

07-05 00:30

the usage of cpu is 12.2%

the usage of mem is 17.535100%

the usage of swap is .394700%

07-05 00:45

the usage of cpu is 12.4%

the usage of mem is 17.657800%

the usage of swap is .406600%

查歸檔日誌檔案每小時生成量

在o racle資料庫中,通過v archived log資料字典檢視查詢該資料庫的歸檔日誌檔案的生成情況。如果你以為在rac下需要查的gv archvied log檢視,這其實是乙個錯誤的想法。無論在單例項資料庫,還是多例項的rac資料庫,都是查這個檢視來獲取資訊。查當天每小時的歸檔日誌生成量 s...

歸檔日誌存在arch 查歸檔日誌檔案每小時生成量

在o racle資料庫中,通過v archived log資料字典檢視查詢該資料庫的歸檔日誌檔案的生成情況。如果你以為在rac下需要查的 archvied log檢視,這其實是乙個錯誤的想法。無論在單例項資料庫,還是多例項的rac資料庫,都是查這個檢視來獲取資訊。查當天每小時的歸檔日誌生成量 sel...

python找出資料夾下特定字尾檔案

實現功能 找出資料夾下特定字尾檔案 import os defscreen 函式功能為 篩選出資料夾下所有字尾名為.txt的檔案 path 此處填寫要篩選的資料夾位址名稱 資料夾位址 txt list 建立乙個空列表用於存放資料夾下所有字尾為.txt的檔名稱 file list os.listdir...