Home
last modified time | relevance | path

Searched refs:folsom (Results 1 – 25 of 92) sorted by relevance

1234

/dports/sysutils/bastille/bastille-00d9e03/docs/chapters/subcommands/
H A Dpkg.rst10 [folsom]:
15 [folsom] Installing pkg-1.10.5_5...
16 [folsom] Extracting pkg-1.10.5_5: 100%
60 [folsom] [3/10] Installing indexinfo-0.3.1...
62 [folsom] [4/10] Installing expat-2.2.6_1...
64 [folsom] [5/10] Installing curl-7.61.1...
65 [folsom] [5/10] Extracting curl-7.61.1: 100%
66 [folsom] [6/10] Installing pcre-8.42...
67 [folsom] [6/10] Extracting pcre-8.42: 100%
78 [folsom] [10/10] Installing zsh-5.6.2...
[all …]
H A Drestart.rst9 ishmael ~ # bastille restart folsom
10 [folsom]:
11 folsom: removed
13 [folsom]:
14 folsom: created
H A Ddestroy.rst10 ishmael ~ # bastille stop folsom
11 [folsom]:
12 folsom: removed
16 ishmael ~ # bastille destroy folsom
17 Deleting Container: folsom.
H A Dstart.rst9 ishmael ~ # bastille start folsom
10 [folsom]:
11 folsom: created
H A Dstop.rst9 ishmael ~ # bastille stop folsom
10 [folsom]:
11 folsom: removed
H A Dconsole.rst10 ishmael ~ # bastille console folsom
11 [folsom]:
12 root@folsom:~ #
H A Dcmd.rst9 ishmael ~ # bastille cmd folsom ps -auxw
10 [folsom]:
H A Dcreate.rst16 ishmael ~ # bastille create folsom 11.3-RELEASE 10.17.89.10 [interface]
19 NAME: folsom.
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dfolsom_tests.erl31 fun () -> folsom:start() end,
32 fun (_) -> folsom:stop() end,
62 ?assertMatch(ok, application:start(folsom)),
68 application:unload(folsom),
73 application:load({application, folsom, [{mod, {folsom, []}}, {env, Env}]}),
79 application:stop(folsom),
80 application:unload(folsom),
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dfolsom_tests.erl31 fun() -> {ok, Apps} = application:ensure_all_started(folsom),
64 ?assertMatch(ok, application:start(folsom)),
70 application:unload(folsom),
75 application:load({application, folsom, [{mod, {folsom, []}}, {env, Env}]}),
81 application:stop(folsom),
82 application:unload(folsom),
/dports/devel/erlang-metrics/erlang-metrics-2.4.0/doc/
H A Doverview.edoc9 A generic interface to folsom, exometer, grapherl or any compliant interface. This
15 - [Folsom](https://github.com/folsom-project/folsom): `metrics_folsom'
53 2> application:ensure_all_started(folsom).
54 {ok,[bear,folsom]}
H A DREADME.md11 A generic interface to folsom, exometer, grapherl or any compliant interface. This
17 - [Folsom](https://github.com/folsom-project/folsom): `metrics_folsom`
54 2> application:ensure_all_started(folsom).
55 {ok,[bear,folsom]}
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/
H A DREADME.md1 ### folsom subsection
13 folsom can be run standalone or embedded in an Erlang application.
17 > folsom:start(). % this creates the needed ETS tables and starts a gen_server
22 > application:start(folsom).
24 $ erl -pa ebin deps/*/ebin -s folsom
29 $ erl -pa ebin deps/*/ebin -s folsom \
30 -folsom history '[hist1,hist2]' \
31 -folsom gauge gauge1
33 $ echo '[{folsom, [{history, [hist1, hist2]}, {gauge, gauge1}]}].' \
35 $ erl -pa ebin deps/*/ebin -config myapp.config -s folsom
[all …]
/dports/devel/erlang-folsom/folsom-0.8.3/
H A DREADME.md1 ### folsom subsection
13 folsom can be run standalone or embedded in an Erlang application.
17 > folsom:start(). % this creates the needed ETS tables and starts a gen_server
22 > application:start(folsom).
24 $ erl -pa ebin deps/*/ebin -s folsom
29 $ erl -pa ebin deps/*/ebin -s folsom \
30 -folsom history '[hist1,hist2]' \
31 -folsom gauge gauge1
33 $ echo '[{folsom, [{history, [hist1, hist2]}, {gauge, gauge1}]}].' \
35 $ erl -pa ebin deps/*/ebin -config myapp.config -s folsom
[all …]
/dports/sysutils/bastille/bastille-00d9e03/
H A DREADME.md444 [folsom]:
456 [folsom]:
468 [folsom]:
471 [folsom]:
504 [folsom]
517 [folsom]:
532 [folsom]:
655 [folsom]:
806 [folsom]:
853 [folsom]:
[all …]
/dports/devel/erlang-metrics/erlang-metrics-2.4.0/
H A DREADME.md11 A generic interface to folsom, exometer, grapherl or any compliant interface. This
17 - [Folsom](https://github.com/folsom-project/folsom): `metrics_folsom`
54 2> application:ensure_all_started(folsom).
55 {ok,[bear,folsom]}
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/src/
H A Dfolsom.app.src2 {application, folsom,
14 {mod, {folsom, []}}
H A Dfolsom.app.srce2 {application, folsom,
14 {mod, {folsom, []}}
/dports/devel/erlang-folsom/folsom-0.8.3/src/
H A Dfolsom.app.src2 {application, folsom,
16 {mod, {folsom, []}}
/dports/devel/erlang-pooler/pooler-1.5.2/src/
H A Dpooler_sup.erl78 {folsom, Mod}
81 {folsom, pooler_no_metrics}
/dports/sysutils/bastille/bastille-00d9e03/docs/chapters/
H A Dtargeting.rst45 | create | folsom | 12.1-RELEASE 10.17.89.10 | create 12.1 container named `folsom` with …
/dports/devel/erlang-metrics/erlang-metrics-2.4.0/test/
H A Dmetrics_tests.erl16 {ok, _} = application:ensure_all_started(folsom),
21 application:stop(folsom),
/dports/devel/erlang-folsom/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=puzza007-folsom-0.8.3_GH0.tar.gz
/dports/devel/erlang-bear/bear-0.8.5/src/
H A Dbear.app.src11 {links, [{"Github", "https://github.com/project-folsom/bear"}]}
/dports/www/py-horizon/horizon-19.2.0/releasenotes/source/
H A Dindex.rst25 folsom

1234