Home
last modified time | relevance | path

Searched refs:nxt_debug (Results 1 – 25 of 68) sorted by last modified time

123

/unit/src/
H A Dnxt_router.c1332 nxt_debug(task, "rtcf %p: %D", rtcf, count); in nxt_router_conf_ready()
2212 nxt_debug(task, "auto module rpc handler"); in nxt_router_js_module_rpc_handler()
2691 nxt_debug(task, "router listener: \"%*s\"", in nxt_router_socket_conf()
2959 nxt_debug(task, "tls rpc handler"); in nxt_router_tls_rpc_handler()
3799 nxt_debug(task, "router worker thread quit"); in nxt_router_worker_thread_quit()
4155 nxt_debug(task, "header%s: %*s: %*s", in nxt_router_response_ready_handler()
5317 nxt_debug(task, "queue is not empty"); in nxt_router_app_prepare_request()
5675 nxt_debug(task, "router app timeout"); in nxt_router_app_timeout()
5699 nxt_debug(task, "http request pool release"); in nxt_router_http_request_release()
5717 nxt_debug(task, "oosm in %PI", msg->port_msg.pid); in nxt_router_oosm_handler()
[all …]
H A Dnxt_main_process.c409 nxt_debug(task, "main data: %*s", in nxt_main_data_handler()
838 nxt_debug(task, "sigterm handler signo:%d (%s)", in nxt_main_process_sigterm_handler()
852 nxt_debug(task, "sigquit handler signo:%d (%s)", in nxt_main_process_sigquit_handler()
974 nxt_debug(task, "sigchld handler signo:%d (%s)", in nxt_main_process_sigchld_handler()
998 nxt_debug(task, "waitpid(): %PI", pid); in nxt_main_process_sigchld_handler()
1144 nxt_debug(task, "listening socket \"%*s\"", in nxt_main_port_socket_handler()
1150 nxt_debug(task, "socket(\"%*s\"): %d", in nxt_main_port_socket_handler()
1431 nxt_debug(task, "ignoring discovered modules, exiting"); in nxt_main_port_modules_handler()
1460 nxt_debug(task, "application languages: \"%*s\"", in nxt_main_port_modules_handler()
1536 nxt_debug(task, "lang %d %s \"%s\" (%d mounts)", in nxt_main_port_modules_handler()
[all …]
H A Dnxt_application.c256 nxt_debug(task, "module: %d %V %V", in nxt_discovery_modules()
527 nxt_debug(task, "application language module: %s \"%s\"", in nxt_proto_setup()
588 nxt_debug(task, "prototype waiting for clone messages"); in nxt_proto_start()
674 nxt_debug(task, "prototype quit handler"); in nxt_proto_quit_handler()
720 nxt_debug(task, "app process %PI (aka %PI) is created", isolated_pid, in nxt_proto_process_created_handler()
726 nxt_debug(task, "app process %PI is created", isolated_pid); in nxt_proto_process_created_handler()
775 nxt_debug(task, "proto sigchld handler signo:%d (%s)", in nxt_proto_sigchld_handler()
797 nxt_debug(task, "waitpid(): %PI", pid); in nxt_proto_sigchld_handler()
1250 nxt_debug(task, "process (isolated %PI) removed", pid); in nxt_proto_process_remove()
1260 nxt_debug(task, "process (isolated %PI) remove failed", pid); in nxt_proto_process_remove()
[all …]
H A Dnxt_listen_socket.c17 nxt_debug(task, "listen(%d, %d)", s, backlog); in nxt_listen_socket()
151 nxt_debug(task, "listen(%d, %d)", s, ls->backlog); in nxt_listen_socket_create()
244 nxt_debug(task, "listen(%d, %d)", ls->socket, ls->backlog); in nxt_listen_socket_update()
H A Dnxt_runtime.c346 nxt_debug(task, "rt conf done"); in nxt_runtime_start()
441 nxt_debug(task, "exiting"); in nxt_runtime_quit()
475 nxt_debug(&engine->task, "close idle connections"); in nxt_runtime_close_idle_connections()
531 nxt_debug(task, "%d sending quit to %PI", rt->type, port->pid); in nxt_runtime_stop_all_processes()
553 nxt_debug(task, "thread pools: %d", rt->thread_pools->nelts); in nxt_runtime_exit()
627 nxt_debug(task, "exit: %d", status); in nxt_runtime_exit()
749 nxt_debug(task, "thread pools: %ui", n); in nxt_runtime_thread_pool_exit()
1706 nxt_debug(task, "process %PI added", process->pid); in nxt_runtime_process_add()
H A Dnxt_file.c29 nxt_debug(task, "open(\"%FN\", 0x%uXi, 0x%uXi): %FD err:%d", in nxt_file_open()
71 nxt_debug(task, "openat2(%FD, \"%FN\"): %FD err:%d", dfd, file->name, in nxt_file_openat2()
92 nxt_debug(task, "close(%FD)", file->fd); in nxt_file_close()
598 nxt_debug(task, "fopen(\"%s\", \"%s\"): fp:%p err:%d", pathname, mode, fp, in nxt_file_fopen()
614 nxt_debug(task, "fclose(%p)", fp); in nxt_file_fclose()
734 nxt_debug(task, "pipe(): %FD:%FD", pp[0], pp[1]); in nxt_pipe_create()
755 nxt_debug(task, "pipe close(%FD:%FD)", pp[0], pp[1]); in nxt_pipe_close()
H A Dnxt_conn_write.c27 nxt_debug(task, "conn write fd:%d er:%d bl:%d", in nxt_conn_io_write()
87 nxt_debug(task, "event conn: %z sent:%O", ret, sb.sent); in nxt_conn_io_write()
154 nxt_debug(task, "conn write timer"); in nxt_conn_write_timer_handler()
231 nxt_debug(task, "sendfile() %E", err); in nxt_conn_io_sendfile()
236 nxt_debug(task, "sendfile() %E", err); in nxt_conn_io_sendfile()
332 nxt_debug(task, "writev() %E", err); in nxt_conn_io_writev()
337 nxt_debug(task, "writev() %E", err); in nxt_conn_io_writev()
374 nxt_debug(task, "send() %E", err); in nxt_conn_io_send()
379 nxt_debug(task, "send() %E", err); in nxt_conn_io_send()
528 nxt_debug(c->socket.task, "send() %E", err); in nxt_event_conn_io_send()
[all …]
H A Dnxt_http_static.c258 nxt_debug(task, "http static: \"%V\", index: \"%V\" (chroot: \"%V\")", in nxt_http_static_iterate()
261 nxt_debug(task, "http static: \"%V\", index: \"%V\"", &shr, &idx); in nxt_http_static_iterate()
H A Dnxt_isolation.c733 nxt_debug(task, "unmount all (%s)", process->name); in nxt_isolation_unmount_all()
819 nxt_debug(task, "change root: %s", rootfs); in nxt_isolation_change_root()
1074 nxt_debug(task, "change root: %s", rootfs); in nxt_isolation_change_root()
H A Dnxt_http_request.c591 nxt_debug(task, "http application handler"); in nxt_http_application_handler()
793 nxt_debug(task, "http request done"); in nxt_http_request_done()
808 nxt_debug(task, "http request error handler"); in nxt_http_request_error_handler()
845 nxt_debug(task, "http request close handler"); in nxt_http_request_close_handler()
H A Dnxt_socket.c36 nxt_debug(task, "socket(): %d", s); in nxt_socket_create()
84 nxt_debug(task, "getsockopt(%d, %ui, %s): %d", in nxt_socket_getsockopt()
106 nxt_debug(task, "setsockopt(%d, %ui, %s): %d", in nxt_socket_setsockopt()
177 nxt_debug(task, "bind(%d, %*s)", s, (size_t) sa->length, in nxt_socket_bind()
198 nxt_debug(task, "connect(%d, %*s)", in nxt_socket_connect()
210 nxt_debug(task, "connect(%d, %*s) in progress", in nxt_socket_connect()
254 nxt_debug(task, "shutdown(%d, %ui)", s, how); in nxt_socket_shutdown()
289 nxt_debug(task, "socket close(%d)", s); in nxt_socket_close()
H A Dnxt_openssl.c760 nxt_debug(c->socket.task, "TLS session ticket encrypt");
795 nxt_debug(c->socket.task,
1050 nxt_debug(c->socket.task, "SSL_get_servername(): NULL");
1225 nxt_debug(task, "openssl conn free");
1347 nxt_debug(c->socket.task, "SSL_read(%d, %p, %uz): %d err:%d",
1398 nxt_debug(task, "SSL_write(%d, %p, %uz): %d err:%d",
1436 nxt_debug(task, "openssl conn shutdown fd:%d", c->socket.fd);
1479 nxt_debug(task, "SSL_shutdown(%d, %d, %b): %d err:%d",
1554 nxt_debug(task, "SSL_get_error(): %d", tls->ssl_error);
1587 nxt_debug(task, "ERR_peek_error(): %l", lib_err);
[all …]
H A Dnxt_credential.c60 nxt_debug(task, "about to get \"%s\" groups (uid:%d, base gid:%d)", in nxt_credential_get()
84 nxt_debug(task, "user \"%s\" has gids:%*s", uc->user, p - msg, msg); in nxt_credential_get()
196 nxt_debug(task, "getgroups(0, NULL): %d", nsaved); in nxt_credential_groups_get()
222 nxt_debug(task, "getgroups(): %d", nsaved); in nxt_credential_groups_get()
248 nxt_debug(task, "getgroups(0, NULL): %d", ngroups); in nxt_credential_groups_get()
288 nxt_debug(task, "user cred set: \"%s\" uid:%d", uc->user, uc->uid); in nxt_credential_setuid()
313 nxt_debug(task, "user cred set gids: base gid:%d, ngroups: %d", in nxt_credential_setgids()
H A Dnxt_controller.c785 nxt_debug(task, "controller conn read"); in nxt_controller_conn_read()
866 nxt_debug(task, "controller conn read error"); in nxt_controller_conn_read_error()
884 nxt_debug(task, "controller conn read timeout"); in nxt_controller_conn_read_timeout()
951 nxt_debug(task, "controller conn write"); in nxt_controller_conn_write()
960 nxt_debug(task, "controller conn write complete"); in nxt_controller_conn_write()
973 nxt_debug(task, "controller conn write error"); in nxt_controller_conn_write_error()
991 nxt_debug(task, "controller conn write timeout"); in nxt_controller_conn_write_timeout()
1011 nxt_debug(task, "controller conn close"); in nxt_controller_conn_close()
1028 nxt_debug(task, "controller conn free"); in nxt_controller_conn_free()
1631 nxt_debug(task, "controller status handler"); in nxt_controller_status_handler()
[all …]
H A Dnxt_signal_handlers.c49 nxt_debug(task, "sigterm handler signo:%d (%s)", in nxt_signal_sigterm_handler()
61 nxt_debug(task, "sigquit handler signo:%d (%s)", in nxt_signal_sigquit_handler()
H A Dnxt_http_route.c1329 nxt_debug(task, "http pass: \"%V\"", &str); in nxt_http_pass_var()
1373 nxt_debug(task, "http pass lookup: %V", action->u.pass); in nxt_http_pass_query_ready()
H A Dnxt_h1proto.c223 nxt_debug(task, "http conn init"); in nxt_http_conn_init()
1731 nxt_debug(task, "h1p conn sent"); in nxt_h1p_conn_sent()
1750 nxt_debug(task, "h1p conn close"); in nxt_h1p_conn_close()
1765 nxt_debug(task, "h1p conn error"); in nxt_h1p_conn_error()
1799 nxt_debug(task, "h1p keepalive"); in nxt_h1p_keepalive()
1867 nxt_debug(task, "h1p idle close"); in nxt_h1p_idle_close()
2016 nxt_debug(task, "h1p shutdown"); in nxt_h1p_shutdown()
2060 nxt_debug(task, "h1p closing"); in nxt_h1p_closing()
2123 nxt_debug(task, "h1p conn free"); in nxt_h1p_conn_free()
2641 nxt_debug(task, "h1p peer read"); in nxt_h1p_peer_read()
[all …]
H A Dnxt_tstr.c295 nxt_debug(task, "tstr query: \"%V\", result: \"%V\"", &str, val); in nxt_tstr_query()
H A Dnxt_script.c385 nxt_debug(task, "readdir(\"%s\"): \"%s\"", in nxt_script_store_load()
H A Dnxt_kqueue_engine.c199 nxt_debug(&engine->task, "kqueue(): %d", engine->u.kqueue.fd); in nxt_kqueue_create()
226 nxt_debug(&engine->task, "kqueue %d free", fd); in nxt_kqueue_free()
472 nxt_debug(&engine->task, "kevent(%d) changes:%d", in nxt_kqueue_get_kevent()
531 nxt_debug(task, "kqueue fd error handler fd:%d", ev->fd); in nxt_kqueue_fd_error_handler()
587 nxt_debug(&engine->task, "kevent(%d) signo:%d (%s)", in nxt_kqueue_add_signal()
689 nxt_debug(&engine->task, "kevent(%d) changes:%d timeout:%M", in nxt_kqueue_poll()
723 nxt_debug(&engine->task, in nxt_kqueue_poll()
920 nxt_debug(task, "kevent fd:%d avail:%D", in nxt_kqueue_listen_handler()
958 nxt_debug(task, "accept(%d): %d", lev->socket.fd, s); in nxt_kqueue_conn_io_accept()
980 nxt_debug(task, "kqueue conn read fd:%d", c->socket.fd); in nxt_kqueue_conn_io_read()
[all …]
H A Dnxt_process.c296 nxt_debug(task, "remove not required process %PI", p->pid); in nxt_process_child_fixup()
304 nxt_debug(task, "remove not ready process %PI", p->pid); in nxt_process_child_fixup()
318 nxt_debug(task, "remove sibling process %PI", p->pid); in nxt_process_child_fixup()
593 nxt_debug(task, "fork(%s): %PI", process->name, pid); in nxt_process_create()
649 nxt_debug(task, "%s setup", process->name); in nxt_process_setup()
900 nxt_debug(task, "%s created", process->name); in nxt_process_send_created()
1075 nxt_debug(task, "%s sent ready", process->name); in nxt_process_send_ready()
1105 nxt_debug(task, "posix_spawn(\"%s\")", name); in nxt_process_execute()
1145 nxt_debug(task, "fork(): %PI", pid); in nxt_process_daemon()
1155 nxt_debug(task, "daemon"); in nxt_process_daemon()
[all …]
H A Dnxt_job.c111 nxt_debug(task, "%s start", job->name); in nxt_job_start()
145 nxt_debug(task, "%s thread", job->name); in nxt_job_thread_trampoline()
159 nxt_debug(task, "%s return", job->name); in nxt_job_return()
173 nxt_debug(task, "%s cancellation", job->name); in nxt_job_return()
194 nxt_debug(task, "%s cancellation", job->name); in nxt_job_thread_return_handler()
H A Dnxt_http_return.c95 nxt_debug(task, "http return: %d (loc: \"%V\")", conf->status, &loc); in nxt_http_return()
H A Dnxt_port.c92 nxt_debug(task, "port %p %d:%d close, type %d", port, port->pid, in nxt_port_close()
129 nxt_debug(task, "port %p %d:%d release, type %d", port, port->pid, in nxt_port_release()
179 nxt_debug(task, "port %d: message type:%uD fds:%d,%d", in nxt_port_handler()
209 nxt_debug(task, "new port %d for process %PI", in nxt_port_send_new_port()
241 nxt_debug(task, "send port %FD to process %PI", in nxt_port_send_port()
272 nxt_debug(task, "new port %d received for process %PI:%d", in nxt_port_new_port_handler()
331 nxt_debug(task, "process %PI ready", msg->port_msg.pid); in nxt_port_process_ready_handler()
382 nxt_debug(task, "change log file #%ui fd:%FD", slot, fd); in nxt_port_change_log_file()
450 nxt_debug(task, "data: %*s", dump_size, b->mem.pos); in nxt_port_data_handler()
526 nxt_debug(task, "port remove pid %PI handler", pid); in nxt_port_remove_pid()
[all …]
/unit/
H A Dconfigure148 nxt_debug=1
150 nxt_debug=0

123