How to get CPU Utilization per transaction graph?
	
    
    As per client request, I need to create  CPU Utilization per transaction graph using the Loadrunner? Any body any idea about this?
I tried with following syntax to find the cpu_value but it is throwing error.
Presently I am Using Http/Https protocol.
Could you please some one correct me how to use the function for getting CPU Utilization Value at that point.
Please let me know if you need more information.
Thanks in advance,
      measure_cpu ( );
       cpu_val=cpu_check(); 
       lr_user_data_point("cpu", cpu_val); 
Thanks and Regards,
--Lalith Kumar Chaganti	
	
	
	
		
	
		
    
Questions by lalithchaganti   answers by lalithchaganti
	
    
          
              
            
              
                         
              
                    
              
              
     
    Showing Answers 1 - 4 of 4 Answers
			
				
				
       
       
		    
    
    
        
			
    
        
			
	
		
	
 
          
              
        
              
                      
              
                                   
  
                        
        Related Answered Questions
          
           
                              
            	
		Related Open Questions
		  
		   
	      
                       
  
                         
                    
            
How to get CPU Utilization per transaction graph?
I tried with following syntax to find the cpu_value but it is throwing error.
Presently I am Using Http/Https protocol.
Could you please some one correct me how to use the function for getting CPU Utilization Value at that point.
Please let me know if you need more information.
Thanks in advance,
measure_cpu ( );
cpu_val=cpu_check();
lr_user_data_point("cpu", cpu_val);
Thanks and Regards,
--Lalith Kumar Chaganti
Questions by lalithchaganti answers by lalithchaganti
Related Answered Questions
Related Open Questions