Fortinet white logo
Fortinet white logo

Administration Guide

print tablesize

print tablesize

The print tablesize command can be used to view a list of the maximum values for your device. It includes four columns:

  • the maximum number allowed for the child-table in its parent entry

  • the maximum number allowed per VDOM

  • the system global limit

  • the current object usage

To check the maximum number of custom fields that can be appended to all log messages:
# print tablesize
...
log.setting:custom-log-fields: 5 0 0 0
...

This means that up to five custom fields can be added:

config log setting
    set custom-log-fields <field_1>  <field_2>  <field_3>  <field_4>  <field_5>
end
To check the external resource table size limit for your device:

In this example, the device has a global limit of 512, a per-VDOM limit of 256, and none of the objects are used. The total number of feeds is limited by the available memory on the device.

# print tablesize
...
system.external-resource: 0 256 512 0
...
To check the current object usage on your device:
# print tablesize
system.vdom: 0 0 10 3
system.datasource: 0 0 0 3
system.timezone: 0 0 0 597
system.accprofile: 0 0 10 5
system.np6xlite: 0 256 512 1
system.vdom-link: 0 0 0 3
...

print tablesize

print tablesize

The print tablesize command can be used to view a list of the maximum values for your device. It includes four columns:

  • the maximum number allowed for the child-table in its parent entry

  • the maximum number allowed per VDOM

  • the system global limit

  • the current object usage

To check the maximum number of custom fields that can be appended to all log messages:
# print tablesize
...
log.setting:custom-log-fields: 5 0 0 0
...

This means that up to five custom fields can be added:

config log setting
    set custom-log-fields <field_1>  <field_2>  <field_3>  <field_4>  <field_5>
end
To check the external resource table size limit for your device:

In this example, the device has a global limit of 512, a per-VDOM limit of 256, and none of the objects are used. The total number of feeds is limited by the available memory on the device.

# print tablesize
...
system.external-resource: 0 256 512 0
...
To check the current object usage on your device:
# print tablesize
system.vdom: 0 0 10 3
system.datasource: 0 0 0 3
system.timezone: 0 0 0 597
system.accprofile: 0 0 10 5
system.np6xlite: 0 256 512 1
system.vdom-link: 0 0 0 3
...