Commit graph

19 commits

Author SHA1 Message Date
Dewey Garrett
7447445b2f latency-test: show info for host/kernel/date
Sometimes users post screenshot without supply much info
(and may be inadvertently running a non-realtime kernel)
2021-07-10 16:57:05 -07:00
Dewey Garrett
61bf497b88 latency-test rm dead code 2021-07-10 16:57:05 -07:00
tseufl
11a74cabff scripts: latency-test typo
Signed-off-by: Thoren Seufl <t_seufl@gmx.de>
2016-10-16 12:10:25 +02:00
Dewey Garrett
b0dcec1a50 latency-test: dont force lowercase on units
not proper (eg, mS is milli-siemens)

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-10-23 13:42:58 -07:00
Dewey Garrett
3bbbca47fd latency-test: include -h|--help option
also:
  parse_time(): consider inputs as lower case
                to support uS,mS, etc.

also: allows testing single thread using either "-" or 0 for other period
      as mentioned in commit 5829d4cb

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-10-23 13:29:55 -07:00
Dewey Garrett
60cf79ef95 latency-test: typo for $1 lt 1000 computation
According to help text:
"Times without a suffix and less than 1000 are taken to be in us"

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-10-23 13:21:17 -07:00
Jeff Epler
00f21c33f5 latency-test: restore executable bit list at 30000be
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2014-08-03 15:30:15 -05:00
Jeff Epler
30000be642 latency-test: use awk for calculations
.. since mawk is 'Priority: required' and bc is not in the base system.
2014-07-22 21:57:37 -05:00
Michael Geszkiewicz
ecafc712be Fix rebranding bug sf #3585400
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2013-03-05 17:40:05 +01:00
Jeff Epler
51fc09fd2d Rename many user visible parts to "linuxcnc"
this includes the main script, some of the GUIs, the Python module,
the Tcl package, some image fies.

On a sim system, axis, tkemc, xemc all start.  runtests pass.

a system with realtime wasn't yet tested.

packaging probably requires additional changes and was not yet tested.
2012-01-18 11:25:09 -06:00
Jeff Epler
2013d8013b make latency-test run without emc-environment 2010-01-28 06:35:48 -06:00
John Thornton
c74613fcf3 helvetica 12 italic does not show up well on some monitors 2009-05-01 19:56:29 +00:00
Jeff Epler
f51c3dd098 provide a "reset statistics" button
There are various uses for "reset statistics".  For example, after a user
determines that a specific action causes bad latency, he can hit "reset
statistics" and then go on testing the next suspected latency source.
Presumably this is easier and faster than closing and restarting the latency
test.
2009-02-10 01:54:48 +00:00
Alex Joni
dfe4de03a6 some bashisms need bash not sh 2008-04-27 09:56:32 +00:00
Jeff Epler
2e9f4707bd track worst latency seen by latency-test in ~/.latency 2007-11-13 14:43:52 +00:00
Jeff Epler
5829d4cb38 * Allow specification of both base-period and servo period
* Allow use of standard suffixes (e.g., ms, us, ns) when specifying period to te
st
* Allow testing of one-thread systems (specify "-" or 0 for other period)
2007-09-26 17:02:47 +00:00
Jeff Epler
11c19b9edb having gone to the trouble to create a temporary directory, latency-test should go ahead and use it rather than dropping temporary files in the current directory. 2007-09-23 20:46:17 +00:00
Jeff Epler
7289108198 allows BASE_PERIOD to be specified as commandline argument: 'latency-test 37' or 'latency-test 37333' 2007-08-26 16:38:17 +00:00
Jeff Epler
2ba6dc0d21 'graphical' version of the rtai latency test. 2007-08-13 20:13:02 +00:00