| /spdk/scripts/perf/pm/ |
| H A D | collect-bmc-pm | 254 if [[ $interval =~ ^[0-9]+$ && -n ${available_time_periods_in_seconds[interval]} ]]; then 255 get_cmd=(0x2 0x2 "${available_time_periods_in_seconds[interval]}" 0x0) 261 # interval matches one supported by Enhanced System Power Statistics we use that 290 printf '(%s) DCMI %s (mode: %s): %u Watts (interval: %ss, test: %s)\n' \ 295 "$interval" \ 318 printf '(%s) Sensor %s reading: %s (interval: %ss, test: %s)\n' \ 322 "$interval" \ 356 # Convert to Watts - use bc since $interval can be an actual float 357 reading=$(calc "(${socket_uj[-1]} - ${socket_uj[-2]}) / 1000000 / $interval") 362 printf '(%s) CPU %s %s reading: error(%s) (interval: %ss, test: %s)\n' \ [all …]
|
| H A D | collect-vmstat | 81 local count=$1 interval=$2 reprint_header=${3:-20} _count 99 sleep "${interval}" 108 interval=1 124 t) interval=$OPTARG ;; 143 _vmstat "$count" "$interval" "$reprint_header"
|
| H A D | collect-cpu-load | 48 interval=1 62 t) interval=$OPTARG ;; 83 _get_cpu_time "$count" "" 1 "$interval" "${cpus[@]}"
|
| H A D | collect-cpu-temp | 189 sleep "${interval}s" 215 Usage: $0 [-h] [-c count] [-d dir] [-l] [-p prefix] [-t interval] [module0 module1 ...] 237 interval=1 251 t) interval=$OPTARG ;;
|
| /spdk/module/accel/error/ |
| H A D | accel_error.c | 17 uint64_t interval; member 103 info->interval++; in accel_error_inject_channel() 104 if (info->interval >= info->opts.interval) { in accel_error_inject_channel() 105 info->interval = 0; in accel_error_inject_channel() 112 info->interval = 0; in accel_error_inject_channel() 342 spdk_json_write_named_uint64(w, "interval", opts->interval);
|
| H A D | accel_error_rpc.c | 67 {"interval", offsetof(struct accel_error_inject_opts, interval), spdk_json_decode_uint64, true},
|
| H A D | accel_error.h | 21 uint64_t interval; member
|
| /spdk/python/spdk/rpc/ |
| H A D | accel.py | 121 def accel_error_inject_error(client, opcode, type, count=None, interval=None, errcode=None): argument 126 if interval is not None: 127 params['interval'] = interval
|
| H A D | iscsi.py | 36 nop_in_interval: Time interval in secs between nop-in requests by the target (optional)
|
| /spdk/test/scheduler/ |
| H A D | common.sh | 502 local interval=$1 cpu_time=${2:-idle} print=${3:-0} wait=${4:-1} interval_count 546 if ((interval <= 0)); then 550 interval=$((interval + 1)) 552 while ((interval_count++, keep_going ? 1 : --interval >= 0)); do 766 local interval=$1 cpu=$2 782 interval=$((interval <= 1 ? 2 : interval)) 784 while ((--interval > [all...] |
| /spdk/scripts/ |
| H A D | iostat.py | 194 # get the interval time 368 interval = args.interval 381 time.sleep(interval) 382 cur += interval 409 the interval variable to calculate iostat changes.', 412 parser.add_argument('-i', '--interval', dest='interval', 413 type=check_positive, help='Time interval (in seconds) on which \ 446 if ((args.interval == 0 and args.time_in_second != 0) or 447 (args.interval != 0 and args.time_in_second == 0)): 449 "interval and time_in_second should be greater than 0 at the same time")
|
| H A D | rpc.py | 45 help='Retry connecting to the RPC server N times with 0.2s interval. Default: 0', 1445 p.add_argument('-n', '--nop-in-interval', help='Time interval in secs between nop-in requests by the target', type=int) 2651 p.add_argument('--acceptor-poll-rate', help='Polling interval of the acceptor for incoming connections (usec)', type=int) 3440 interval=args.interval, errcode=args.errcode) 3449 p.add_argument('-i', '--interval', type=int, help='Interval between injections')
|
| /spdk/lib/log/ |
| H A D | log_deprecated.c | 18 uint64_t interval; member 63 dep->interval = rate_limit_seconds * SPDK_SEC_TO_NSEC; in spdk_log_deprecation_register() 89 if (dep->interval != 0) { in spdk_log_deprecated() 90 if (dep->last_log != 0 && now < dep->last_log + dep->interval) { in spdk_log_deprecated()
|
| /spdk/scripts/bpf/ |
| H A D | nvmf_path.bt | 5 interval:s:1 {
|
| H A D | syscalls.bt | 5 interval:s:1 {
|
| /spdk/.github/ |
| H A D | dependabot.yml | 11 interval: "weekly"
|
| /spdk/module/bdev/ocf/ |
| H A D | ctx.c | 323 cleaner_cmpl(ocf_cleaner_t c, uint32_t interval) in cleaner_poll() 327 priv->next_run = spdk_get_ticks() + ((interval * spdk_get_ticks_hz()) / 1000); 328 cleaner_cmpl(ocf_cleaner_t c,uint32_t interval) cleaner_cmpl() argument
|
| /spdk/test/nvme/perf/ |
| H A D | README.md | 102 fio configuration file, json files with fio results and logs with latencies with sampling interval …
|
| /spdk/test/vhost/perf_bench/ |
| H A D | vhost_perf.sh | 67 echo " --sar-interval=INT Interval (seconds) argument for SAR. Default: 1s." 195 sar-interval=*) sar_interval="${OPTARG#*=}" ;;
|
| /spdk/lib/ftl/ |
| H A D | ftl_nv_cache.h | 45 /* Interval in milliseconds between write throttle updates. */
|
| /spdk/lib/vhost/ |
| H A D | vhost_internal.h | 151 /* Interval used for event coalescing checking. */
|
| /spdk/lib/iscsi/ |
| H A D | conn.c | 1257 * we need to check the connection state first, then do the nop interval in iscsi_conn_handle_nop() 1265 /* Check for nop interval expiration */ in iscsi_conn_handle_nop()
|
| /spdk/lib/thread/ |
| H A D | thread.c | 1470 /* clear the level of interval timer */ in period_poller_set_interrupt_mode()
|
| /spdk/app/spdk_top/ |
| H A D | spdk_top.c | 3144 "[t] Total/Interval - switch to display data measured from the start of SPDK", COLOR_PAIR(10)); in help_window_display()
|