On 06/27/12 11:10, Thomas Steinmaurer wrote:
> Hello,
>
> gstat output has been changed/extended in Firebird 3. Can somebody 
> comment on the new data returned by gstat? Or perhaps there is some 
> description available in SVN.
>
fbs2 bin # ./gstat -e employee
Database
"/usr/home/firebird/trunk/gen/Debug/firebird//examples/empbuild/employee.fdb"
Database header page information:    -- I keep only changed by me lines
here:

        Implementation          HW=AMD/Intel/x64 little-endian OS=Linux
CC=gcc

Description of what system has created database is currently contains 4
parts:
- what hardware was used
- was is big or little endian - this is the only source of ODS
incompatibility, rest is just info)
- under control of what operating system
- what compiler was used to build FB

        Attributes              encrypted, plugin DbCrypt_example

This new attributes are present to describe crypt state of DB. Here you
see 2 of them - database is "encrypted" with "plugin DbCrypt_example".
There is one more attribute - "crypt process", it's set when database is
in the process of encryption or decryption.

  Data pages: total 127, encrypted 127, non-crypted 0
  Index pages: total 94, encrypted 94, non-crypted 0
  Blob pages: total 2, encrypted 2, non-crypted 0

This 3 lines are printed when '-e' switch is used. It shows how many
encrypted or not pages of different type are present in database. When
crypt process is active, there may be pages of both kind.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to