SystemStats API

For general discussion of the Poker Mavens software
Post Reply
segmentlime
Posts: 30
Joined: Wed Apr 22, 2020 4:39 pm

SystemStats API

Post by segmentlime »

The API example for SystemStats has code to display "Occupied Tables". I am using API Reference Utility and as well calling this from php, and this key/value does not seem to be returned. Is this just something from the past?
Kent Briggs
Site Admin
Posts: 5987
Joined: Wed Mar 19, 2008 8:47 pm

Re: SystemStats API

Post by Kent Briggs »

That was a change made in version 7.00:

Status Bar - The poker server's CPU load is now displayed on the bottom status bar. The "Occupied Seats" panel has been replaced with a panel that shows the current number of running ring games (i.e., at least 2 players seated) and running tournaments. Those numbers are also returned by the SystemStats command in the API.

So OccupiedTables was replaced with RunningRing and RunningTrny fields.
segmentlime
Posts: 30
Joined: Wed Apr 22, 2020 4:39 pm

Re: SystemStats API

Post by segmentlime »

ok, thank you!
Post Reply