You are on page 1of 2

Title Procedure to check CPU Utilization,MaxCPULoad,Mem Used,free,Processor Up time,Cluster Uptime,TSP Level Dignaling Data etc at CCN Description Hi All

I would like introduce the procedure to find out CPU Load,Max CPU Load,Mem Used/ Free/Usage/Max Usage/Processor Uptime/Cluster Uptime/Disk Usage & Signaling (MTP L3 Data Sent /received)at CCN end. Procedure: 1. Login at IO2 via telorb go at path /opt/telorb/axe/tsp/NM/PMF/reporterLogs/PlatformMeasures/ 2. Copy current stat name (which u eants to decode) 3. Go at path /opt/telorb/axe/ccn/bin 4. Check there would be CleanPMF.pl script to decode. 5. Run the below command to check the CPU & Memory utilization wrt Processors ./CleanPMF.pl -c /opt/telorb/axe/tsp/NM/PMF/reporterLogs/PlatformMeasures/Stat n ame Here C- stands for Counter O/P would be like this -===================================================================== Number | Counter ===================================================================== 0 | CpuLoad 1 | MaxCpuLoad 2 | MemUsed 3 | MemFree 4 | MemUsage 5 | MaxMemUsage 6 | ProcessorUptime 7 | ClusterUptime 8 | DiskUsage ===================================================================== Select Counter : ++++++++++++++++++++++++++++++ 2nd Signaling Related Data ./CleanPMF.pl -c /opt/telorb/axe/tsp/NM/PMF/reporterLogs/SignallingMeasures/curr ent stats O/P-===================================================================== Number | Counter ===================================================================== 0 | tsp_m3_data_lost 1 | tsp_m3_dava_sent 2 | tsp_m3_daud_received 3 | tsp_m3_data_sent 4 | tsp_icettcap_abort_local 5 | tsp_icettcap_component_sent 6 | tsp_sctp_abort_chunk 7 | tsp_m3_duna_sent

8 9 10 11 12 13 14 15 16 17 18 19 20

| | | | | | | | | | | | |

tsp_m3_sio_received tsp_sctp_package_sent tsp_m3_duna_received tsp_icettcap_tps tsp_sctp_data_chunk_retransmitted tsp_sctp_data_chunk_sent tsp_sccp_failed_tc_user_bind tsp_icettcap_abort_remote tsp_m3_error_received tsp_sctp_data_chunk_received tsp_m3_aspac_ack_sent tsp_m3_aspac_sent tsp_m3_data_received

U just have select the counter value , which needed & O/P would be infornt of u with proper data.

You might also like