cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
685
Views
0
Helpful
1
Replies

High CPU Utilization SCE8000.

nmella
Level 1
Level 1

Hi.

When i get a support file (SCE#>logger get support file ftp://user:pass@IPADDRESS/file.zip) the CPU utilization is 100%.

That is ok??

Thanks.

Nelson.

1 Reply 1

Shelley Bhalla
Level 3
Level 3

Hey Nelson,

Have you tried to identify which process is consuming the CPU when it is 100%?

get while running a support file:

show process cpu sorted

debug linux-cmd "ps -eo pcpu,pid,user,args | sort -r -k1 | less"

Shelley.