I am working in multithreading application, application is facing some problem while processing the request. When i kept load on multithreaded application,it is working fine up to some time.After some time it is not able to process any request.At this situation when type this command,
ps -eLF | grep multithread
all threads are showing like this,I want to understand this "13:45 ?" what this question mark(?) actually mean?
root 15818 8838 15833 0 1036 2731192 137308 4 13:45 ? 00:00:02 multithread
root 15818 8838 15834 0 1036 2731192 137308 4 13:45 ? 00:00:02 multithread
root 15818 8838 15835 0 1036 2731192 137308 4 13:45 ? 00:00:01 multithread
root 15818 8838 15836 0 1036 2731192 137308 4 13:45 ? 00:00:00 multithread
root 15818 8838 15837 0 1036 2731192 137308 1 13:45 ? 00:00:11 multithread
root 15818 8838 15838 0 1036 2731192 137308 2 13:45 ? 00:00:00 multithread
root 15818 8838 15839 0 1036 2731192 137308 3 13:45 ? 00:00:00 multithread
root 15818 8838 15840 0 1036 2731192 137308 2 13:45 ? 00:00:10 multithread
root 15818 8838 15841 0 1036 2731192 137308 2 13:45 ? 00:00:12 multithread
root 15818 8838 15842 0 1036 2731192 137308 3 13:45 ? 00:00:06 multithread
root 15818 8838 15843 0 1036 2731192 137308 2 13:45 ? 00:00:01 multithread
root 15818 8838 15844 0 1036 2731192 137308 4 13:45 ? 00:00:02 multithread
root 15818 8838 15845 0 1036 2731192 137308 5 13:45 ? 00:00:13 multithread
root 15818 8838 15846 0 1036 2731192 137308 4 13:45 ? 00:00:01 multithread
root 15818 8838 15847 0 1036 2731192 137308 4 13:45 ? 00:00:00 multithread
root 15818 8838 15848 0 1036 2731192 137308 4 13:45 ? 00:00:01 multithread
root 15818 8838 15849 0 1036 2731192 137308 4 13:45 ? 00:00:07 multithread
root 15818 8838 15850 0 1036 2731192 137308 2 13:45 ? 00:00:00 multithread
root 15818 8838 15851 0 1036 2731192 137308 4 13:45 ? 00:00:03 multithread
root 15818 8838 15852 0 1036 2731192 137308 2 13:45 ? 00:00:06 multithread