Whamcloud - gitweb
50a981fd08083dcd16400e73ec92b5db14ccb600
[fs/lustre-release.git] / lustre / ptlrpc / lproc_ptlrpc.c
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2011, 2012, Whamcloud, Inc.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36 #define DEBUG_SUBSYSTEM S_CLASS
37
38 #ifndef __KERNEL__
39 # include <liblustre.h>
40 #endif
41
42 #include <obd_support.h>
43 #include <obd.h>
44 #include <lprocfs_status.h>
45 #include <lustre/lustre_idl.h>
46 #include <lustre_net.h>
47 #include <obd_class.h>
48 #include "ptlrpc_internal.h"
49
50
51 struct ll_rpc_opcode {
52      __u32       opcode;
53      const char *opname;
54 } ll_rpc_opcode_table[LUSTRE_MAX_OPCODES] = {
55         { OST_REPLY,        "ost_reply" },
56         { OST_GETATTR,      "ost_getattr" },
57         { OST_SETATTR,      "ost_setattr" },
58         { OST_READ,         "ost_read" },
59         { OST_WRITE,        "ost_write" },
60         { OST_CREATE ,      "ost_create" },
61         { OST_DESTROY,      "ost_destroy" },
62         { OST_GET_INFO,     "ost_get_info" },
63         { OST_CONNECT,      "ost_connect" },
64         { OST_DISCONNECT,   "ost_disconnect" },
65         { OST_PUNCH,        "ost_punch" },
66         { OST_OPEN,         "ost_open" },
67         { OST_CLOSE,        "ost_close" },
68         { OST_STATFS,       "ost_statfs" },
69         { 14,                NULL },    /* formerly OST_SAN_READ */
70         { 15,                NULL },    /* formerly OST_SAN_WRITE */
71         { OST_SYNC,         "ost_sync" },
72         { OST_SET_INFO,     "ost_set_info" },
73         { OST_QUOTACHECK,   "ost_quotacheck" },
74         { OST_QUOTACTL,     "ost_quotactl" },
75         { OST_QUOTA_ADJUST_QUNIT, "ost_quota_adjust_qunit" },
76         { MDS_GETATTR,      "mds_getattr" },
77         { MDS_GETATTR_NAME, "mds_getattr_lock" },
78         { MDS_CLOSE,        "mds_close" },
79         { MDS_REINT,        "mds_reint" },
80         { MDS_READPAGE,     "mds_readpage" },
81         { MDS_CONNECT,      "mds_connect" },
82         { MDS_DISCONNECT,   "mds_disconnect" },
83         { MDS_GETSTATUS,    "mds_getstatus" },
84         { MDS_STATFS,       "mds_statfs" },
85         { MDS_PIN,          "mds_pin" },
86         { MDS_UNPIN,        "mds_unpin" },
87         { MDS_SYNC,         "mds_sync" },
88         { MDS_DONE_WRITING, "mds_done_writing" },
89         { MDS_SET_INFO,     "mds_set_info" },
90         { MDS_QUOTACHECK,   "mds_quotacheck" },
91         { MDS_QUOTACTL,     "mds_quotactl" },
92         { MDS_GETXATTR,     "mds_getxattr" },
93         { MDS_SETXATTR,     "mds_setxattr" },
94         { MDS_WRITEPAGE,    "mds_writepage" },
95         { MDS_IS_SUBDIR,    "mds_is_subdir" },
96         { MDS_GET_INFO,     "mds_get_info" },
97         { LDLM_ENQUEUE,     "ldlm_enqueue" },
98         { LDLM_CONVERT,     "ldlm_convert" },
99         { LDLM_CANCEL,      "ldlm_cancel" },
100         { LDLM_BL_CALLBACK, "ldlm_bl_callback" },
101         { LDLM_CP_CALLBACK, "ldlm_cp_callback" },
102         { LDLM_GL_CALLBACK, "ldlm_gl_callback" },
103         { LDLM_SET_INFO,    "ldlm_set_info" },
104         { MGS_CONNECT,      "mgs_connect" },
105         { MGS_DISCONNECT,   "mgs_disconnect" },
106         { MGS_EXCEPTION,    "mgs_exception" },
107         { MGS_TARGET_REG,   "mgs_target_reg" },
108         { MGS_TARGET_DEL,   "mgs_target_del" },
109         { MGS_SET_INFO,     "mgs_set_info" },
110         { MGS_CONFIG_READ,  "mgs_config_read" },
111         { OBD_PING,         "obd_ping" },
112         { OBD_LOG_CANCEL,   "llog_origin_handle_cancel" },
113         { OBD_QC_CALLBACK,  "obd_quota_callback" },
114         { LLOG_ORIGIN_HANDLE_CREATE,     "llog_origin_handle_create" },
115         { LLOG_ORIGIN_HANDLE_NEXT_BLOCK, "llog_origin_handle_next_block" },
116         { LLOG_ORIGIN_HANDLE_READ_HEADER,"llog_origin_handle_read_header" },
117         { LLOG_ORIGIN_HANDLE_WRITE_REC,  "llog_origin_handle_write_rec" },
118         { LLOG_ORIGIN_HANDLE_CLOSE,      "llog_origin_handle_close" },
119         { LLOG_ORIGIN_CONNECT,           "llog_origin_connect" },
120         { LLOG_CATINFO,                  "llog_catinfo" },
121         { LLOG_ORIGIN_HANDLE_PREV_BLOCK, "llog_origin_handle_prev_block" },
122         { LLOG_ORIGIN_HANDLE_DESTROY,    "llog_origin_handle_destroy" },
123         { QUOTA_DQACQ,      "quota_acquire" },
124         { QUOTA_DQREL,      "quota_release" },
125         { SEQ_QUERY,        "seq_query" },
126         { SEC_CTX_INIT,     "sec_ctx_init" },
127         { SEC_CTX_INIT_CONT,"sec_ctx_init_cont" },
128         { SEC_CTX_FINI,     "sec_ctx_fini" },
129         { FLD_QUERY,        "fld_query" }
130 };
131
132 struct ll_eopcode {
133      __u32       opcode;
134      const char *opname;
135 } ll_eopcode_table[EXTRA_LAST_OPC] = {
136         { LDLM_GLIMPSE_ENQUEUE, "ldlm_glimpse_enqueue" },
137         { LDLM_PLAIN_ENQUEUE,   "ldlm_plain_enqueue" },
138         { LDLM_EXTENT_ENQUEUE,  "ldlm_extent_enqueue" },
139         { LDLM_FLOCK_ENQUEUE,   "ldlm_flock_enqueue" },
140         { LDLM_IBITS_ENQUEUE,   "ldlm_ibits_enqueue" },
141         { MDS_REINT_SETATTR,    "mds_reint_setattr" },
142         { MDS_REINT_CREATE,     "mds_reint_create" },
143         { MDS_REINT_LINK,       "mds_reint_link" },
144         { MDS_REINT_UNLINK,     "mds_reint_unlink" },
145         { MDS_REINT_RENAME,     "mds_reint_rename" },
146         { MDS_REINT_OPEN,       "mds_reint_open" },
147         { MDS_REINT_SETXATTR,   "mds_reint_setxattr" },
148         { BRW_READ_BYTES,       "read_bytes" },
149         { BRW_WRITE_BYTES,      "write_bytes" },
150 };
151
152 const char *ll_opcode2str(__u32 opcode)
153 {
154         /* When one of the assertions below fail, chances are that:
155          *     1) A new opcode was added in include/lustre/lustre_idl.h,
156          *        but is missing from the table above.
157          * or  2) The opcode space was renumbered or rearranged,
158          *        and the opcode_offset() function in
159          *        ptlrpc_internal.h needs to be modified.
160          */
161         __u32 offset = opcode_offset(opcode);
162         LASSERTF(offset < LUSTRE_MAX_OPCODES,
163                  "offset %u >= LUSTRE_MAX_OPCODES %u\n",
164                  offset, LUSTRE_MAX_OPCODES);
165         LASSERTF(ll_rpc_opcode_table[offset].opcode == opcode,
166                  "ll_rpc_opcode_table[%u].opcode %u != opcode %u\n",
167                  offset, ll_rpc_opcode_table[offset].opcode, opcode);
168         return ll_rpc_opcode_table[offset].opname;
169 }
170
171 const char* ll_eopcode2str(__u32 opcode)
172 {
173         LASSERT(ll_eopcode_table[opcode].opcode == opcode);
174         return ll_eopcode_table[opcode].opname;
175 }
176 #ifdef LPROCFS
177 void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
178                              char *name, struct proc_dir_entry **procroot_ret,
179                              struct lprocfs_stats **stats_ret)
180 {
181         struct proc_dir_entry *svc_procroot;
182         struct lprocfs_stats *svc_stats;
183         int i, rc;
184         unsigned int svc_counter_config = LPROCFS_CNTR_AVGMINMAX |
185                                           LPROCFS_CNTR_STDDEV;
186
187         LASSERT(*procroot_ret == NULL);
188         LASSERT(*stats_ret == NULL);
189
190         svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES,0);
191         if (svc_stats == NULL)
192                 return;
193
194         if (dir) {
195                 svc_procroot = lprocfs_register(dir, root, NULL, NULL);
196                 if (IS_ERR(svc_procroot)) {
197                         lprocfs_free_stats(&svc_stats);
198                         return;
199                 }
200         } else {
201                 svc_procroot = root;
202         }
203
204         lprocfs_counter_init(svc_stats, PTLRPC_REQWAIT_CNTR,
205                              svc_counter_config, "req_waittime", "usec");
206         lprocfs_counter_init(svc_stats, PTLRPC_REQQDEPTH_CNTR,
207                              svc_counter_config, "req_qdepth", "reqs");
208         lprocfs_counter_init(svc_stats, PTLRPC_REQACTIVE_CNTR,
209                              svc_counter_config, "req_active", "reqs");
210         lprocfs_counter_init(svc_stats, PTLRPC_TIMEOUT,
211                              svc_counter_config, "req_timeout", "sec");
212         lprocfs_counter_init(svc_stats, PTLRPC_REQBUF_AVAIL_CNTR,
213                              svc_counter_config, "reqbuf_avail", "bufs");
214         for (i = 0; i < EXTRA_LAST_OPC; i++) {
215                 char *units;
216
217                 switch(i) {
218                 case BRW_WRITE_BYTES:
219                 case BRW_READ_BYTES:
220                         units = "bytes";
221                         break;
222                 default:
223                         units = "reqs";
224                         break;
225                 }
226                 lprocfs_counter_init(svc_stats, PTLRPC_LAST_CNTR + i,
227                                      svc_counter_config,
228                                      ll_eopcode2str(i), units);
229         }
230         for (i = 0; i < LUSTRE_MAX_OPCODES; i++) {
231                 __u32 opcode = ll_rpc_opcode_table[i].opcode;
232                 lprocfs_counter_init(svc_stats,
233                                      EXTRA_MAX_OPCODES + i, svc_counter_config,
234                                      ll_opcode2str(opcode), "usec");
235         }
236
237         rc = lprocfs_register_stats(svc_procroot, name, svc_stats);
238         if (rc < 0) {
239                 if (dir)
240                         lprocfs_remove(&svc_procroot);
241                 lprocfs_free_stats(&svc_stats);
242         } else {
243                 if (dir)
244                         *procroot_ret = svc_procroot;
245                 *stats_ret = svc_stats;
246         }
247 }
248
249 static int
250 ptlrpc_lprocfs_read_req_history_len(char *page, char **start, off_t off,
251                                     int count, int *eof, void *data)
252 {
253         struct ptlrpc_service *svc = data;
254         struct ptlrpc_service_part *svcpt;
255         int     total = 0;
256         int     i;
257
258         *eof = 1;
259
260         ptlrpc_service_for_each_part(svcpt, i, svc)
261                 total += svcpt->scp_hist_nrqbds;
262
263         return snprintf(page, count, "%d\n", total);
264 }
265
266 static int
267 ptlrpc_lprocfs_read_req_history_max(char *page, char **start, off_t off,
268                                     int count, int *eof, void *data)
269 {
270         struct ptlrpc_service *svc = data;
271         struct ptlrpc_service_part *svcpt;
272         int     total = 0;
273         int     i;
274
275         *eof = 1;
276         ptlrpc_service_for_each_part(svcpt, i, svc)
277                 total += svc->srv_hist_nrqbds_cpt_max;
278
279         return snprintf(page, count, "%d\n", total);
280 }
281
282 static int
283 ptlrpc_lprocfs_write_req_history_max(struct file *file, const char *buffer,
284                                      unsigned long count, void *data)
285 {
286         struct ptlrpc_service      *svc = data;
287         int                         bufpages;
288         int                         val;
289         int                         rc;
290
291         rc = lprocfs_write_helper(buffer, count, &val);
292         if (rc < 0)
293                 return rc;
294
295         if (val < 0)
296                 return -ERANGE;
297
298         /* This sanity check is more of an insanity check; we can still
299          * hose a kernel by allowing the request history to grow too
300          * far. */
301         bufpages = (svc->srv_buf_size + CFS_PAGE_SIZE - 1) >> CFS_PAGE_SHIFT;
302         if (val > cfs_num_physpages/(2 * bufpages))
303                 return -ERANGE;
304
305         cfs_spin_lock(&svc->srv_lock);
306
307         if (val == 0)
308                 svc->srv_hist_nrqbds_cpt_max = 0;
309         else
310                 svc->srv_hist_nrqbds_cpt_max = max(1, (val / svc->srv_ncpts));
311
312         cfs_spin_unlock(&svc->srv_lock);
313
314         return count;
315 }
316
317 static int
318 ptlrpc_lprocfs_rd_threads_min(char *page, char **start, off_t off,
319                               int count, int *eof, void *data)
320 {
321         struct ptlrpc_service *svc = data;
322
323         return snprintf(page, count, "%d\n",
324                         svc->srv_nthrs_cpt_init * svc->srv_ncpts);
325 }
326
327 static int
328 ptlrpc_lprocfs_wr_threads_min(struct file *file, const char *buffer,
329                               unsigned long count, void *data)
330 {
331         struct ptlrpc_service      *svc = data;
332         int     val;
333         int     rc = lprocfs_write_helper(buffer, count, &val);
334
335         if (rc < 0)
336                 return rc;
337
338         if (val / svc->srv_ncpts < PTLRPC_NTHRS_INIT)
339                 return -ERANGE;
340
341         cfs_spin_lock(&svc->srv_lock);
342         if (val > svc->srv_nthrs_cpt_limit * svc->srv_ncpts) {
343                 cfs_spin_unlock(&svc->srv_lock);
344                 return -ERANGE;
345         }
346
347         svc->srv_nthrs_cpt_init = val / svc->srv_ncpts;
348
349         cfs_spin_unlock(&svc->srv_lock);
350
351         return count;
352 }
353
354 static int
355 ptlrpc_lprocfs_rd_threads_started(char *page, char **start, off_t off,
356                                   int count, int *eof, void *data)
357 {
358         struct ptlrpc_service *svc = data;
359         struct ptlrpc_service_part *svcpt;
360         int     total = 0;
361         int     i;
362
363         LASSERT(svc->srv_parts != NULL);
364         ptlrpc_service_for_each_part(svcpt, i, svc)
365                 total += svcpt->scp_nthrs_running;
366
367         return snprintf(page, count, "%d\n", total);
368 }
369
370 static int
371 ptlrpc_lprocfs_rd_threads_max(char *page, char **start, off_t off,
372                               int count, int *eof, void *data)
373 {
374         struct ptlrpc_service *svc = data;
375
376         return snprintf(page, count, "%d\n",
377                         svc->srv_nthrs_cpt_limit * svc->srv_ncpts);
378 }
379
380 static int
381 ptlrpc_lprocfs_wr_threads_max(struct file *file, const char *buffer,
382                               unsigned long count, void *data)
383 {
384         struct ptlrpc_service *svc = data;
385         int     val;
386         int     rc = lprocfs_write_helper(buffer, count, &val);
387
388         if (rc < 0)
389                 return rc;
390
391         if (val / svc->srv_ncpts < PTLRPC_NTHRS_INIT)
392                 return -ERANGE;
393
394         cfs_spin_lock(&svc->srv_lock);
395         if (val < svc->srv_nthrs_cpt_init * svc->srv_ncpts) {
396                 cfs_spin_unlock(&svc->srv_lock);
397                 return -ERANGE;
398         }
399
400         svc->srv_nthrs_cpt_limit = val / svc->srv_ncpts;
401
402         cfs_spin_unlock(&svc->srv_lock);
403
404         return count;
405 }
406
407 struct ptlrpc_srh_iterator {
408         int                     srhi_idx;
409         __u64                   srhi_seq;
410         struct ptlrpc_request   *srhi_req;
411 };
412
413 int
414 ptlrpc_lprocfs_svc_req_history_seek(struct ptlrpc_service_part *svcpt,
415                                     struct ptlrpc_srh_iterator *srhi,
416                                     __u64 seq)
417 {
418         cfs_list_t              *e;
419         struct ptlrpc_request   *req;
420
421         if (srhi->srhi_req != NULL &&
422             srhi->srhi_seq > svcpt->scp_hist_seq_culled &&
423             srhi->srhi_seq <= seq) {
424                 /* If srhi_req was set previously, hasn't been culled and
425                  * we're searching for a seq on or after it (i.e. more
426                  * recent), search from it onwards.
427                  * Since the service history is LRU (i.e. culled reqs will
428                  * be near the head), we shouldn't have to do long
429                  * re-scans */
430                 LASSERT (srhi->srhi_seq == srhi->srhi_req->rq_history_seq);
431                 LASSERTF(!cfs_list_empty(&svcpt->scp_hist_reqs),
432                          "%s:%d: seek offset "LPU64", request seq "LPU64", "
433                          "last culled "LPU64"\n",
434                          svcpt->scp_service->srv_name, svcpt->scp_cpt,
435                          seq, srhi->srhi_seq, svcpt->scp_hist_seq_culled);
436                 e = &srhi->srhi_req->rq_history_list;
437         } else {
438                 /* search from start */
439                 e = svcpt->scp_hist_reqs.next;
440         }
441
442         while (e != &svcpt->scp_hist_reqs) {
443                 req = cfs_list_entry(e, struct ptlrpc_request, rq_history_list);
444
445                 if (req->rq_history_seq >= seq) {
446                         srhi->srhi_seq = req->rq_history_seq;
447                         srhi->srhi_req = req;
448                         return 0;
449                 }
450                 e = e->next;
451         }
452
453         return -ENOENT;
454 }
455
456 static void *
457 ptlrpc_lprocfs_svc_req_history_start(struct seq_file *s, loff_t *pos)
458 {
459         struct ptlrpc_service           *svc = s->private;
460         struct ptlrpc_service_part      *svcpt;
461         struct ptlrpc_srh_iterator      *srhi;
462         int                             rc;
463         int                             i;
464
465         OBD_ALLOC(srhi, sizeof(*srhi));
466         if (srhi == NULL)
467                 return NULL;
468
469         srhi->srhi_seq = 0;
470         srhi->srhi_req = NULL;
471
472         ptlrpc_service_for_each_part(svcpt, i, svc) {
473                 srhi->srhi_idx = i;
474
475                 cfs_spin_lock(&svcpt->scp_lock);
476                 rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi, *pos);
477                 cfs_spin_unlock(&svcpt->scp_lock);
478                 if (rc == 0) {
479                         *pos = srhi->srhi_seq;
480                         return srhi;
481                 }
482         }
483
484         OBD_FREE(srhi, sizeof(*srhi));
485         return NULL;
486 }
487
488 static void
489 ptlrpc_lprocfs_svc_req_history_stop(struct seq_file *s, void *iter)
490 {
491         struct ptlrpc_srh_iterator *srhi = iter;
492
493         if (srhi != NULL)
494                 OBD_FREE(srhi, sizeof(*srhi));
495 }
496
497 static void *
498 ptlrpc_lprocfs_svc_req_history_next(struct seq_file *s,
499                                     void *iter, loff_t *pos)
500 {
501         struct ptlrpc_service           *svc = s->private;
502         struct ptlrpc_srh_iterator      *srhi = iter;
503         struct ptlrpc_service_part      *svcpt;
504         int                             rc = 0;
505         int                             i;
506
507         for (i = srhi->srhi_idx; i < svc->srv_ncpts; i++) {
508                 svcpt = svc->srv_parts[i];
509
510                 srhi->srhi_idx = i;
511
512                 cfs_spin_lock(&svcpt->scp_lock);
513                 rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi, *pos + 1);
514                 cfs_spin_unlock(&svcpt->scp_lock);
515                 if (rc == 0)
516                         break;
517         }
518
519         if (rc != 0) {
520                 OBD_FREE(srhi, sizeof(*srhi));
521                 return NULL;
522         }
523
524         *pos = srhi->srhi_seq;
525         return srhi;
526 }
527
528 /* common ost/mdt so_req_printer */
529 void target_print_req(void *seq_file, struct ptlrpc_request *req)
530 {
531         /* Called holding srv_lock with irqs disabled.
532          * Print specific req contents and a newline.
533          * CAVEAT EMPTOR: check request message length before printing!!!
534          * You might have received any old crap so you must be just as
535          * careful here as the service's request parser!!! */
536         struct seq_file *sf = seq_file;
537
538         switch (req->rq_phase) {
539         case RQ_PHASE_NEW:
540                 /* still awaiting a service thread's attention, or rejected
541                  * because the generic request message didn't unpack */
542                 seq_printf(sf, "<not swabbed>\n");
543                 break;
544         case RQ_PHASE_INTERPRET:
545                 /* being handled, so basic msg swabbed, and opc is valid
546                  * but racing with mds_handle() */
547         case RQ_PHASE_COMPLETE:
548                 /* been handled by mds_handle() reply state possibly still
549                  * volatile */
550                 seq_printf(sf, "opc %d\n", lustre_msg_get_opc(req->rq_reqmsg));
551                 break;
552         default:
553                 DEBUG_REQ(D_ERROR, req, "bad phase %d", req->rq_phase);
554         }
555 }
556 EXPORT_SYMBOL(target_print_req);
557
558 static int ptlrpc_lprocfs_svc_req_history_show(struct seq_file *s, void *iter)
559 {
560         struct ptlrpc_service           *svc = s->private;
561         struct ptlrpc_srh_iterator      *srhi = iter;
562         struct ptlrpc_service_part      *svcpt;
563         struct ptlrpc_request           *req;
564         int                             rc;
565
566         LASSERT(srhi->srhi_idx < svc->srv_ncpts);
567
568         svcpt = svc->srv_parts[srhi->srhi_idx];
569
570         cfs_spin_lock(&svcpt->scp_lock);
571
572         rc = ptlrpc_lprocfs_svc_req_history_seek(svcpt, srhi, srhi->srhi_seq);
573
574         if (rc == 0) {
575                 req = srhi->srhi_req;
576
577                 /* Print common req fields.
578                  * CAVEAT EMPTOR: we're racing with the service handler
579                  * here.  The request could contain any old crap, so you
580                  * must be just as careful as the service's request
581                  * parser. Currently I only print stuff here I know is OK
582                  * to look at coz it was set up in request_in_callback()!!! */
583                 seq_printf(s, LPD64":%s:%s:x"LPU64":%d:%s:%ld:%lds(%+lds) ",
584                            req->rq_history_seq, libcfs_nid2str(req->rq_self),
585                            libcfs_id2str(req->rq_peer), req->rq_xid,
586                            req->rq_reqlen, ptlrpc_rqphase2str(req),
587                            req->rq_arrival_time.tv_sec,
588                            req->rq_sent - req->rq_arrival_time.tv_sec,
589                            req->rq_sent - req->rq_deadline);
590                 if (svc->srv_ops.so_req_printer == NULL)
591                         seq_printf(s, "\n");
592                 else
593                         svc->srv_ops.so_req_printer(s, srhi->srhi_req);
594         }
595
596         cfs_spin_unlock(&svcpt->scp_lock);
597         return rc;
598 }
599
600 static int
601 ptlrpc_lprocfs_svc_req_history_open(struct inode *inode, struct file *file)
602 {
603         static struct seq_operations sops = {
604                 .start = ptlrpc_lprocfs_svc_req_history_start,
605                 .stop  = ptlrpc_lprocfs_svc_req_history_stop,
606                 .next  = ptlrpc_lprocfs_svc_req_history_next,
607                 .show  = ptlrpc_lprocfs_svc_req_history_show,
608         };
609         struct proc_dir_entry *dp = PDE(inode);
610         struct seq_file       *seqf;
611         int                    rc;
612
613         LPROCFS_ENTRY_AND_CHECK(dp);
614         rc = seq_open(file, &sops);
615         if (rc) {
616                 LPROCFS_EXIT();
617                 return rc;
618         }
619
620         seqf = file->private_data;
621         seqf->private = dp->data;
622         return 0;
623 }
624
625 /* See also lprocfs_rd_timeouts */
626 static int ptlrpc_lprocfs_rd_timeouts(char *page, char **start, off_t off,
627                                       int count, int *eof, void *data)
628 {
629         struct ptlrpc_service           *svc = data;
630         struct ptlrpc_service_part      *svcpt;
631         struct dhms                     ts;
632         time_t                          worstt;
633         unsigned int                    cur;
634         unsigned int                    worst;
635         int                             nob = 0;
636         int                             rc = 0;
637         int                             i;
638
639         LASSERT(svc->srv_parts != NULL);
640
641         if (AT_OFF) {
642                 rc += snprintf(page + rc, count - rc,
643                                "adaptive timeouts off, using obd_timeout %u\n",
644                                obd_timeout);
645                 return rc;
646         }
647
648         ptlrpc_service_for_each_part(svcpt, i, svc) {
649                 cur     = at_get(&svcpt->scp_at_estimate);
650                 worst   = svcpt->scp_at_estimate.at_worst_ever;
651                 worstt  = svcpt->scp_at_estimate.at_worst_time;
652                 s2dhms(&ts, cfs_time_current_sec() - worstt);
653
654                 nob = snprintf(page, count,
655                                "%10s : cur %3u  worst %3u (at %ld, "
656                                DHMS_FMT" ago) ", "service",
657                                cur, worst, worstt, DHMS_VARS(&ts));
658
659                 nob = lprocfs_at_hist_helper(page, count, nob,
660                                              &svcpt->scp_at_estimate);
661                 rc += nob;
662                 page += nob;
663                 count -= nob;
664
665                 /*
666                  * NB: for lustre proc read, the read count must be less
667                  * than PAGE_SIZE, please see details in lprocfs_fops_read.
668                  * It's unlikely that we exceed PAGE_SIZE at here because
669                  * it means the service has more than 50 partitions.
670                  */
671                 if (count <= 0) {
672                         CWARN("Can't fit AT information of %s in one page, "
673                               "please contact with developer to fix this.\n",
674                               svc->srv_name);
675                         break;
676                 }
677         }
678
679         return rc;
680 }
681
682 static int ptlrpc_lprocfs_rd_hp_ratio(char *page, char **start, off_t off,
683                                       int count, int *eof, void *data)
684 {
685         struct ptlrpc_service *svc = data;
686         int rc = snprintf(page, count, "%d", svc->srv_hpreq_ratio);
687         return rc;
688 }
689
690 static int ptlrpc_lprocfs_wr_hp_ratio(struct file *file, const char *buffer,
691                                       unsigned long count, void *data)
692 {
693         struct ptlrpc_service           *svc = data;
694         int     rc;
695         int     val;
696
697         rc = lprocfs_write_helper(buffer, count, &val);
698         if (rc < 0)
699                 return rc;
700
701         if (val < 0)
702                 return -ERANGE;
703
704         cfs_spin_lock(&svc->srv_lock);
705         svc->srv_hpreq_ratio = val;
706         cfs_spin_unlock(&svc->srv_lock);
707
708         return count;
709 }
710
711 void ptlrpc_lprocfs_register_service(struct proc_dir_entry *entry,
712                                      struct ptlrpc_service *svc)
713 {
714         struct lprocfs_vars lproc_vars[] = {
715                 {.name       = "high_priority_ratio",
716                  .read_fptr  = ptlrpc_lprocfs_rd_hp_ratio,
717                  .write_fptr = ptlrpc_lprocfs_wr_hp_ratio,
718                  .data       = svc},
719                 {.name       = "req_buffer_history_len",
720                  .read_fptr  = ptlrpc_lprocfs_read_req_history_len,
721                  .data       = svc},
722                 {.name       = "req_buffer_history_max",
723                  .write_fptr = ptlrpc_lprocfs_write_req_history_max,
724                  .read_fptr  = ptlrpc_lprocfs_read_req_history_max,
725                  .data       = svc},
726                 {.name       = "threads_min",
727                  .read_fptr  = ptlrpc_lprocfs_rd_threads_min,
728                  .write_fptr = ptlrpc_lprocfs_wr_threads_min,
729                  .data       = svc},
730                 {.name       = "threads_max",
731                  .read_fptr  = ptlrpc_lprocfs_rd_threads_max,
732                  .write_fptr = ptlrpc_lprocfs_wr_threads_max,
733                  .data       = svc},
734                 {.name       = "threads_started",
735                  .read_fptr  = ptlrpc_lprocfs_rd_threads_started,
736                  .data       = svc},
737                 {.name       = "timeouts",
738                  .read_fptr  = ptlrpc_lprocfs_rd_timeouts,
739                  .data       = svc},
740                 {NULL}
741         };
742         static struct file_operations req_history_fops = {
743                 .owner       = THIS_MODULE,
744                 .open        = ptlrpc_lprocfs_svc_req_history_open,
745                 .read        = seq_read,
746                 .llseek      = seq_lseek,
747                 .release     = lprocfs_seq_release,
748         };
749
750         int rc;
751
752         ptlrpc_lprocfs_register(entry, svc->srv_name,
753                                 "stats", &svc->srv_procroot,
754                                 &svc->srv_stats);
755
756         if (svc->srv_procroot == NULL)
757                 return;
758
759         lprocfs_add_vars(svc->srv_procroot, lproc_vars, NULL);
760
761         rc = lprocfs_seq_create(svc->srv_procroot, "req_history",
762                                 0400, &req_history_fops, svc);
763         if (rc)
764                 CWARN("Error adding the req_history file\n");
765 }
766
767 void ptlrpc_lprocfs_register_obd(struct obd_device *obddev)
768 {
769         ptlrpc_lprocfs_register(obddev->obd_proc_entry, NULL, "stats",
770                                 &obddev->obd_svc_procroot,
771                                 &obddev->obd_svc_stats);
772 }
773 EXPORT_SYMBOL(ptlrpc_lprocfs_register_obd);
774
775 void ptlrpc_lprocfs_rpc_sent(struct ptlrpc_request *req, long amount)
776 {
777         struct lprocfs_stats *svc_stats;
778         __u32 op = lustre_msg_get_opc(req->rq_reqmsg);
779         int opc = opcode_offset(op);
780
781         svc_stats = req->rq_import->imp_obd->obd_svc_stats;
782         if (svc_stats == NULL || opc <= 0)
783                 return;
784         LASSERT(opc < LUSTRE_MAX_OPCODES);
785         if (!(op == LDLM_ENQUEUE || op == MDS_REINT))
786                 lprocfs_counter_add(svc_stats, opc + EXTRA_MAX_OPCODES, amount);
787 }
788
789 void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes)
790 {
791         struct lprocfs_stats *svc_stats;
792         int idx;
793
794         if (!req->rq_import)
795                 return;
796         svc_stats = req->rq_import->imp_obd->obd_svc_stats;
797         if (!svc_stats)
798                 return;
799         idx = lustre_msg_get_opc(req->rq_reqmsg);
800         switch (idx) {
801         case OST_READ:
802                 idx = BRW_READ_BYTES + PTLRPC_LAST_CNTR;
803                 break;
804         case OST_WRITE:
805                 idx = BRW_WRITE_BYTES + PTLRPC_LAST_CNTR;
806                 break;
807         default:
808                 LASSERTF(0, "unsupported opcode %u\n", idx);
809                 break;
810         }
811
812         lprocfs_counter_add(svc_stats, idx, bytes);
813 }
814
815 EXPORT_SYMBOL(ptlrpc_lprocfs_brw);
816
817 void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc)
818 {
819         if (svc->srv_procroot != NULL)
820                 lprocfs_remove(&svc->srv_procroot);
821
822         if (svc->srv_stats)
823                 lprocfs_free_stats(&svc->srv_stats);
824 }
825
826 void ptlrpc_lprocfs_unregister_obd(struct obd_device *obd)
827 {
828         if (obd->obd_svc_procroot)
829                 lprocfs_remove(&obd->obd_svc_procroot);
830
831         if (obd->obd_svc_stats)
832                 lprocfs_free_stats(&obd->obd_svc_stats);
833 }
834 EXPORT_SYMBOL(ptlrpc_lprocfs_unregister_obd);
835
836
837 #define BUFLEN (UUID_MAX + 5)
838
839 int lprocfs_wr_evict_client(struct file *file, const char *buffer,
840                             unsigned long count, void *data)
841 {
842         struct obd_device *obd = data;
843         char              *kbuf;
844         char              *tmpbuf;
845
846         OBD_ALLOC(kbuf, BUFLEN);
847         if (kbuf == NULL)
848                 return -ENOMEM;
849
850         /*
851          * OBD_ALLOC() will zero kbuf, but we only copy BUFLEN - 1
852          * bytes into kbuf, to ensure that the string is NUL-terminated.
853          * UUID_MAX should include a trailing NUL already.
854          */
855         if (cfs_copy_from_user(kbuf, buffer,
856                                min_t(unsigned long, BUFLEN - 1, count))) {
857                 count = -EFAULT;
858                 goto out;
859         }
860         tmpbuf = cfs_firststr(kbuf, min_t(unsigned long, BUFLEN - 1, count));
861         /* Kludge code(deadlock situation): the lprocfs lock has been held
862          * since the client is evicted by writting client's
863          * uuid/nid to procfs "evict_client" entry. However,
864          * obd_export_evict_by_uuid() will call lprocfs_remove() to destroy
865          * the proc entries under the being destroyed export{}, so I have
866          * to drop the lock at first here.
867          * - jay, jxiong@clusterfs.com */
868         class_incref(obd, __FUNCTION__, cfs_current());
869         LPROCFS_EXIT();
870
871         if (strncmp(tmpbuf, "nid:", 4) == 0)
872                 obd_export_evict_by_nid(obd, tmpbuf + 4);
873         else if (strncmp(tmpbuf, "uuid:", 5) == 0)
874                 obd_export_evict_by_uuid(obd, tmpbuf + 5);
875         else
876                 obd_export_evict_by_uuid(obd, tmpbuf);
877
878         LPROCFS_ENTRY();
879         class_decref(obd, __FUNCTION__, cfs_current());
880
881 out:
882         OBD_FREE(kbuf, BUFLEN);
883         return count;
884 }
885 EXPORT_SYMBOL(lprocfs_wr_evict_client);
886
887 #undef BUFLEN
888
889 int lprocfs_wr_ping(struct file *file, const char *buffer,
890                     unsigned long count, void *data)
891 {
892         struct obd_device     *obd = data;
893         struct ptlrpc_request *req;
894         int                    rc;
895         ENTRY;
896
897         LPROCFS_CLIMP_CHECK(obd);
898         req = ptlrpc_prep_ping(obd->u.cli.cl_import);
899         LPROCFS_CLIMP_EXIT(obd);
900         if (req == NULL)
901                 RETURN(-ENOMEM);
902
903         req->rq_send_state = LUSTRE_IMP_FULL;
904
905         rc = ptlrpc_queue_wait(req);
906
907         ptlrpc_req_finished(req);
908         if (rc >= 0)
909                 RETURN(count);
910         RETURN(rc);
911 }
912 EXPORT_SYMBOL(lprocfs_wr_ping);
913
914 /* Write the connection UUID to this file to attempt to connect to that node.
915  * The connection UUID is a node's primary NID. For example,
916  * "echo connection=192.168.0.1@tcp0::instance > .../import".
917  */
918 int lprocfs_wr_import(struct file *file, const char *buffer,
919                       unsigned long count, void *data)
920 {
921         struct obd_device *obd = data;
922         struct obd_import *imp = obd->u.cli.cl_import;
923         char *kbuf = NULL;
924         char *uuid;
925         char *ptr;
926         int do_reconn = 1;
927         const char prefix[] = "connection=";
928         const int prefix_len = sizeof(prefix) - 1;
929
930         if (count > CFS_PAGE_SIZE - 1 || count <= prefix_len)
931                 return -EINVAL;
932
933         OBD_ALLOC(kbuf, count + 1);
934         if (kbuf == NULL)
935                 return -ENOMEM;
936
937         if (cfs_copy_from_user(kbuf, buffer, count))
938                 GOTO(out, count = -EFAULT);
939
940         kbuf[count] = 0;
941
942         /* only support connection=uuid::instance now */
943         if (strncmp(prefix, kbuf, prefix_len) != 0)
944                 GOTO(out, count = -EINVAL);
945
946         uuid = kbuf + prefix_len;
947         ptr = strstr(uuid, "::");
948         if (ptr) {
949                 __u32 inst;
950                 char *endptr;
951
952                 *ptr = 0;
953                 do_reconn = 0;
954                 ptr += strlen("::");
955                 inst = simple_strtol(ptr, &endptr, 10);
956                 if (*endptr) {
957                         CERROR("config: wrong instance # %s\n", ptr);
958                 } else if (inst != imp->imp_connect_data.ocd_instance) {
959                         CDEBUG(D_INFO, "IR: %s is connecting to an obsoleted "
960                                "target(%u/%u), reconnecting...\n",
961                                imp->imp_obd->obd_name,
962                                imp->imp_connect_data.ocd_instance, inst);
963                         do_reconn = 1;
964                 } else {
965                         CDEBUG(D_INFO, "IR: %s has already been connecting to "
966                                "new target(%u)\n",
967                                imp->imp_obd->obd_name, inst);
968                 }
969         }
970
971         if (do_reconn)
972                 ptlrpc_recover_import(imp, uuid, 1);
973
974 out:
975         OBD_FREE(kbuf, count + 1);
976         return count;
977 }
978 EXPORT_SYMBOL(lprocfs_wr_import);
979
980 int lprocfs_rd_pinger_recov(char *page, char **start, off_t off,
981                             int count, int *eof, void *data)
982 {
983         struct obd_device *obd = data;
984         struct obd_import *imp = obd->u.cli.cl_import;
985         int rc;
986
987         LPROCFS_CLIMP_CHECK(obd);
988         rc = snprintf(page, count, "%d\n", !imp->imp_no_pinger_recover);
989         LPROCFS_CLIMP_EXIT(obd);
990
991         return rc;
992 }
993 EXPORT_SYMBOL(lprocfs_rd_pinger_recov);
994
995 int lprocfs_wr_pinger_recov(struct file *file, const char *buffer,
996                       unsigned long count, void *data)
997 {
998         struct obd_device *obd = data;
999         struct client_obd *cli = &obd->u.cli;
1000         struct obd_import *imp = cli->cl_import;
1001         int rc, val;
1002
1003         rc = lprocfs_write_helper(buffer, count, &val);
1004         if (rc < 0)
1005                 return rc;
1006
1007         if (val != 0 && val != 1)
1008                 return -ERANGE;
1009
1010         LPROCFS_CLIMP_CHECK(obd);
1011         cfs_spin_lock(&imp->imp_lock);
1012         imp->imp_no_pinger_recover = !val;
1013         cfs_spin_unlock(&imp->imp_lock);
1014         LPROCFS_CLIMP_EXIT(obd);
1015
1016         return count;
1017
1018 }
1019 EXPORT_SYMBOL(lprocfs_wr_pinger_recov);
1020
1021 #endif /* LPROCFS */