Rdocumentation
powered by
Learn R Programming
simmer (version 3.2.0)
get_server_count: Get the server count
Description
Gets the number of customers in a resource's server by name.
Usage
get_server_count(env, name)
Arguments
env
the simulation environment.
name
the name of the resource.
Value
Returns a numeric value.
See Also
Other methods to deal with a simulation environment:
simmer
,
reset
,
now
,
peek
,
onestep
,
run
,
add_resource
,
add_generator
,
get_mon_arrivals
,
get_mon_attributes
,
get_mon_resources
,
get_n_generated
,
get_capacity
,
get_queue_size
,
get_queue_count
.