Home
last modified time | relevance | path

Searched refs:ActiveSessions (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DAuthSession.pm131 my %ActiveSessions = $Self->GetActiveSessions(
135 … if ( defined $ActiveSessions{Total} && $ActiveSessions{Total} > $SessionLimitPriorWarning ) {
264 my %ActiveSessions = $Self->GetActiveSessions(%Param);
266 …if ( $SessionLimit && defined $ActiveSessions{Total} && $ActiveSessions{Total} >= $SessionLimit ) {
287 && defined $ActiveSessions{PerUser}->{ $Param{UserLogin} }
288 && $ActiveSessions{PerUser}->{ $Param{UserLogin} } >= $SessionPerUserLimit
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/r_util/
H A DRActiveSessions.cpp73 Error ActiveSessions::create(const std::string& project, in create()
120 std::vector<boost::shared_ptr<ActiveSession> > ActiveSessions::list( in list()
174 size_t ActiveSessions::count(const FilePath& userHomePath, in count()
180 boost::shared_ptr<ActiveSession> ActiveSessions::get(const std::string& id) const in get()
191 boost::shared_ptr<ActiveSession> ActiveSessions::emptySession( in emptySession()
236 void notifyCountChanged(boost::shared_ptr<ActiveSessions> pSessions, in notifyCountChanged()
252 boost::shared_ptr<ActiveSessions> pSessions( in trackActiveSessionCount()
253 new ActiveSessions(rootStoragePath)); in trackActiveSessionCount()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/SupportDataCollector/PluginAsynchronous/OTRS/
H A DConcurrentUsers.pm158 my %ActiveSessions = $AuthSessionObject->GetActiveSessions(
162 $CountConcurrentUser{ $UserType . 'Session' } = $ActiveSessions{Total};
163 … $CountConcurrentUser{ $UserType . 'SessionUnique' } = scalar keys %{ $ActiveSessions{PerUser} };
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/strelaypoolsrv/
H A Dstats.go210 relayActiveSessions.WithLabelValues(host).Set(float64(stats.ActiveSessions))
241 new.ActiveSessions = mergeValue(new.ActiveSessions, old.ActiveSessions)
/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dstats.go37 ActiveSessions int64 member
93 ActiveSessions int64 `json:"activeSessions"` member
/dports/devel/mutagen/mutagen-0.11.8/pkg/tunneling/
H A Dstate.pb.go71ActiveSessions uint64 `protobuf:"varint,4,opt,name=activeSessions,proto3" json:"activeSessions,omi… member
128 return m.ActiveSessions
H A Dstate.go45 if s.ActiveSessions > s.TotalSessions {
/dports/net/ooni-mini/probe-engine-0.23.0/oonimkall/
H A Dsession.go27 ActiveSessions = &AtomicInt64{atomicx.NewInt64()} var
137 ActiveSessions.Add(1)
149 ActiveSessions.Add(-1)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRActiveSessions.hpp39 friend class ActiveSessions;
404 class ActiveSessions : boost::noncopyable class
407 explicit ActiveSessions(const FilePath& rootStoragePath) in ActiveSessions() function in rstudio::core::r_util::ActiveSessions
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/drds/
H A Dstruct_rds_performance_info.go23 ActiveSessions int `json:"ActiveSessions" xml:"ActiveSessions"` member
/dports/net/ooni-probe-cli/probe-cli-3.10.1/pkg/oonimkall/
H A Dsession.go28 ActiveSessions = &AtomicInt64{atomicx.NewInt64()} var
200 ActiveSessions.Add(1)
212 ActiveSessions.Add(-1)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
H A Dndb_user_transaction6.cpp201 ActiveSessions sessions; in userTransaction_T3()
329 ActiveSessions sessions; in userTransaction_T4()
470 ActiveSessions sessions; in userTransaction_T5()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h75 typedef Uint32 ActiveSessions; typedef
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/bench/
H A DtestDefinitions.h66 typedef Uint32 ActiveSessions; typedef
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dndb_user_transaction6.cpp201 ActiveSessions sessions; in userTransaction_T3()
329 ActiveSessions sessions; in userTransaction_T4()
470 ActiveSessions sessions; in userTransaction_T5()

123456789