全部搜尋項
sid  ]
[ 原始碼:  ]

套件:slowhttptest-dbgsym(1.9.0-1 以及其他的) [debports]

slowhttptest-dbgsym 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件

未找到

維護小組:

相似套件:

Sleep until a given date with subsecond resolution

sleepenh is a sleep program for shell scripts that need to perform a loop that repeats at a regular time interval, without cumulative errors.

It supports microsecond resolution.

You can also specify the time you need between two calls of sleepenh.

Here follows an usage example to clarify its purpose. This example sends 'A' to ttyS0 every 1.2 seconds.

  #!/bin/sh
  # does not wait (or wait 0), just to get initial timestamp
  TIMESTAMP=$(sleepenh 0)
  while true; do
    # send the byte to ttyS0
    echo -n "A" > /dev/ttyS0;
    # wait until the required time
    TIMESTAMP=$(sleepenh $TIMESTAMP 1.200);
  done

For more details, please read the manpage.

其他與 slowhttptest-dbgsym 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 slowhttptest-dbgsym

下載可用於所有硬體架構的
硬體架構 版本 套件大小 安裝後大小 檔案
x32 (非官方移植版) 1.9.0-1+b1 201。8 kB224。0 kB [檔案列表]