Search Results

Search: Posts Made By: Vaibhavs1985
1,001
Posted By Vaibhavs1985
Process Scheduling Information Extraction
I want to extract the process having highest utilization on each processor core
and then output its information (PID etc.) to a file. How can I do it by using either top or ps command?

Thanks.
Forum: Programming 12-10-2014
1,940
Posted By Vaibhavs1985
Memory and cache access time discrepancy
#include<stdio.h>
#include<stdlib.h>
#include<sys/time.h>
#include<time.h>
#include "rdtsc.h"
#define SIZE 4*64*1024

int main()
{
unsigned long long a,b;
int arr[SIZE]={0};
int i;...
Showing results 1 to 2 of 2

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